Mail size is larger than the maximum size allowed by server configuration #4439
-
|
Recently i didnt receive some messages with my Getmail / Dovecot / Postfix setup, without noticing at firrst, because the Mail just was skipped. Later i found out that Dovecot has problems storing large Messages into the mailbox. Its possible to configure dovecot size limits, but per Dovecot defaults they are not set. Does DMS override those defaults and actually defines message size limits for dovecot? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
You might have to investigate this yourself to find what setting is affecting it. Dovecot Quotas are enabled by default, and we do have this snippet applied: docker-mailserver/target/scripts/startup/setup.d/dovecot.sh Lines 168 to 182 in 23bb1c8 That is used for Postfix to limit too: docker-mailserver/target/scripts/startup/setup.d/postfix.sh Lines 55 to 62 in 23bb1c8 Defaults in DMS for those two ENV: docker-mailserver/target/scripts/startup/variables-stack.sh Lines 138 to 139 in 23bb1c8 |
Beta Was this translation helpful? Give feedback.
You might have to investigate this yourself to find what setting is affecting it. Dovecot Quotas are enabled by default, and we do have this snippet applied:
docker-mailserver/target/scripts/startup/setup.d/dovecot.sh
Lines 168 to 182 in 23bb1c8