From: Beast (no email)
Date: Wed Jun 01 2005 - 08:25:52 EDT
I have this config on main.cf:
relay_recipient_maps = ldap:validuser
validuser_server_host = my.host.name
...
## move spam mail to quarantine
header_checks = pcre:/etc/postfix/header_checks
## spamPD+Spamassassin filter
content_filter = smtp:[localhost]:10025
--- /etc/postfix/header_checks: /^X-Spam-Flag: YES/ REDIRECT Even if somebody send email to '' and SA tag it as a spam, postfix will accepting the mail and deliver to quarantine user instead of rejecting with unknown user error. -- --beast
|
|
|