Add pop3 and pop3 support to the dovecot container, related to #114

This commit is contained in:
Pierre Jaury
2016-11-12 16:18:14 +01:00
parent 5e0b3a86d1
commit 54082140e1
2 changed files with 8 additions and 2 deletions

View File

@@ -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