|
|
@ -2,7 +2,7 @@
|
|
|
|
# General
|
|
|
|
# General
|
|
|
|
###############
|
|
|
|
###############
|
|
|
|
log_path = /dev/stderr
|
|
|
|
log_path = /dev/stderr
|
|
|
|
protocols = imap lmtp sieve
|
|
|
|
protocols = imap pop3 lmtp sieve
|
|
|
|
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
|
|
|
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
|
|
|
hostname = {{ HOSTNAME }}
|
|
|
|
hostname = {{ HOSTNAME }}
|
|
|
|
mail_plugins = $mail_plugins quota
|
|
|
|
mail_plugins = $mail_plugins quota
|
|
|
@ -100,13 +100,17 @@ service auth-worker {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
###############
|
|
|
|
###############
|
|
|
|
# IMAP
|
|
|
|
# IMAP & POP
|
|
|
|
###############
|
|
|
|
###############
|
|
|
|
|
|
|
|
|
|
|
|
protocol imap {
|
|
|
|
protocol imap {
|
|
|
|
mail_plugins = $mail_plugins imap_quota antispam
|
|
|
|
mail_plugins = $mail_plugins imap_quota antispam
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protocol pop3 {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
service imap-login {
|
|
|
|
service imap-login {
|
|
|
|
inet_listener imap {
|
|
|
|
inet_listener imap {
|
|
|
|
port = 143
|
|
|
|
port = 143
|
|
|
|