Skip to content

max_message_size in config doesn't seem to have an effect. stuck on 14MB when receiving mails #3059

Discussion options

You must be logged in to vote

If you're seeing that 552 message, then that includes what it thinks the current maximum size is

return format("552 Message too large (maximum size %dMB)", Postal::Config.smtp_server.max_message_size)

You can also note on that line of code that the maximum message size is configured under smtp_server not smtp.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rakurtz
Comment options

Answer selected by rakurtz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3058 on July 26, 2024 09:29.