feat: added postfix message & mailbox size limits to ENV settings (Closes: #629, #1056)

This commit is contained in:
Jiří Kozlovský 2018-10-15 21:17:45 +02:00 committed by Johan Smits
parent 8f48d0536f
commit c8728eab8a
4 changed files with 35 additions and 0 deletions

View file

@ -190,6 +190,7 @@ services:
- SASLAUTHD_LDAP_PASSWORD=admin
- SASLAUTHD_LDAP_SEARCH_BASE=ou=people,dc=localhost,dc=localdomain
- POSTMASTER_ADDRESS=postmaster@localhost.localdomain
- POSTFIX_MESSAGE_SIZE_LIMIT=100000000
cap_add:
- NET_ADMIN
- SYS_PTRACE
@ -303,6 +304,18 @@ Enabled by ENABLE_POSTFIX_VIRTUAL_TRANSPORT. Specify the final delivery of postf
- `lmtp:<kopano-host>:2003` (use kopano as mailstore)
- etc.
##### POSTFIX\_MAILBOX\_SIZE\_LIMIT
Set the mailbox size limit for all users. If set to zero, the size will be unlimited (default).
- **empty** => 0 (no limit)
##### POSTFIX\_MESSAGE\_SIZE\_LIMIT
Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!)
- **empty** => 1048576 (10 MB)
##### ENABLE_MANAGESIEVE
- **empty** => Managesieve service disabled