Skip to content
Discussion options

You must be logged in to vote

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:

local MESSAGE_SIZE_LIMIT_MB=$((POSTFIX_MESSAGE_SIZE_LIMIT / 1000000))
local MAILBOX_LIMIT_MB=$((POSTFIX_MAILBOX_SIZE_LIMIT / 1000000))
sedfile -i \
"s|quota_max_mail_size =.*|quota_max_mail_size = ${MESSAGE_SIZE_LIMIT_MB}$([[ ${MESSAGE_SIZE_LIMIT_MB} -eq 0 ]] && echo "" || echo "M")|g" \
/etc/dovecot/conf.d/90-quota.conf
sedfile -i \
"s|quota_rule = \*:storage=.*|quota_rule = *:storage=${MAILBOX_…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@tilllt
Comment options

@polarathene
Comment options

@tilllt
Comment options

@polarathene
Comment options

Answer selected by tilllt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants