"포스트픽스"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
11번째 줄: 11번째 줄:
http://upload.wikimedia.org/wikipedia/commons/d/d9/Postfix-logo.png
http://upload.wikimedia.org/wikipedia/commons/d/d9/Postfix-logo.png


<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# netstat -anp | grep ':25'
[root@zetawiki ~]# netstat -anp | grep ':25'
tcp        0      0 127.0.0.1:25                0.0.0.0:*                  LISTEN      1464/master  
tcp        0      0 127.0.0.1:25                0.0.0.0:*                  LISTEN      1464/master  
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# ps -ef | grep 1464 | grep -v grep
[root@zetawiki ~]# ps -ef | grep 1464 | grep -v grep
root      1464    1  0 May10 ?        00:00:28 /usr/libexec/postfix/master
root      1464    1  0 May10 ?        00:00:28 /usr/libexec/postfix/master
22번째 줄: 22번째 줄:
postfix  30687  1464  0 11:32 ?        00:00:00 smtp -t unix -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
postfix  30696  1464  0 11:33 ?        00:00:00 bounce -z -n defer -t unix -u
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 4월 1일 (월) 23:35 기준 최신판

1 개요[ | ]

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

 

[root@zetawiki ~]# netstat -anp | grep ':25'
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      1464/master
[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 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}