diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-15 17:48:55 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-15 17:48:55 +0000 |
commit | 1fa62f99a231e4ffcdd96ae8762b8dccf7136b4a (patch) | |
tree | 7f7ef983d576da5efce26ec21ef53ba6c93bf82a | |
parent | db4dcd57f3ce2d62b5a86feadd736836c2909025 (diff) |
Typo in sample configuration
-rw-r--r-- | src/src/configure.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/configure.default b/src/src/configure.default index b828ca20a..1dc9b913d 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -154,7 +154,7 @@ acl_smtp_data = acl_check_data # tls_privatekey = /etc/ssl/exim.pem # For OpenSSL, prefer EC- over RSA-authenticated ciphers -# tls_require_ciphers = ECDSA:RSA:!COMPLEMENTOFDEFAILT +# tls_require_ciphers = ECDSA:RSA:!COMPLEMENTOFDEFAULT # In order to support roaming users who wish to send email from anywhere, # you may want to make Exim listen on other ports as well as port 25, in |