Quote:
Originally Posted by sadiq007 for pemenant changes in main.cf use
postconf -e 'smtpd_recipient_restrictions = check_recipient_access hash:/opt/zimbra/postfix/conf/protected_recipients,...' |
Hello;
Thank you for your reply but didn't work;
zimbra@zimbra:~/postfix/conf$ postconf -e 'smtpd_recipient_restrictions = check_recipient_access hash:/opt/zimbra/postfix/conf/protected_recipients,permit'
zimbra@zimbra:~/postfix/conf$
zimbra@zimbra:~/postfix/conf$ postfix reload
postfix/postfix-script: refreshing the Postfix mail system
zimbra@zimbra:~/postfix/conf$ postconf | grep -i smtpd_recipient_restrictions
smtpd_recipient_restrictions = reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unlisted_recipient, reject_invalid_hostname, reject_non_fqdn_sender, permit
Shown by the above nothing change in main.cf after "postfix reload" commnd.
Thank You.