はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 このスレッドはクローズされています。記事の閲覧のみとなります。

 root宛のメールが転送されない
日時: 2006/09/08 10:45
名前: SRX

①不明点・障害内容:ある時からroot宛のメールが届かなくなりました。
②ログの有無   :
  (有:その内容):
③Distribution  :FC4
      Version:

こちらのサイトを参考に、自宅サーバを構築しました。
セキュリティ強化のためにchkrootkitやclamAVをインストールし、cronで自動実行の設定をして、
/etc/aliasesにメールアドレスを記述してそのアドレス宛にcronの実行結果をメールさせていました。

ところが、ある時から突然メールが届かなくなりました。
試しに echo test|mail root としてみても、メールが転送されません。


考えられる理由は何なのでしょうか?
自分なりにいろいろ調べてみたのですが、原因がつかめません。
過去ログも調べ、似たような質問もあったのですが、自分の事象とは違うようですので、
再度質問させて頂きました。
どうぞご教授お願い致します。
メンテ

Page:  [1] [2] [3]

■ コンテンツ関連情報

 Re: root宛のメールが転送されない ( No.1 )
日時: 2006/09/08 15:23
名前: Johann
参照: http://www.geocities.co.jp/SiliconValley-Sunnyvale/1839/index.html

理由は色々考えられますので、一々列挙するよりもそちらのログを貼っていただいたほうが
良いかと思います。
メンテ
 Re: root宛のメールが転送されない ( No.2 )
日時: 2006/09/08 17:05
名前: SRX

Johann様

お返事ありがとうございます。
ログというのはどのログを貼ればよろしいでしょうか?
どうぞお教え頂ければと思います。
メンテ
 Re: root宛のメールが転送されない ( No.3 )
日時: 2006/09/08 23:51
名前: SRX

/var/log/maillogを見てみたところ、メールが届かなくなった9月4日のあるあたりから
エラーがあることに気が付きました。

これはいったいどういうことなのでしょうか?

参考になるのかわかりませんが、そのあたりにサーバの再起動を行っております。
以前もサーバの再起動を行ったところ、メールが来なくなったことがありました。
それと関係あるのかわかりませんが…。


Sep 4 01:28:37 fedora sendmail[21699]: k83GSbBC021699: from=root, size=336, class=0, nrcpts=1, msgid=<200609031628.k83GSbBC021699@fedora.xxxxxxx.jp>, relay=root@localhost
Sep 4 01:28:37 fedora sendmail[21700]: k83GSb8L021700: from=<root@fedora.xxxxxxx.jp>, size=597, class=0, nrcpts=1, msgid=<200609031628.k83GSbBC021699@fedora.xxxxxxx.jp>, proto=ESMTP, daemon=MTA, 
relay=localhost.localdomain [127.0.0.1]
Sep 4 01:28:37 fedora sendmail[21699]: k83GSbBC021699: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30336, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (k83GSb8L021700 Message accepted for delivery)
Sep 4 01:28:38 fedora sendmail[21701]: k83GSb8L021700: to=xxxxxxx@xxxxxxx.jp, ctladdr=<root@fedora.xxxxxxx.jp> (0/0), delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=30816, relay=mx5.mail.yahoo.co.jp. [203.216.247.181], dsn=5.0.0, stat=Service unavailable
Sep 4 01:28:38 fedora sendmail[21701]: k83GSb8L021700: k83GSc8L021701: DSN: Service unavailable
Sep 4 01:28:38 fedora sendmail[21701]: k83GSc8L021701: to=xxxxxxx@xxxxxxx.jp, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=31840, relay=mx5.mail.xxxxxxx.jp., dsn=5.0.0, stat=Service unavailable
Sep 4 01:28:38 fedora sendmail[21701]: k83GSc8L021701: k83GSc8M021701: return to sender: Service unavailable
Sep 4 01:28:38 fedora sendmail[21701]: k83GSc8M021701: to=xxxxxxx@xxxxxxx.jp, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=32864, relay=mx5.mail.xxxxxxx.jp., dsn=5.0.0, stat=Service unavailable


