The only only postfix running was the Zimbra version. Here is the output from ps ax | grep postfix :
[root@zimbra ~]# ps aux | grep postfix
root 7909 0.0 0.1 6128 1564 ? Ss Nov24 0:04 /opt/zimbra/postfix-2.2.3/libexec/master
postfix 10595 0.0 0.1 6204 1648 ? S Nov24 0:00 qmgr -l -t fifo -u
postfix 16880 0.0 0.1 6172 1596 ? S Nov24 0:00 tlsmgr -l -t unix -u
postfix 15749 0.0 0.1 6172 1536 ? S 07:25 0:00 pickup -l -t fifo -u
postfix 31055 0.1 0.1 6176 1540 ? S 08:50 0:00 showq -t unix -u
root 31509 0.0 0.0 3728 664 pts/1 S+ 08:51 0:00 grep postfix
Stopping Zimbra resulted in all of the above postfix processes being killed.
chkconfig postfix off resulted in:
error reading information on service postfix: No such file or directory
/etc/init.d/postfix stop resulted in:
-bash: /etc/init.d/postfix: No such file or directory
When I stop Zimbra using zmcontrol and telnet to port 25 there is nothing there, but postfix responnds when Zimbra is running.
Any other ideas? |