sendmail
説明 [#i5ea8076]
エラーメールをキューに保存する期間はデフォルト5日です。
5日間経過すると再送処理を諦めて、エラーを送信元に返します。
手順 [#xbdaebc6]
# cd /etc/mail/
# cp -p sendmail.mc sendmail.mc.`date +%Y%m%d`
# vi sendmail.mc
- dnl define(`confTO_QUEUERETURN', `5d')dnl
+ dnl define(`confTO_QUEUERETURN', `1d')dnl
# cp -p sendmail.cf sendmail.cf.`date +%Y%m%d`
# m4 sendmail.mc > sendmail.cf
# service sendmail restart