Skip to content

Commit c2568b0

Browse files
committed
FS#2067 - Full ipv6 for mail
1 parent 42f191b commit c2568b0

9 files changed

+9
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ public function configure_postfix($options = '') {
664664
'virtual_mailbox_base = '.$cf['vmail_mailbox_base'],
665665
'virtual_uid_maps = static:'.$cf['vmail_userid'],
666666
'virtual_gid_maps = static:'.$cf['vmail_groupid'],
667+
'inet_protocols=all',
667668
'smtpd_sasl_auth_enable = yes',
668669
'broken_sasl_auth_clients = yes',
669670
'smtpd_sasl_authenticated_header = yes',

install/tpl/debian6_dovecot.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Dovecot configuration file
66
base_dir = /var/run/dovecot/
77

8+
listen = *,[::]
89
protocols = imap imaps pop3 pop3s
910
disable_plaintext_auth = no
1011
log_timestamp = "%Y-%m-%d %H:%M:%S "

install/tpl/debian6_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
listen = *,[::]
12
protocols = imap pop3
23
auth_mechanisms = plain login
34
disable_plaintext_auth = no

install/tpl/debian_dovecot.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ protocols = imap imaps pop3 pop3s
4545
# ..
4646
# }
4747
#listen = *
48+
listen = *,[::]
4849

4950
# Disable LOGIN command and all other plaintext authentications unless
5051
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP

install/tpl/debian_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
listen = *,[::]
12
protocols = imap pop3
23
auth_mechanisms = plain login
34
disable_plaintext_auth = no

install/tpl/fedora_dovecot.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ protocols = imap imaps pop3 pop3s
4040
# ..
4141
# }
4242
#listen = *, [::]
43+
listen = *,[::]
4344

4445
# Disable LOGIN command and all other plaintext authentications unless
4546
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP

install/tpl/fedora_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
listen = *,[::]
12
protocols = imap pop3
23
auth_mechanisms = plain login
34
disable_plaintext_auth = no

install/tpl/opensuse_dovecot.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ protocols = imap imaps pop3 pop3s
4545
# ..
4646
# }
4747
#listen = *
48+
listen = *,[::]
4849

4950
# Disable LOGIN command and all other plaintext authentications unless
5051
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP

install/tpl/opensuse_dovecot2.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
listen = *,[::]
12
protocols = imap pop3
23
auth_mechanisms = plain login
34
disable_plaintext_auth = no

0 commit comments

Comments
 (0)