Victor Duchovni wrote:
If you do that, you will notice that there is no documentation for
"reject_unknown_address", hence you should not use it (there is
no such restriction, if that is not clear by now).

Uh.
Thanx!

I changed to the following:

smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_access

Or would you add reject_unknown_sender_domain? It is already used in "smptp_recipient_restrictions:


smtpd_recipient_restrictions = permit_mynetworks reject_unknown_recipient_domain permit_sasl_authenticated reject_unauth_destination check_recipient_access pcre:/etc/postfix/recipient_access

OK, so far?
Add something? Remove something?


The client line looks like this:

smtpd_client_restrictions = reject_invalid_helo_hostname check_client_access hash:/etc/postfix/client_access

OK, so far?
Add something? Remove "reject_invalid_helo_hostname"?

Reply via email to