なにとぞお知恵をお願いいたします。
メンテ
 Re: root宛のメールが転送されない ( No.4 )
日時: 2006/09/09 05:28
名前: Johann
参照: http://www.geocities.co.jp/SiliconValley-Sunnyvale/1839/index.html

sendmailが起動していないように見えます。
起動しているかどうか確認してください。
メンテ
 Re: root宛のメールが転送されない ( No.5 )
日時: 2006/09/09 11:43
名前: SRX

Johann様

sendmailは起動しているようです。
(一応/etc/rc.d/init.d/sendmail startで起動してみました。)

chkconfig --listで確認しても、
sendmail    0:off  1:off  2:on  3:on  4:on  5:on  6:off
となっています。


これで試しに 
echo test|mail root
もやってみたんですが、メールが送信されません。


エラーログをまた見てみたところ、このようなエラーがありました。

Sep 9 11:12:39 fedora sendmail[9437]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Sep 9 11:12:39 fedora sendmail[9437]: daemon MTA: problem creating SMTP socket
Sep 9 11:12:44 fedora sendmail[9437]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Sep 9 11:12:44 fedora sendmail[9437]: daemon MTA: problem creating SMTP socket
Sep 9 11:12:44 fedora sendmail[9437]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: server SMTP socket wedged: exiting
Sep 9 11:13:55 fedora sendmail[9490]: k892DtBU009490: from=root, size=15, class=0, nrcpts=1, msgid=<200609090213.k892DtBU009490@fedora.alt.dip.jp>, relay=root@localhost
Sep 9 11:13:55 fedora sendmail[9491]: k892DtmI009491: from=<root@fedora.xxxxxxx.jp>, size=303, class=0, nrcpts=1, msgid=<200609090213.k892DtBU009490@fedora.xxxxxxx.jp>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]
Sep 9 11:13:55 fedora sendmail[9490]: k892DtBU009490: to=root, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30015, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (k892DtmI009491 Message accepted for delivery)
Sep 9 11:13:59 fedora sendmail[9492]: k892DtmI009491: to=xxxxxxx@xxxxxxx.jp, ctladdr=<root@fedora.xxxxxxx.jp> (0/0), delay=00:00:04, xdelay=00:00:04, mailer=esmtp, pri=30528, relay=mx5.mail.xxxxxxx.jp. [203.216.247.181], dsn=5.0.0, stat=Service unavailable
Sep 9 11:13:59 fedora sendmail[9492]: k892DtmI009491: k892DxmI009492: DSN: Service unavailable
Sep 9 11:13:59 fedora sendmail[9492]: k892DxmI009492: to=xxxxxxx@xxxxxxx.jp, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=31552, relay=mx5.mail.xxxxxxx.jp., dsn=5.0.0, stat=Service unavailable
Sep 9 11:13:59 fedora sendmail[9492]: k892DxmI009492: k892DxmJ009492: return to sender: Service unavailable
Sep 9 11:13:59 fedora sendmail[9492]: k892DxmJ009492: to=xxxxxxx@xxxxxxx.jp, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=32576, relay=mx5.mail.xxxxxxx.jp., dsn=5.0.0, stat=Service unavailable
Sep 9 11:13:59 fedora sendmail[9492]: k892DxmI009492: Losing ./qfk892DxmI009492: savemail panic
Sep 9 11:13:59 fedora sendmail[9492]: k892DxmI009492: SYSERR(root): savemail: cannot save rejected email anywhere


”opendaemonsocket: daemon MTA: cannot bind: Address already in use”の一文から、
googleで調べてみたところ、initd.confのSMTPを〜という記述があったのですが、
/etc/initd.confは存在しませんでした。


原因究明の手がかりになりますでしょうか?
どうぞよろしくお願いいたします。
メンテ

Page:  [1] [2] [3]

■ その他

ページ先頭へ

Copyright(©)2004-2018 First home server construction. All Right Reserved.