Re: [vchkpw] vpopmail 5.4.19 released

2007-05-24 Thread Remo Mattei




I did not recompile qmail and yes italy1 is local
to the machine
not sure how to duplicate the problem :) 

Remo
Rick Widmer wrote:

  
Remo Mattei wrote:
  
  
It works here. I also tried /var/qmail/bin/sendmail. I tested on both
cdb and MySQL back ends.
  
  
Is itayl1.com is local on the machine you are testing?
  
  
  
Even though I don't think it should affect qmail-inject, I've got to
ask... You did re-compile everything that uses the vpopmail library,
right?
  
  
  
Any idea how I can duplicate the problem?
  
  
  
Did you get my test message?
  
  
Rick
  
  
!DSPAM:46551560117322444718425!
  
  





Re: [vchkpw] vpopmail 5.4.19 released

2007-05-22 Thread Rick Widmer



Remo Mattei wrote:
I checked the link below but there is no 5.4.19 version.. I wanted to 
check what needs to be done to upgrade to this version from 5.4.17 thanks,


Try it now.  The release process seems a little different this time...


It should be just a matter of ./configure; make; make install and all 
the old stuff should still work, unless you use MySQL.  MySQL users will 
have to make some structural changes to existing tables.  See UPGRADE.



There are a lot of new options available:

o Support for SpamAssassin and maildrop added to vdelivermail.

o MySQL can use a socket instead of tcp/ip to connect to server.

o Extend maximum domain name length to 96 chars.

o Onchange script can be called when users or domains are added, 
modified or deleted.


o Numerous changes within vpopmaild.

See ChangeLog for the complete list.


Re: [vchkpw] vpopmail 5.4.19 released

2007-05-22 Thread Remo Mattei




hi I have a question on this upgrade:
this is my mysql since I store info into mysql:

+-+---+--+-+-+---+
| Field | Type | Null | Key | Default | Extra |
+-+---+--+-+-+---+
| pw_name | char(32) | | PRI | | |
| pw_domain | char(96) | | PRI | | |
| pw_passwd | char(96) | | | | |

but the upgrade tells:
ALTER TABLE `vpopmail` CHANGE domain domain CHAR(96) NOT NULL;

which will not work if you have the above so I have changed it to
pw_domain and pw_passwd..

Remo

Rick Widmer wrote:

  
Remo Mattei wrote:
  
  
Try it now. The release process seems a little different this time...
  
  
  
It should be just a matter of ./configure; make; make install and all
the old stuff should still work, unless you use MySQL. MySQL users
will have to make some structural changes to existing tables. See
UPGRADE.
  
  
  
There are a lot of new options available:
  
  
o Support for SpamAssassin and maildrop added to vdelivermail.
  
  
o MySQL can use a socket instead of tcp/ip to connect to server.
  
  
o Extend maximum domain name length to 96 chars.
  
  
o Onchange script can be called when users or domains are added,
modified or deleted.
  
  
o Numerous changes within vpopmaild.
  
  
See ChangeLog for the complete list.
  
  
!DSPAM:46528efb235681532817716!
  
  





Re: [vchkpw] vpopmail 5.4.19 released

2007-05-22 Thread Rick Widmer



Remo Mattei wrote:

hi I have  a question on this upgrade:
this is my mysql since I store info into mysql:

+-+---+--+-+-+---+
| Field   | Type  | Null | Key | Default | Extra |
+-+---+--+-+-+---+
| pw_name | char(32)  |  | PRI | |   |
| pw_domain   | char(96)  |  | PRI | |   |
| pw_passwd   | char(96)  |  | | |   |

but the upgrade tells:
ALTER TABLE `vpopmail` CHANGE domain domain CHAR(96) NOT NULL;

which will not work if you have the above so I have changed it to 
pw_domain and pw_passwd..


Thanks,  I've updated the UPGRADE file in CVS so it will match on the 
next release...


Rick


Re: [vchkpw] vpopmail 5.4.19 released

2007-05-22 Thread Remo Mattei




Hello one thing I notice is that if you upgrade
from .17 version the following command does not work anymore:

echo "Subject: HTML has been backup "| /var/qmail/bin/qmail-inject
[EMAIL PROTECTED]
which works fine with .17 any suggestions? 
the interesting part is that in the logs it shows delivered..

Ciao

Rick Widmer wrote:

  
Remo Mattei wrote:
  
  
Try it now. The release process seems a little different this time...
  
  
  
It should be just a matter of ./configure; make; make install and all
the old stuff should still work, unless you use MySQL. MySQL users
will have to make some structural changes to existing tables. See
UPGRADE.
  
  
  
