summaryrefslogtreecommitdiff
path: root/libproto/mailer/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/mailer/smtp.c')
-rw-r--r--libproto/mailer/smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproto/mailer/smtp.c b/libproto/mailer/smtp.c
index d2f134db6..cb9ac0a6b 100644
--- a/libproto/mailer/smtp.c
+++ b/libproto/mailer/smtp.c
@@ -233,7 +233,7 @@ smtp_open (mu_mailer_t mailer, int flags)
memset (&hints, 0, sizeof (hints));
hints.flags = MU_AH_DETECT_FAMILY;
- hints.port = smtp_mailer->tls ? MU_SMTPS_PORT : MU_SMTP_PORT;
+ hints.port = smtp_mailer->tls == MAILER_TLS_ALWAYS ? MU_SMTPS_PORT : MU_SMTP_PORT;
hints.protocol = IPPROTO_TCP;
hints.socktype = SOCK_STREAM;
rc = mu_sockaddr_from_url (&sa, mailer->url, &hints);

Return to:

Send suggestions and report system problems to the System administrator.