Hi there,
I am migrating a postfix installation from an old server to new server.
Stopping postfix does not appear to be stopping the actual process
master. What is the best way to fix this situation?
running ubuntu 12.04
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.5 LTS"
:~$ sudo /etc/init.d/postfix stop
* Stopping Postfix Mail Transport Agent postfix
[ OK ]
:~$ sudo ps -auxww | grep postfix | grep master
Warning: bad ps syntax, perhaps a bogus '-'? See
http://procps.sf.net/faq.html
root 32259 0.2 0.0 25112 560 ? Ss Nov22 100:13
/usr/lib/postfix/master
Cheers,
Noah