From: mouss (no email)
Date: Wed Jun 01 2005 - 09:04:57 EDT
Beast wrote:
>
> 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.
>
are you using an alias domain? this is known to break rcpt validation,
and this has been discussed many times on the list.
|
|
|