Add pop3 and pop3 support to the dovecot container, related to #114
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# General
|
||||
###############
|
||||
log_path = /dev/stderr
|
||||
protocols = imap lmtp sieve
|
||||
protocols = imap pop3 lmtp sieve
|
||||
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
||||
hostname = {{ HOSTNAME }}
|
||||
mail_plugins = $mail_plugins quota
|
||||
@@ -100,13 +100,17 @@ service auth-worker {
|
||||
}
|
||||
|
||||
###############
|
||||
# IMAP
|
||||
# IMAP & POP
|
||||
###############
|
||||
|
||||
protocol imap {
|
||||
mail_plugins = $mail_plugins imap_quota antispam
|
||||
}
|
||||
|
||||
protocol pop3 {
|
||||
|
||||
}
|
||||
|
||||
service imap-login {
|
||||
inet_listener imap {
|
||||
port = 143
|
||||
|
||||
Reference in New Issue
Block a user