From 16eaea84af546971abb5588d85cacb8e463756b2 Mon Sep 17 00:00:00 2001 From: Manuel Wolfshant Date: Jan 18 2014 18:46:58 +0000 Subject: uncomment TLS_CA, it is mandatory for TLS --- diff --git a/ssmtp-defaultvalues.patch b/ssmtp-defaultvalues.patch index 2952870..a870a13 100644 --- a/ssmtp-defaultvalues.patch +++ b/ssmtp-defaultvalues.patch @@ -28,8 +28,8 @@ # Use SSL/TLS to send secure messages to server. #UseTLS=YES -+#IMPORTANT: Uncomment the following line if you use TLS authentication -+#TLS_CA_File=/etc/pki/tls/certs/ca-bundle.crt ++#IMPORTANT: The following line is mandatory for TLS authentication ++TLS_CA_File=/etc/pki/tls/certs/ca-bundle.crt # Use SSL/TLS certificate to authenticate against smtp host. #UseTLSCert=YES diff --git a/ssmtp.spec b/ssmtp.spec index 5e700fc..ecf12a4 100644 --- a/ssmtp.spec +++ b/ssmtp.spec @@ -1,6 +1,6 @@ Name: ssmtp Version: 2.64 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Extremely simple MTA to get mail off the system to a Mailhub Group: Applications/Internet License: GPLv2+ @@ -138,6 +138,9 @@ fi %changelog +* Sat Jan 18 2014 Manuel "lonely wolf" Wolfshant - 2.64-11 +- uncomment TLS_CA in the config file + * Wed Sep 26 2013 Manuel "lonely wolf" Wolfshant - 2.64-10 - Force loading of the CA bundle via the config file; should fix #1004998