From 14e2800f5242bdb1ecedb5253de2a43948e55e14 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Mar 2017 23:40:46 +0200 Subject: Refine main conf --- conf.d/010_main.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'conf.d/010_main.conf') diff --git a/conf.d/010_main.conf b/conf.d/010_main.conf index 96e3674..29ff01a 100644 --- a/conf.d/010_main.conf +++ b/conf.d/010_main.conf @@ -106,7 +106,7 @@ acl_smtp_dkim = acl_check_dkim # Allow any client to use TLS. -# tls_advertise_hosts = * +tls_advertise_hosts = * # Specify the location of the Exim server's TLS certificate and private key. # The private key must not be encrypted (password protected). You can put @@ -126,7 +126,7 @@ tls_privatekey = CERTDIR/$primary_hostname.pem # them you should also allow TLS-on-connect on the traditional but # non-standard port 465. -# daemon_smtp_ports = 25 : 465 : 587 +daemon_smtp_ports = 25 : 587 # tls_on_connect_ports = 465 @@ -197,8 +197,8 @@ host_lookup = * # (The default was reduced from 30s to 5s for release 4.61. and to # disabled for release 4.86) # -#rfc1413_hosts = * -#rfc1413_query_timeout = 5s +rfc1413_hosts = * +rfc1413_query_timeout = 5s # Enable an efficiency feature. We advertise the feature; clients @@ -224,8 +224,7 @@ prdr_enable = true # Unless you run a high-volume site you probably want more logging # detail than the default. Adjust to suit. -log_selector = +smtp_protocol_error +smtp_syntax_error \ - +tls_certificate_verified +log_selector = +smtp_protocol_error +smtp_syntax_error +tls_certificate_verified # If you want Exim to support the "percent hack" for certain domains, -- cgit v1.2.3