0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Postfixのmessge_size_limitとmailbox_size_limit

Posted at

毎月メールで送っているmp3ファイルがメールサーバ更改後送れなくなったという連絡があったので、message_size_limitを広げた。
この時に message_size_limit > mailbox_size_limit になっているとメールのローカル配送(転送含む)が一切行われなくなるので注意。なお、 mailbox_size_limit は main.cf に記載がなく、ログ見てて気づいた。罠。

message_size_limit = 102400000
mailbox_size_limit = 1024000000
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?