Quote:
Originally Posted by blason Hi All,
Can someone let me know how can I make my below entry persistent in main.cf? I am trying to add access maps in /opt/zimbra/postfix/conf/main.cf but upon zmmtactl restart my entry disappears.
smtpd_client_restrictions = check_client_access hash:/etc/postfix/access |
Get current configuration using
zmlocalconfig | grep smtpd_client and then set permanent configuration also by using zmlocalconfig, something like :
Code:
zmlocalconfig -e "smtpd_client_restrictions=check_client_access hash:/etc/postfix/access, reject_unauth_pipelining, permit"