diff options
author | System administrator | 2020-12-01 11:45:03 +0100 |
---|---|---|
committer | System administrator | 2020-12-01 11:45:03 +0100 |
commit | bb4117f666ed9f996eaae33d125f52ef45ed6349 (patch) | |
tree | e0a7de2ec31a6c23582db5027dae331386b0a4d3 /exim.conf | |
parent | a7d33265b2aa39f2ea8559b1bfffbe060ef9dc65 (diff) | |
download | exim-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.conf | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -37,10 +37,11 @@ | |||
37 | 37 | ||
38 | 38 | ||
39 | CONFDIR = /etc/exim | 39 | CONFDIR = /etc/exim |
40 | |||
41 | CERTDIR = /etc/mail/ssl | ||
42 | DKIMDIR = /etc/mail/dkim | 40 | DKIMDIR = /etc/mail/dkim |
43 | 41 | ||
42 | TLS_CERTIFICATE_FILE = /etc/keyring/exim.crt | ||
43 | TLS_PRIVATE_KEY_FILE = /etc/keyring/exim.pem | ||
44 | |||
44 | USERLIST = /etc/mail/list.d/users.list | 45 | USERLIST = /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 |