RE: [vchkpw] Archiving mail

2004-10-25 Thread Shouguan Lin
There is a patched qmail-scanner which has the "archive" option to archive all emails. See the link for detail: http://xoomer.virgilio.it/j.toribio/qmail-scanner/configure-options.html. -Original Message- From: Bill Gradwohl [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 3:03

RE: [vchkpw] forward emails to remote users for local domain

2004-08-27 Thread Shouguan Lin
es so mysql backend is preferred but cdb should work too. Shouguan Lin -Original Message- From: Asim Ansari [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:00 PM To: [EMAIL PROTECTED] Subject: RE: [vchkpw] forward emails to remote users for local domain Thanks Matthew, I have

RE: [vchkpw] How to Split a domain into 2 machines?

2004-08-23 Thread Shouguan Lin
p). The vpopmail db needs to be synchronized between sites so mysql backend is preferred but cdb should work too. Any comment are welcomed. Hope it will solve your problem. Shouguan Lin

RE: [vchkpw] SMTP Authenticated user is able to anyone in rcpthosts

2004-06-07 Thread Shouguan Lin
The unified qmail patches include a patch to verify the FROM address with authenticated user. The patch is located at http://night.rdslink.ro/dudu/qmail/. Check README for 2004_05_02. Hope it helps. Shouguan Lin -Original Message- From: Devendra Singh [mailto:[EMAIL PROTECTED] Sent

RE: [vchkpw] mysql-standard-4.0.18-unknown-openbsd3.4-i386 + vpopmail 5.4.0

2004-03-18 Thread Shouguan Lin
It happens on the FreeBSD too. The "floor" is in the libm. Edit the Makefile and change "-lz" to "-lz -lm" and it will compile fine. For vi, just do "1,$ s/-lz/-lz -lm/g". Save the Makefile and do a make. -Original Message- From: Mikael [mailto:[EMAIL PROTECTED] Sent: Thursday, March 1

Re: [vchkpw] Spamassassin: i wish..

2004-03-12 Thread Shouguan Lin
Is it possible not to hard code the header? CRM114 just like SA can add a header like "X-CRM114-Status: SPAM" for identified spam emails. If the header is not hard coded, then vpopmail can work with both SA and CRM114 or other spam filters. Thanks, Shouguan Lin - Origin