1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

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

@ -25,8 +25,10 @@ services:
restart: always
env_file: .env
ports:
- "$BIND_ADDRESS:110:110"
- "$BIND_ADDRESS:143:143"
- "$BIND_ADDRESS:993:993"
- "$BIND_ADDRESS:995:995"
- "$BIND_ADDRESS:4190:4190"
volumes:
- "$ROOT/data:/data"

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