[vchkpw] Vadddomain should create limits entry in MySQL

2003-10-06 Thread Jonathan Viney
Hi, I have just checked with 5.3.28 and when creating a new domain with vadddomain, an entry is not added for the domain in the limits table. This means that the vmoddomlimits command doesn't work and fails with Failed to vget_limits. I suggest that either a) an entry is created with the domain

[vchkpw] maildrop forwarding error

2003-10-06 Thread greg gede
i'm using vpopmail-5.3.6+sqwebmail-3.6.0.20030922+maildrop-1.6.2+usendmail-0.1.6 maildrop configured with : --enable-maildirquota --enable-sendmail=/usr/sbin/usendmail when user set up a filter from sqwebmail interface to forward an email, i've got a lot of defferal in my qmail-send log and the

Re: [vchkpw] Vadddomain should create limits entry in MySQL

2003-10-06 Thread Alexander Gruber
Hello, same to me. I also get the message Failed to vget_limits. when i use vpopmail with enable-mysql-limits and try to read them via vmoddomlimits. I also noticed that the mysql table limits has no entries when i add a domain via e.g. qmailadmin. looks like a bug! :-) greetings alex

Re: [vchkpw] Vpopmail + sa-learn (SpamAssassin)

2003-10-06 Thread Doug Ledbetter
At 03:43 PM 10/3/2003 -0700, you wrote: At 02:50 PM 10/3/2003, Doug Ledbetter wrote: Hello all, I've setup SpamAssassin to work with individual Vpopmail mailboxes. I want to know if sa-learn can be used in this configuration? If so, how do you tell sa-learn which Bayes database you want to use?

Re: [vchkpw] directory wackiness

2003-10-06 Thread Tom Collins
On Monday, October 6, 2003, at 12:17 PM, Erik Bourget wrote: Does vpopmail, at any point, do a vauth_getpw() and then update pw_dir with the field it gets? I'm having a hard time tracking this one down. Whenever a user's account is modified (change password, change quota, turn vacation on,

Re: [vchkpw] Vadddomain should create limits entry in MySQL

2003-10-06 Thread Jonathan Viney
Hi, This is easily fixed manually, just run 'INSERT INTO limits (domain) VALUES ('example.net')' to create an entry and vmoddomlimits works fine. It is just that this should be done automatically at some point. Failed to vget_limits. when i use vpopmail with enable-mysql-limits and try to

[vchkpw] Help!! with qmail+vpopmail PLEASE!!!

2003-10-06 Thread Jason Kim
Hi. I am having no end of trouble with getting vpopmail-5.2.1 and the patched version of qmail-1.0.3 up and running nicely together. The patches I used for qmail are Bill Guenter's famous Qmail QUEUE patch, which will allow us to run alternate programs as Qmail's queue. Christopher K. Davis's

Re: [vchkpw] Help!! with qmail+vpopmail PLEASE!!!

2003-10-06 Thread Tom Collins
On Monday, October 6, 2003, at 04:55 PM, Jason Kim wrote: exec /usr/local/bin/softlimit -m 300 \ /usr/local/bin/tcpserver \ -H -l $LOCAL \ -v -x /etc/tcp.pop3.cdb -c $MAXSMTPD -R 0 pop3 /usr/local/bin/recordio \ /var/qmail/bin/qmail-popup \ /var/qmail/vpopmail/bin/vchkpw

[Fwd: Re: [vchkpw] Help!! with qmail+vpopmail PLEASE!!!]

2003-10-06 Thread Jason Kim
Tom Collins wrote: On Monday, October 6, 2003, at 04:55 PM, Jason Kim wrote: exec /usr/local/bin/softlimit -m 300 \ /usr/local/bin/tcpserver \ -H -l $LOCAL \ -v -x /etc/tcp.pop3.cdb -c $MAXSMTPD -R 0 pop3 /usr/local/bin/recordio \ /var/qmail/bin/qmail-popup \

Re: Re: [vchkpw] Help!! with qmail+vpopmail PLEASE!!!]

2003-10-06 Thread Michael Bowe
exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -R -l $LOCAL -x /etc/tcp.smtp.cdb -c $MAXSMTPD \ -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/bin/recordio \ /var/qmail/bin/qmail-smtpd \ /var/qmail/vpopmail/bin/vchkpw /bin/true 21