|
|
@ -5,7 +5,6 @@ log_path = /dev/stderr
|
|
|
|
protocols = imap pop3 lmtp sieve
|
|
|
|
protocols = imap pop3 lmtp sieve
|
|
|
|
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
|
|
|
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
|
|
|
hostname = {{ HOSTNAMES.split(",")[0] }}
|
|
|
|
hostname = {{ HOSTNAMES.split(",")[0] }}
|
|
|
|
mail_plugins = $mail_plugins quota quota_clone
|
|
|
|
|
|
|
|
submission_host = front
|
|
|
|
submission_host = front
|
|
|
|
|
|
|
|
|
|
|
|
service dict {
|
|
|
|
service dict {
|
|
|
@ -31,6 +30,9 @@ mail_gid = mail
|
|
|
|
mail_privileged_group = mail
|
|
|
|
mail_privileged_group = mail
|
|
|
|
mail_access_groups = mail
|
|
|
|
mail_access_groups = mail
|
|
|
|
maildir_stat_dirs = yes
|
|
|
|
maildir_stat_dirs = yes
|
|
|
|
|
|
|
|
mailbox_list_index = yes
|
|
|
|
|
|
|
|
mail_vsize_bg_after_count = 100
|
|
|
|
|
|
|
|
mail_plugins = $mail_plugins quota quota_clone
|
|
|
|
|
|
|
|
|
|
|
|
namespace inbox {
|
|
|
|
namespace inbox {
|
|
|
|
inbox = yes
|
|
|
|
inbox = yes
|
|
|
@ -52,6 +54,12 @@ namespace inbox {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin {
|
|
|
|
|
|
|
|
quota = count:User quota
|
|
|
|
|
|
|
|
quota_vsizes = yes
|
|
|
|
|
|
|
|
quota_clone_dict = redis:host={{ REDIS_ADDRESS }}:port=6379:db=1
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
###############
|
|
|
|
###############
|
|
|
|
# Authentication
|
|
|
|
# Authentication
|
|
|
|
###############
|
|
|
|
###############
|
|
|
@ -117,11 +125,6 @@ service lmtp {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
plugin {
|
|
|
|
|
|
|
|
quota = maildir:User quota
|
|
|
|
|
|
|
|
quota_clone_dict = redis:host={{ REDIS_ADDRESS }}:db=1
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###############
|
|
|
|
###############
|
|
|
|
# Filtering
|
|
|
|
# Filtering
|
|
|
|