[packages/exim] Disable tls advertise by default since we don't provide any certificate with fresh exim (and exim wi
arekm
arekm at pld-linux.org
Wed May 4 15:21:26 CEST 2016
commit 65a7f0a0d952b605152a459951d8923126090653
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed May 4 15:21:18 2016 +0200
Disable tls advertise by default since we don't provide any certificate with fresh exim (and exim will complain about missing cert)
exim4.conf | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/exim4.conf b/exim4.conf
index 45e1885..80f2f4a 100644
--- a/exim4.conf
+++ b/exim4.conf
@@ -74,6 +74,9 @@ hostlist relay_from_hosts = 127.0.0.1
# tls_certificate = /etc/openssl/mail.crt
# tls_privatekey = /etc/openssl/mail.key
# tls_advertise_hosts = *
+#
+# Disable
+tls_advertise_hosts =
# You can use self-signed cerficates (you will need openssl-tools package):
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/65a7f0a0d952b605152a459951d8923126090653
More information about the pld-cvs-commit
mailing list