mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add missing account registration for apps in postfix
This commit is contained in:
parent
59875cae23
commit
6cb18329a9
1 changed files with 2 additions and 2 deletions
|
@ -93,14 +93,14 @@ recipient_delimiter = +
|
|||
inet_interfaces = all
|
||||
|
||||
#### Fit to the maximum message size to 25mb, more than allowed by GMail or Yahoo ####
|
||||
# /!\ This size is the size of the attachment in base64.
|
||||
# /!\ This size is the size of the attachment in base64.
|
||||
# BASE64_SIZE_IN_BYTE = ORIGINAL_SIZE_IN_MEGABYTE * 1,37 *1024*1024 + 980
|
||||
# See https://serverfault.com/questions/346895/postfix-mail-size-counting
|
||||
message_size_limit = 35914708
|
||||
|
||||
# Virtual Domains Control
|
||||
virtual_mailbox_domains = ldap:/etc/postfix/ldap-domains.cf
|
||||
virtual_mailbox_maps = ldap:/etc/postfix/ldap-accounts.cf
|
||||
virtual_mailbox_maps = ldap:/etc/postfix/ldap-accounts.cf,hash:/etc/postfix/app_senders_login_maps
|
||||
virtual_mailbox_base =
|
||||
virtual_alias_maps = ldap:/etc/postfix/ldap-aliases.cf,ldap:/etc/postfix/ldap-groups.cf
|
||||
virtual_alias_domains =
|
||||
|
|
Loading…
Add table
Reference in a new issue