View Single Post
  #24 (permalink)  
Old 04-15-2006, 05:35 AM
lievacke lievacke is offline
Junior Member
 
Posts: 6
Default about the MTA status...

the script /opt/zimbra/bin/postfix contains a

postqueue -p

(At least) on a debian install, this returns with a rc of 70...

Hacked

/opt/zimbra/bin/postfix: (prepend sudo to postque line)
...
if [ $1 = "status" ]; then
sudo ${zimbra_home}/postfix-${postfix_version}/sbin/postqueue -p > /dev/null 2>&1
R=$?
...

and /etc/sudoers: (add line)

...
%zimbra ALL=NOPASSWD:/opt/zimbra/postfix-2.2.9/sbin/postqueue
...

This fixes the non-zero rc of postque....

Regarding the problem above, there still seems to be an issue with the sasl-config... I look into that later.

Regards,
Lieven
Reply With Quote