Skip to content
Snippets Groups Projects
Commit c2568b07 authored by tbrehm's avatar tbrehm
Browse files

FS#2067 - Full ipv6 for mail

parent 42f191ba
No related branches found
No related tags found
No related merge requests found
......@@ -664,6 +664,7 @@ class installer_base {
'virtual_mailbox_base = '.$cf['vmail_mailbox_base'],
'virtual_uid_maps = static:'.$cf['vmail_userid'],
'virtual_gid_maps = static:'.$cf['vmail_groupid'],
'inet_protocols=all',
'smtpd_sasl_auth_enable = yes',
'broken_sasl_auth_clients = yes',
'smtpd_sasl_authenticated_header = yes',
......
......@@ -5,6 +5,7 @@
## Dovecot configuration file
base_dir = /var/run/dovecot/
listen = *,[::]
protocols = imap imaps pop3 pop3s
disable_plaintext_auth = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
......
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
......
......@@ -45,6 +45,7 @@ protocols = imap imaps pop3 pop3s
# ..
# }
#listen = *
listen = *,[::]
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
......
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
......
......@@ -40,6 +40,7 @@ protocols = imap imaps pop3 pop3s
# ..
# }
#listen = *, [::]
listen = *,[::]
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
......
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
......
......@@ -45,6 +45,7 @@ protocols = imap imaps pop3 pop3s
# ..
# }
#listen = *
listen = *,[::]
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
......
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment