[toaster] spf patch for qmail

2004-07-26 Thread mtawafig
Hi Is there any intention of integrating spf patch into netqmail ... Thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.726 / Virus Database: 481 - Release Date: 7/22/2004

RE: [toaster] chkuser patch - logging

2004-07-26 Thread Shane Chrisp
Hi Jeff, This will filter for 4xx and 5xx error codes and also shows the helo part of the smtp conversation. I find it handy at times for blocking some of the known spam mailers that are out there running on windows. I should have also noted that David is correct in saying that you need to be us

RE: [toaster] chkuser patch - logging

2004-07-26 Thread Jeff Koch
Hi Shane: Thanks - what exactly is this code doing? At 09:18 AM 7/26/2004, you wrote: You can log extra information to the log file like this. Note that this is overkill for most, but I like it cause it shows a lot more info without the need to go back and forth between the send and smtpd logs. #!/

Re: [toaster] chkuser patch - logging

2004-07-26 Thread David
I didn't realize before. Yes, probably I have that information because I'm using recordio inside the qmail-smtpd run script. Here's an excerpt of qmail-smtpd run: /usr/bin/recordio /usr/local/bin/rblsmtpd -b -r sbl.spamhaus.org -r relays.ordb.org \ /usr/bin/relay-ctrl-check /var/qmail/bin/qmail

RE: [toaster] chkuser patch - logging

2004-07-26 Thread Shane Chrisp
You can log extra information to the log file like this. Note that this is overkill for most, but I like it cause it shows a lot more info without the need to go back and forth between the send and smtpd logs. #!/bin/sh exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t s500 \ '-*

Re: [toaster] chkuser patch - logging

2004-07-26 Thread Jeff Koch
Hi David: Thanks but is there something I need to turn on. We have the chkuser patch working on three mailservers ( I know because of the rejection replies to test messages) but there are no entries in the /var/log/qmail/smtpd logs. At 02:49 AM 7/26/2004, you wrote: Yes, you will find in the smt