Quote:
Originally Posted by uxbod Code: su - zimbra
postconf -e {attribute}={value}
postfix reload |
Not works
[root@pingwinlinux /]# su - zimbra
[zimbra@pingwinlinux ~]$ postconf -d|grep debug_peer_level
audit_log_user_command(): Connection refused
debug_peer_level = 2
[zimbra@pingwinlinux ~]$ postconf -e debug_peer_level=10
audit_log_user_command(): Connection refused
[zimbra@pingwinlinux ~]$ postfix reload
audit_log_user_command(): Connection refused
audit_log_user_command(): Connection refused
postfix/postfix-script: refreshing the Postfix mail system
[zimbra@pingwinlinux ~]$ postconf -d|grep debug_peer_level
audit_log_user_command(): Connection refused
debug_peer_level = 2
[zimbra@pingwinlinux ~]$ cat /opt/zimbra/postfix/conf/main.cf|grep debug_peer_level
debug_peer_level = 10
so all looks like postconf modify /opt/zimbra/postfix/conf/main.cf properly, but postfix read configuration from other file ;-)