Всем привет! Правильно ли я понимаю, что когда smtpd_delay_reject = yes
то все правила проверок из smtpd_client_restrictions, smtpd_helo_restrictions, smtpd_sender_restrictions, smtpd_recipient_restrictions можно поместить в один пункт например smtpd_recipient_restrictions типа так
smtpd_recipient_restrictions = permit_sasl_authenticated, check_client_access hash:/etc/postfix/maps/access_client, check_sender_access hash:/etc/postfix/maps/access_sender, reject_rbl_client zen.spamhaus.org, #reject_unknown_client, reject_invalid_hostname, reject_non_fqdn_hostname, reject_unknown_hostname, reject_unknown_sender_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_recipient_domain, reject_unauth_destination, reject_unauth_pipelining, reject_unverified_sender, check_policy_service inet:127.0.0.1:10023, permit