--- On Thu, 2/26/09, Wietse Venema <wie...@porcupine.org> wrote:
> From: Wietse Venema <wie...@porcupine.org>
> Subject: Re: exclude one domain from reject_unknown_sender_domain
> Why do people expect that OTHER mail servers will not
> reject
> mail with a bogus sender domain?
i dont expect it, i have control over the internal mail so its fine =)
>
> /etc/postfix/main.cf:
> smtpd_sender_restrictions =
> check_sender_access pcre:/etc/postfix/pcre-access
>
> /etc/postfix/pcre-access:
>
> !/@non-existent\.example\.com$/ reject_unknown_sender_domain
>
thanks alot, it does exactly what i wanted
> Wietse