Re: [vchkpw] Aliases not working with maildrop spamassassin?

2003-06-06 Thread matthew berardi
On Thu, 5 Jun 2003 04:39:56 -0400 Jasper Metselaar [EMAIL PROTECTED] wrote: Hi, I have a real [EMAIL PROTECTED] which is tagged for spam checking. The .qmail-default contains | /usr/local/bin/maildrop mailfilter file which calls maildrop and in mailfilter, runs through spamd to check

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-06 Thread matthew berardi
a process to update all possible dot-qmail files would be VERY heavy and would be abused, besides you CAN easily rename a domain, without that hassle, it's just not as clean, change the name (NOT the path) in user/assign, and issue UPDATE vpopmail SET pw_domain='newname' WHERE pw_name='oldname';

Re: [vchkpw] Working towards vpopmail 5.4 stable

2003-06-05 Thread matthew berardi
On Wed, 4 Jun 2003 10:37:41 -0400 (EDT) Moshe Jacobson [EMAIL PROTECTED] wrote: On Tue, 3 Jun 2003, Ken Jones wrote: Does anyone have any code changes they would like to get into the next release? I want to put together a new stable version 5.4. Hopefully release it in the next few weeks.

[vchkpw] AUTH_LOGGING and db failure tolarance.

2003-06-05 Thread matthew berardi
I don't know how many people would desire this behaviour. but I think it should be considered. in vmysql.c I added the following lines to vauth_open_update() uint timeout = 1; mysql_options(mysql_update, MYSQL_OPT_CONNECT_TIMEOUT, (char*) timeout); this adds a timeout to the mysql_real_connect

Re: [vchkpw] AUTH_LOGGING and db failure tolarance.

2003-06-05 Thread matthew berardi
? Ken Jones On Wednesday 04 June 2003 10:01 am, matthew berardi wrote: I don't know how many people would desire this behaviour. but I think it should be considered. in vmysql.c I added the following lines to vauth_open_update() uint timeout = 1; mysql_options(mysql_update

[vchkpw] auth logging db tolorance

2003-06-05 Thread matthew berardi
sorry for the new thread, ken, the uint is in fact supposed to be seconds, I don't understand everything going on in connect2() in libmysqlclient, however the comments say seconds and it is put in a timeval struct, defined as seconds in bits/time.h. further testing verifies this, however keep

Re: [vchkpw] Vpopmail question

2003-10-17 Thread Matthew Berardi
I would start with a fresh queue on the new server and have the old server deliver the queued mail to the new server by changing the controls: remove the entries from control/virtualdomains and populate control/smtproutes with static routes to the new server. David Bristol wrote: As far as