戻る

3002: 最小の 設定ファイル sendmail.cf

前準備

状況

# ps ax | grep sendmail | grep -v grep
   86 ?        S      0:00 sendmail: accepting connections

バックグランドで 動作中

$ cp /dev/null test01.cf
$ ls -l test01.cf 
-rw-r--r--    1 mm       users           0  9月 27日  12:34 test01.cf

この 場合は

$ /usr/sbin/sendmail -Ctest01.cf -bt < /dev/null
Warning: .cf file is out of date: sendmail 8.12.11 supports version 10, .cf file is version 0
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>

sendmai を 停止 した場合は

# cat /var/run/sendmail.pid 
86
/usr/sbin/sendmail -bd -q15m

停止 しよう

# kill 86
# ps ax | grep sendmail | grep -v grep

再度

$ /usr/sbin/sendmail -Ctest01.cf -bt < /dev/null
Warning: .cf file is out of date: sendmail 8.12.11 supports version 10, .cf file is version 0
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter <ruleset> <address>

何方の結果も 同じ 様なものである

戻る

にゃんたろう 拝!
2006年 9月14日 (木) 22:48:27 JST 作成

Copyright © 2004.-2007. nyantarou All Rights Reserved.