diff options
author | root | 2017-03-28 23:40:46 +0200 |
---|---|---|
committer | root | 2017-03-28 23:40:46 +0200 |
commit | 14e2800f5242bdb1ecedb5253de2a43948e55e14 (patch) | |
tree | cc8c37a2dfa3265a75f959a7cb18b800136b6cd0 | |
parent | dbe252d56cbb87bf749c108299f99d831c388241 (diff) | |
download | exim-14e2800f5242bdb1ecedb5253de2a43948e55e14.tar.gz |
Refine main conf
-rw-r--r-- | conf.d/010_main.conf | 11 |
1 files changed, 5 insertions, 6 deletions
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 | |||
106 | 106 | ||
107 | # Allow any client to use TLS. | 107 | # Allow any client to use TLS. |
108 | 108 | ||
109 | # tls_advertise_hosts = * | 109 | tls_advertise_hosts = * |
110 | 110 | ||
111 | # Specify the location of the Exim server's TLS certificate and private key. | 111 | # Specify the location of the Exim server's TLS certificate and private key. |
112 | # The private key must not be encrypted (password protected). You can put | 112 | # The private key must not be encrypted (password protected). You can put |
@@ -126,7 +126,7 @@ tls_privatekey = CERTDIR/$primary_hostname.pem | |||
126 | # them you should also allow TLS-on-connect on the traditional but | 126 | # them you should also allow TLS-on-connect on the traditional but |
127 | # non-standard port 465. | 127 | # non-standard port 465. |
128 | 128 | ||
129 | # daemon_smtp_ports = 25 : 465 : 587 | 129 | daemon_smtp_ports = 25 : 587 |
130 | # tls_on_connect_ports = 465 | 130 | # tls_on_connect_ports = 465 |
131 | 131 | ||
132 | 132 | ||
@@ -197,8 +197,8 @@ host_lookup = * | |||
197 | # (The default was reduced from 30s to 5s for release 4.61. and to | 197 | # (The default was reduced from 30s to 5s for release 4.61. and to |
198 | # disabled for release 4.86) | 198 | # disabled for release 4.86) |
199 | # | 199 | # |
200 | #rfc1413_hosts = * | 200 | rfc1413_hosts = * |
201 | #rfc1413_query_timeout = 5s | 201 | rfc1413_query_timeout = 5s |
202 | 202 | ||
203 | 203 | ||
204 | # Enable an efficiency feature. We advertise the feature; clients | 204 | # Enable an efficiency feature. We advertise the feature; clients |
@@ -224,8 +224,7 @@ prdr_enable = true | |||
224 | # Unless you run a high-volume site you probably want more logging | 224 | # Unless you run a high-volume site you probably want more logging |
225 | # detail than the default. Adjust to suit. | 225 | # detail than the default. Adjust to suit. |
226 | 226 | ||
227 | log_selector = +smtp_protocol_error +smtp_syntax_error \ | 227 | log_selector = +smtp_protocol_error +smtp_syntax_error +tls_certificate_verified |
228 | +tls_certificate_verified | ||
229 | 228 | ||
230 | 229 | ||
231 | # If you want Exim to support the "percent hack" for certain domains, | 230 | # If you want Exim to support the "percent hack" for certain domains, |