FS#2067 - Full ipv6 for mail
| | |
| | | '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', |
| | |
| | | ## 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 |
| | |
| | | # .. |
| | | # } |
| | | #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 |
| | |
| | | # .. |
| | | # } |
| | | #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 |
| | |
| | | # .. |
| | | # } |
| | | #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 |