포스트픽스

1 개요[ | ]

postfix
포스트픽스
/usr/libexec/postfix/master

 

Console
Copy
[root@zetawiki ~]# netstat -anp | grep ':25'
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      1464/master
Console
Copy
[root@zetawiki ~]# ps -ef | grep 1464 | grep -v grep
root      1464     1  0 May10 ?        00:00:28 /usr/libexec/postfix/master
postfix   1475  1464  0 May10 ?        00:00:04 qmgr -l -t fifo -u
postfix  30326  1464  0 10:14 ?        00:00:00 pickup -l -t fifo -u
postfix  30687  1464  0 11:32 ?        00:00:00 smtp -t unix -u
postfix  30696  1464  0 11:33 ?        00:00:00 bounce -z -n defer -t unix -u

2 같이 보기[ | ]

3 참고[ | ]