Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Internally link amavis and spampd

...

This error, possibly showing up in /var/log/mail.info, indicates you have postfix attempting to communicate directly with spamd. Which doesn't work. "request=smtpd_access_policy" is part of the postfix protocol, which spamd does not speak. The only thing that can communicate directly with spamd is spamc.

You probably have a line in your /etc/postfix/main.cf similar to:

...

The significant part is the "783" - the port number of spamd. You probably want to be connecting to something like amavisd (port 10024) or spam*p*d spampd (note the additional "p").