diff options
Diffstat (limited to 'conf.d/010_main.conf')
-rw-r--r-- | conf.d/010_main.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/conf.d/010_main.conf b/conf.d/010_main.conf index e693144..96e3674 100644 --- a/conf.d/010_main.conf +++ b/conf.d/010_main.conf | |||
@@ -8,8 +8,8 @@ | |||
8 | # uname() function is called to obtain the name. In many cases this does | 8 | # uname() function is called to obtain the name. In many cases this does |
9 | # the right thing and you need not set anything explicitly. | 9 | # the right thing and you need not set anything explicitly. |
10 | 10 | ||
11 | # primary_hostname = | 11 | primary_hostname = |
12 | 12 | SHORT_HOSTNAME = | |
13 | 13 | ||
14 | # The next three settings create two lists of domains and one list of hosts. | 14 | # The next three settings create two lists of domains and one list of hosts. |
15 | # These lists are referred to later in this configuration using the syntax | 15 | # These lists are referred to later in this configuration using the syntax |
@@ -114,8 +114,8 @@ acl_smtp_dkim = acl_check_dkim | |||
114 | # need the first setting, or in separate files, in which case you need both | 114 | # need the first setting, or in separate files, in which case you need both |
115 | # options. | 115 | # options. |
116 | 116 | ||
117 | # tls_certificate = /etc/ssl/exim.crt | 117 | tls_certificate = CERTDIR/$primary_hostname.crt |
118 | # tls_privatekey = /etc/ssl/exim.pem | 118 | tls_privatekey = CERTDIR/$primary_hostname.pem |
119 | 119 | ||
120 | # In order to support roaming users who wish to send email from anywhere, | 120 | # In order to support roaming users who wish to send email from anywhere, |
121 | # you may want to make Exim listen on other ports as well as port 25, in | 121 | # you may want to make Exim listen on other ports as well as port 25, in |
@@ -303,3 +303,7 @@ timeout_frozen_after = 7d | |||
303 | 303 | ||
304 | # keep_environment = ^LDAP | 304 | # keep_environment = ^LDAP |
305 | # add_environment = PATH=/usr/bin::/bin | 305 | # add_environment = PATH=/usr/bin::/bin |
306 | |||
307 | |||
308 | # LMTP backend | ||
309 | LMTP_BACKENDS = | ||