Wietse Venema
> Use a per-recipient table:
>
> /etc/postfix/main.cf
> check_recipient_access hash:/etc/postfix/recipient_access.pcre
>
> /etc/postfix/recipient_access.pcre
> /^me@/ FILTER blah:blah-
> /./ reject_unknown_sender_domain
>
> Wietse
thanks a lot for
d tbsky:
> Hi:
> I want to filter all the mails send to filter...@example.com. so I
> create configuration at main.cf like below:
>
> smtpd_recipient_restrictions =
>check_recipient_access hash:/etc/postfix/filter_access,
>reject_unknown_sender_domain,
>permit
>
> and create filte
Hi:
I want to filter all the mails send to filter...@example.com. so I
create configuration at main.cf like below:
smtpd_recipient_restrictions =
check_recipient_access hash:/etc/postfix/filter_access,
reject_unknown_sender_domain,
permit
and create filter_access like below
filter_m