summaryrefslogtreecommitdiff
path: root/exim.conf
diff options
context:
space:
mode:
authorSystem administrator2020-12-01 11:45:03 +0100
committerSystem administrator2020-12-01 11:45:03 +0100
commitbb4117f666ed9f996eaae33d125f52ef45ed6349 (patch)
treee0a7de2ec31a6c23582db5027dae331386b0a4d3 /exim.conf
parenta7d33265b2aa39f2ea8559b1bfffbe060ef9dc65 (diff)
downloadexim-bb4117f666ed9f996eaae33d125f52ef45ed6349.tar.gz
expose TLS certificate and private key paths separately
To avoid assuming the file names under a directory.
Diffstat (limited to 'exim.conf')
-rw-r--r--exim.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/exim.conf b/exim.conf
index 678be1e..3558007 100644
--- a/exim.conf
+++ b/exim.conf
@@ -37,10 +37,11 @@
37 37
38 38
39CONFDIR = /etc/exim 39CONFDIR = /etc/exim
40
41CERTDIR = /etc/mail/ssl
42DKIMDIR = /etc/mail/dkim 40DKIMDIR = /etc/mail/dkim
43 41
42TLS_CERTIFICATE_FILE = /etc/keyring/exim.crt
43TLS_PRIVATE_KEY_FILE = /etc/keyring/exim.pem
44
44USERLIST = /etc/mail/list.d/users.list 45USERLIST = /etc/mail/list.d/users.list
45#ENABLE_PAM_AUTH = yes 46#ENABLE_PAM_AUTH = yes
46#DOVECOT_AUTH_SOCKET = /var/run/dovecot/auth-client 47#DOVECOT_AUTH_SOCKET = /var/run/dovecot/auth-client