tisdagen den 19 november 2002 02.26 skrev Dave Cramer:
> Ed,
>
> Thanks, as a matter of fact I do have the roaming user option set. I had
> a look at the way it is handling this, and it appears to be rebuilding
> the tcp.smtp.cdb file from within vchkpw?
>
> Is there no other way to do this?
You should probably hack the source like the attached patch.
--
Regards // Oden Eriksson, Deserve-IT Networks
Check the "Modules For Apache2" status page at:
http://www.deserve-it.com/modules_for_apache2.html
diff -Naur vpopmail-5.3.11/vpopmail.c vpopmail-5.3.11.oden/vpopmail.c
--- vpopmail-5.3.11/vpopmail.c 2002-10-23 22:01:40.000000000 +0200
+++ vpopmail-5.3.11.oden/vpopmail.c 2002-11-19 03:00:19.000000000 +0100
@@ -2108,7 +2108,7 @@
rebuild_cdb = 0;
}
}
- fprintf( fs1, "%s:allow,RELAYCLIENT=\"\",RBLSMTPD=\"\"\t%d\n",
+ fprintf( fs1, "%s:allow,RELAYCLIENT=\"\",RBLSMTPD=\"\",QMAILQUEUE=\"/var/qmail/bin/qmail-scanner-queue.pl\"\t%d\n",
ipaddr, (int)mytime);
fclose(fs);
fclose(fs1);