There are a lot of new options available:
  
  
o Support for SpamAssassin and maildrop added to vdelivermail.
  
  
o MySQL can use a socket instead of tcp/ip to connect to server.
  
  
o Extend maximum domain name length to 96 chars.
  
  
o Onchange script can be called when users or domains are added,
modified or deleted.
  
  
o Numerous changes within vpopmaild.
  
  
See ChangeLog for the complete list.
  
  
!DSPAM:46528efb235681532817716!
  
  





[vchkpw] vpopmail 5.4.19 released

2007-05-21 Thread Rick Widmer


http://vpopmail.sf.net

5.4.19 - released 21-May-07

Release Notes:

We have a couple of bug fixes and a lot of new stuff that has
been laying around the tracker for quite some time, so I am
marking this release a development release.  If you can give
it a try on a non-production server, please let us know how it
works out.

Once I get a couple of bug fixes, or reports of normal
operation I'll release a stable version.

Changelog:

Rick WIdmer
- update to aclocal 1.9.5, automake 1.9.5, autoconf 2.59 to match my system
- Don't set LocalPort to a real port number so the default case has a 
chance

  to identify how vchkpw was called.
- ./configure tells status of onchange script setting
- Fix rights problem with alias commands.  -  thanks Alessio Cecchi
- Only report out of order entries when sorting files once per file
- make pop syslog ./configure setting report itself like the rest of the 
choices

- Make error messages more consistant (P/O checking Jonathan's bug report)

Harm van Tilborg, Quinn Comendant
- Do not allow delete of catchall address within account. [1511531]

Bill Shupp
- enable-onchange-script defaults to no.
  NOTE: Still need to supress error message if file not found.
- Fix bug in output format of list_alias
- Remove unneeded AC_DEFINE_UNQUOTED from ONCHANGE_SCRIPT in configure
- Port remaining spamassassin code from 5.5 branch to stable-5_4.
- Add new --enable-maildrop option, and new NO_MAILDROP bit flag.
- New Documentation: README.maildrop, README.spamassassin
- Sample maildroprc files for both 1.x and 2.x (maildrop/*)

Fabio Busatto
- #include stdio.h at top of vpopmail.h

blaze_cs
- Ldap back end reads config parms from a file at runtime. 
[1056529][1476647]


Stoyan Marinov (smarinov)
- add %m$t style for SQL queries format string [1236349]
- connect to mysql with a unix socket  [1437085]



Re: [vchkpw] vpopmail 5.4.19 released

2007-05-21 Thread Remo Mattei




I checked the link below but there is no 5.4.19
version.. I wanted to check what needs to be done to upgrade to this
version from 5.4.17 thanks, 

Remo

Rick Widmer wrote:

http://vpopmail.sf.net
  
  
5.4.19 - released 21-May-07
  
  
Release Notes:
  
  
We have a couple of bug fixes and a lot of new stuff that has
  
been laying around the tracker for quite some time, so I am
  
marking this release a development release. If you can give
  
it a try on a non-production server, please let us know how it
  
works out.
  
  
Once I get a couple of bug fixes, or reports of normal
  
operation I'll release a stable version.
  
  
Changelog:
  
  
Rick WIdmer
  
- update to aclocal 1.9.5, automake 1.9.5, autoconf 2.59 to match my
system
  
- Don't set LocalPort to a real port number so the default case has a
chance
  
 to identify how vchkpw was called.
  
- ./configure tells status of onchange script setting
  
- Fix rights problem with alias commands. - thanks Alessio Cecchi
  
- Only report out of order entries when sorting files once per file
  
- make pop syslog ./configure setting report itself like the rest of
the choices
  
- Make error messages more consistant (P/O checking Jonathan's bug
report)
  
  
Harm van Tilborg, Quinn Comendant
  
- Do not allow delete of catchall address within account. [1511531]
  
  
Bill Shupp
  
- enable-onchange-script defaults to no.
  
 NOTE: Still need to supress error message if file not found.
  
- Fix bug in output format of list_alias
  
- Remove unneeded AC_DEFINE_UNQUOTED from ONCHANGE_SCRIPT in configure
  
- Port remaining spamassassin code from 5.5 branch to stable-5_4.
  
- Add new --enable-maildrop option, and new NO_MAILDROP bit flag.
  
- New Documentation: README.maildrop, README.spamassassin
  
- Sample maildroprc files for both 1.x and 2.x (maildrop/*)
  
  
Fabio Busatto
  
- #include stdio.h at top of vpopmail.h
  
  
blaze_cs
  
- Ldap back end reads config parms from a file at runtime.
[1056529][1476647]
  
  
Stoyan Marinov (smarinov)
  
- add %m$t style for SQL queries format string [1236349]
  
- connect to mysql with a unix socket [1437085]
  
  
  
!DSPAM:46525044116511472261733!