Carlos Williams wrote:
> Inbound = blocked
> Outbound = still works
>
> Why?
Keeping in mind the suggestions to update your syntax, it sounds like
you want smtpd_recipient_restrictions with a check_recipient_access map.
Seeing as you want to block both to/from a given domain, you can use the
same
Carlos Williams a écrit :
> In my attempt to block my Postfix email server from receiving and
> sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I
> created the following:
>
> vim /etc/postfix/main.cf
>
> smtpd_sender_restrictions = hash:/etc/postfix/access
> reject_unauth_des
Carlos Williams wrote:
> In my attempt to block my Postfix email server from receiving and
> sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I
> created the following:
>
> vim /etc/postfix/main.cf
>
We prefer 'postconf -n' for a good reason. It shows you (most times)
what P
Carlos Williams wrote:
In my attempt to block my Postfix email server from receiving and
sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I
created the following:
vim /etc/postfix/main.cf
smtpd_sender_restrictions = hash:/etc/postfix/access
reject_unauth_destination = hash:/
In my attempt to block my Postfix email server from receiving and
sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I
created the following:
vim /etc/postfix/main.cf
smtpd_sender_restrictions = hash:/etc/postfix/access
reject_unauth_destination = hash:/etc/postfix/access
Then