Re: postfix 2.8 & spamassassin/clamav

2011-01-21 Thread Noel Jones
On 1/21/2011 6:57 PM, Jerrale G wrote: On 1/21/2011 7:18 PM, Wietse Venema wrote: Jerrale G: Thanks to Wietse and Noel for their help; however, what is this about? NOQUEUE: reject: RCPT from [x.x.x.x]:59439: 550 5.5.1 Protocol error; The explanation is the logfile, right before this. The des

Re: postfix 2.8 & spamassassin/clamav

2011-01-21 Thread Jerrale G
On 1/21/2011 7:18 PM, Wietse Venema wrote: Jerrale G: Thanks to Wietse and Noel for their help; however, what is this about? NOQUEUE: reject: RCPT from [x.x.x.x]:59439: 550 5.5.1 Protocol error; The explanation is the logfile, right before this. The description of those messages (DNSBL, PREGR

Re: postfix 2.8 & spamassassin/clamav

2011-01-21 Thread Wietse Venema
Jerrale G: > Thanks to Wietse and Noel for their help; however, what is this about? > > NOQUEUE: reject: RCPT from [x.x.x.x]:59439: 550 5.5.1 Protocol error; The explanation is the logfile, right before this. The description of those messages (DNSBL, PREGREET, etc.) is in the POSTSCREEN_README f

Re: postfix 2.8 & spamassassin/clamav

2011-01-21 Thread Jerrale G
On 1/21/2011 11:39 AM, Jerrale G wrote: With 2.7 and prior, we would use -o content_filter under the first transport to check for viruses and then pipe to spamassassin: # line 5 of master.cf #smtp inet n - n - - smtpd # -o content_filter=scan:[127.0.0.

Re: postfix 2.8 & spamassassin/clamav

2011-01-21 Thread Jerrale G
On 1/21/2011 12:54 PM, Noel Jones wrote: On 1/21/2011 10:39 AM, Jerrale G wrote: With 2.7 and prior, we would use -o content_filter under the first transport to check for viruses and then pipe to spamassassin: # line 5 of master.cf #smtp inet n - n - - smtpd # -o content_filter=scan:[127.0.0.1]:

Re: postfix 2.8 & spamassassin/clamav

2011-01-21 Thread Noel Jones
On 1/21/2011 10:39 AM, Jerrale G wrote: With 2.7 and prior, we would use -o content_filter under the first transport to check for viruses and then pipe to spamassassin: # line 5 of master.cf #smtp inet n - n - - smtpd # -o content_filter=scan:[127.0.0.1]:10025 # -o smtpd_authorized_xforward_hosts

Re: postfix 2.8 & spamassassin/clamav

2011-01-21 Thread Wietse Venema
Jerrale G: > With 2.7 and prior, we would use -o content_filter under the first > transport to check for viruses and then pipe to spamassassin: > # line 5 of master.cf > #smtp inet n - n - - smtpd > # -o content_filter=scan:[127.0.0.1]:10025 > #