E-PARLOR : Postfix

HomePage :: Blog :: Gallery :: Library :: Forum :: Categories :: Index :: Changes :: Comments :: Login

Postfix main.cf


◆メール配信設定
※FMLと連動してメールニュースなどの配信

smtpd_soft_error_limit (10)
Postfix SMTP サーバが全ての応答を遅くする前に、リモート SMTP ク
ライアントがメールの配送なしに発生させることが許されるエラーの数。

smtpd_hard_error_limit (20)
リモート SMTP クライアントがメールの配送なしに発生させることが許
されるエラーの数。

smtpd_recipient_overshoot_limit (1000)
Postfix SMTP サーバが超過したそれぞれの受信者に対してセッション
ごとのエラーカウンタを増加させる前に、リモートの SMTP クライアン
トが $smtpd_recipient_limit で指定された制限を超えて送ることがで
きる受信者の数。

FML --> Postfix ログ
/var/spool/ml/ML名/var/log を参照してみる。

# Other configurable parameters.
# 2005.4.17
allow_mail_to_commands = alias,forward,include
smtpd_recipient_limit = 100000
mailbox_size_limit = 512000000
smtpd_error_sleep_time = 1s
smtpd_soft_error_limit = 1000
smtpd_hard_error_limit = 1000

There are no comments on this page. [Add comment]

1999-2006 The E-PARLOR Project. All right reserved. :: Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.1
Page was generated in 0.0145 seconds