summaryrefslogtreecommitdiff
path: root/exim.conf
diff options
context:
space:
mode:
Diffstat (limited to 'exim.conf')
-rw-r--r--exim.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/exim.conf b/exim.conf
index b61efd1..00385f8 100644
--- a/exim.conf
+++ b/exim.conf
@@ -38,8 +38,11 @@
38 38
39CONFDIR = /etc/exim 39CONFDIR = /etc/exim
40 40
41USERLIST = CONFDIR/list.d/users.list 41CERTDIR = /etc/mail/ssl
42ALIASMAP = CONFDIR/list.d/aliases.map 42DKIMDIR = /etc/mail/dkim
43
44USERLIST = /etc/mail/list.d/users.list
45ALIASMAP = /etc/mail/list.d/aliases.map
43 46
44.include CONFDIR/conf.d/010_main.conf 47.include CONFDIR/conf.d/010_main.conf
45.include CONFDIR/conf.d/020_acl.conf 48.include CONFDIR/conf.d/020_acl.conf