John,

| Perhaps this is a bit outside the scope of this group, but I'd appreciate
| any assistance in digging through my mail logs. 
| 
| I'm trying to follow Scott Henderson's Spamfilter relay server "Howto"
| http://www.geocities.com/scottlhenderson/spamfilter.html as applied to
| RedHat 8.0 along with amavisd-new-20021116. 

This guide is really complicated :)
Usually the README.postfix in amavisd-new suffices.

| I'm getting a loop between postfix and amavisd.
| Logs follow. Any help would be greatly appreciated.

The following needs to be assured:

- the second Postfix smtpd service (usually on port 10025)
  must not cause the mail to be passed to the content filter
  again, the option: '-o content_filter=' is essential:
    127.0.0.1:10025 inet n - n - - smtpd -o content_filter=
  (file: /etc/postfix/master.cf)

- amavisd-new must forward mail to Postfix not on port 25,
  but on 10025 - setting: $forward_method = 'smtp:127.0.0.1:10025'
  (file /etc/amavisd.conf)

It that does not help, please provide the output of command
'postconf content_filter', and the relevant entry (e.g.
'127.0.0.1:10025 ...') from master.cf, as well as the
setting of $forward_method in /etc/amavisd.conf .
Best to followup on the amavis-user list.

  Mark


-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to