/var/log/maillog について
Red Hat Linux 8.0とsendmailとqpopperを使用してメールサーバーを構築しています。
/var/log/maillogに1時間に一回、200行ほどのログが一気に書き込まれ
ログの容量が肥大化して困っています。
ログの一部は
Feb 6 21:14:01 xxxx sm-msp-queue[680]: h15L4fBd004705: to=root, delay=15:09:16, xdelay=00:03:09, mailer=relay, pri=121617, relay=[localhost] [1.0.0.127], dsn=4.0.0, stat=Deferred: Connection timed out with [localhost]
Feb 6 21:14:01 xxxx sm-msp-queue[680]: h15L4fBe004705: to=root, delay=15:09:15, xdelay=00:00:00, mailer=relay, pri=121617, relay=[localhost], dsn=4.0.0, stat=Deferred: Connection timed out with [localhost]
Feb 6 21:14:01 xxxx sm-msp-queue[680]: h15L4fBf004705: to=root, delay=15:09:15, xdelay=00:00:00, mailer=relay, pri=121617, relay=[localhost], dsn=4.0.0, stat=Deferred: Connection timed out with [localhost]
Feb 6 21:14:01 xxxx sm-msp-queue[680]: h15L4fBg004705: to=root, delay=15:09:15, xdelay=00:00:00, mailer=relay, pri=121617, relay=[localhost], dsn=4.0.0, stat=Deferred: Connection timed out with [localhost]
Feb 6 21:14:01 xxxx sm-msp-queue[680]: h15L4fBh004705: to=root, delay=15:09:15, xdelay=00:00:00, mailer=relay, pri=121617, relay=[localhost], dsn=4.0.0, stat=Deferred: Connection timed out with [localhost]
Feb 6 21:14:01 xxxx sm-msp-queue[680]: h15L4fBi004705: to=root, delay=15:09:14, xdelay=00:00:00, mailer=relay, pri=121617, relay=[localhost], dsn=4.0.0, stat=Deferred: Connection timed out with [localhost]
このような感じです。どすれば止まるでしょうか?
困っています、教えて頂けませんか。
(xxxxは自分の設定したドメインの頭です xxxx.ne.jp)
お礼
もう少しログを張らせて頂きます。 localhost sendmail[15508]: n6CEjNRT015508: from=apache, size=407, class=0, nrcpts=1, msgid=<200907121445.n6CEjNRT015508@localhost.localdomain>, relay=apache@localhost localhost sendmail[15509]: n6CEjNer015509: tcpwrappers (localhost.localdomain, 127.0.0.1) rejection localhost sendmail[15508]: n6CEjNRT015508: to=test@example.com, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30407, relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat =Service unavailable localhost sendmail[15508]: n6CEjNRT015508: n6CEjNRU015508: DSN: Service unavailable localhost sendmail[15508]: n6CEjNRU015508: to=apache, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31431, relay=[127.0.0.1], dsn=5.0.0, stat=Service unavailable localhost sendmail[15508]: n6CEjNRU015508: n6CEjNRV015508: return to sender: Service unavailable localhost sendmail[15508]: n6CEjNRV015508: to=postmaster, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32455, relay=[127.0.0.1], dsn=5.0.0, stat=Service unavailable localhost sendmail[15508]: n6CEjNRU015508: Losing ./qfn6CEjNRU015508: savemail panic localhost sendmail[15508]: n6CEjNRU015508: SYSERR(apache): savemail: cannot save rejected email anywhere
補足
アドバイスありがとうございます。 単にsendmailを起動するだけではだめなのですね。 しかしながら「送信ユーザーの許可」と「メールボックスの作成」のどちらもやり方がわかりません。 参考になるURLなどありましたら教えて頂けませんでしょうか。 PHPのmb_send_mailを使いたいだけなのですが、そんな簡単にはいかないのですね。