IMAPS and outgoing TLS from prologic

This commit is contained in:
Your Name
2016-10-10 15:58:32 +00:00
parent ac9f32de1e
commit 5f6a8976a0
5 changed files with 7 additions and 3 deletions

View File

@@ -5,9 +5,8 @@ service imap-login {
}
#disable imaps since we use TLS connections through the standard imap
inet_listener imaps {
port = 0
}
}

View File

@@ -40,6 +40,9 @@ recipient_delimiter = +
# SMTP configuration for incoming mail (port 25)
# Outgoing mail (port 587) configuration is specified in master.cf
# Opportunistic TLS
smtp_tls_security_level = may
# allow all connections (since we want to receive mail from outside)
smtpd_client_restrictions = permit

View File

@@ -5,6 +5,7 @@ dovecot unix - n n - - pipe
# authenticate after HELO has been sent
submission inet n - n - - smtpd
-o smtpd_etrn_restrictions=reject
-o smtpd_tls_security_level=may
-o smtpd_sasl_type=dovecot
-o smtpd_sasl_path=private/auth
-o smtpd_sasl_auth_enable=yes