I have two instances of Postfix (2.7.1) running on a server, but I can't tell
which is which:

% ps axf
...
31383 ?        Ss     0:00 /usr/lib/postfix/master
31627 ?        S      0:00  \_ pickup -l -t fifo -u -c
31628 ?        S      0:00  \_ qmgr -l -t fifo -u
31505 ?        Ss     0:00 /usr/lib/postfix/master
31638 ?        S      0:00  \_ pickup -l -t fifo -u -c
31639 ?        S      0:00  \_ qmgr -l -t fifo -u

When I go for lsof output I can guess:

root@mail:/var/spool/postfix% lsof -i -n | grep master
master    31383    root   12u  IPv4 1623580       TCP 172.16.0.253:smtp (LISTEN)
master    31383    root   13u  IPv4 1623582       TCP 127.0.0.1:smtp (LISTEN)
master    31505    root   12u  IPv4 1624147       TCP 172.16.0.253:26 (LISTEN)
master    31505    root   13u  IPv4 1624149       TCP 127.0.0.1:26 (LISTEN)


Would it be possible to add some extra info e.g. the config dir to make it
easier to tell which instance I am looking at in the ps output?

Thanks,

p@rick


-- 
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.

saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to