From 229e41e0af185b68fd48a3fef863e9c370a30a04 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 5 Apr 2009 17:18:06 +0100 Subject: [PATCH] Comment out the require options for now. This is just making noise in the logs. I hate gnutls. Signed-off-by: Stephen Gran --- modules/exim/files/common/exim4.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index 0378c3de3..cecdcf50a 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -1156,11 +1156,11 @@ remote_smtp: driver = smtp connect_timeout = 1m .ifdef USE_TLS - tls_tempfail_tryclear = true +# tls_tempfail_tryclear = true tls_certificate = /etc/exim4/ssl/thishost.crt tls_privatekey = /etc/exim4/ssl/thishost.key - tls_verify_certificates = /etc/exim4/ssl/ca.crt - tls_crl = /etc/exim4/ssl/ca.crl +# tls_verify_certificates = /etc/exim4/ssl/ca.crt +# tls_crl = /etc/exim4/ssl/ca.crl .endif # Send the message to procmail -- 2.20.1