tbrehm
2012-06-07 c2568b0713e81989fe76bfc4d74f960820d800a7
FS#2067 - Full ipv6 for mail
9 files modified
9 ■■■■■ changed files
install/lib/installer_base.lib.php 1 ●●●● patch | view | raw | blame | history
install/tpl/debian6_dovecot.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/debian6_dovecot2.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/debian_dovecot.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/debian_dovecot2.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/fedora_dovecot.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/fedora_dovecot2.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/opensuse_dovecot.conf.master 1 ●●●● patch | view | raw | blame | history
install/tpl/opensuse_dovecot2.conf.master 1 ●●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -664,6 +664,7 @@
                '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',
install/tpl/debian6_dovecot.conf.master
@@ -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 "
install/tpl/debian6_dovecot2.conf.master
@@ -1,3 +1,4 @@
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
install/tpl/debian_dovecot.conf.master
@@ -45,6 +45,7 @@
#     ..
#   }
#listen = *
listen = *,[::]
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
install/tpl/debian_dovecot2.conf.master
@@ -1,3 +1,4 @@
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
install/tpl/fedora_dovecot.conf.master
@@ -40,6 +40,7 @@
#     ..
#   }
#listen = *, [::]
listen = *,[::]
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
install/tpl/fedora_dovecot2.conf.master
@@ -1,3 +1,4 @@
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no
install/tpl/opensuse_dovecot.conf.master
@@ -45,6 +45,7 @@
#     ..
#   }
#listen = *
listen = *,[::]
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
install/tpl/opensuse_dovecot2.conf.master
@@ -1,3 +1,4 @@
listen = *,[::]
protocols = imap pop3
auth_mechanisms = plain login
disable_plaintext_auth = no