From 9e0754b5feaa8426a56926878053f75630188e31 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Wed, 19 Nov 2025 04:30:15 +0000 Subject: [PATCH] ssmtp: Use secure connection (port 25 is sometimes filtered) --- ssmtp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssmtp.conf b/ssmtp.conf index fe6583f..4c85dbc 100644 --- a/ssmtp.conf +++ b/ssmtp.conf @@ -13,7 +13,7 @@ root=postmaster # no MX records are consulted. Commonly mailhosts are named mail.domain.com # The example will fit if you are in domain.com and your mailhub is so named. #mailhub=mail -mailhub=djehouty.pomail.fr +mailhub=djehouty.pomail.fr:465 # Example for SMTP port number 2525 # mailhub=mail.your.domain:2525 @@ -38,7 +38,7 @@ mailhub=djehouty.pomail.fr #FromLineOverride=YES # Use SSL/TLS to send secure messages to server. -#UseTLS=YES +UseTLS=YES # Use SSL/TLS certificate to authenticate against smtp host. #UseTLSCert=YES