|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+# /etc/exim4/update-exim4.conf.conf
|
|
|
2
|
+#
|
|
|
3
|
+# Edit this file and /etc/mailname by hand and execute update-exim4.conf
|
|
|
4
|
+# yourself or use 'dpkg-reconfigure exim4-config'
|
|
|
5
|
+#
|
|
|
6
|
+# Please note that this is _not_ a dpkg-conffile and that automatic changes
|
|
|
7
|
+# to this file might happen. The code handling this will honor your local
|
|
|
8
|
+# changes, so this is usually fine, but will break local schemes that mess
|
|
|
9
|
+# around with multiple versions of the file.
|
|
|
10
|
+#
|
|
|
11
|
+# update-exim4.conf uses this file to determine variable values to generate
|
|
|
12
|
+# exim configuration macros for the configuration file.
|
|
|
13
|
+#
|
|
|
14
|
+# Most settings found in here do have corresponding questions in the
|
|
|
15
|
+# Debconf configuration, but not all of them.
|
|
|
16
|
+#
|
|
|
17
|
+# This is a Debian specific file
|
|
|
18
|
+
|
|
|
19
|
+dc_eximconfig_configtype='smarthost'
|
|
|
20
|
+dc_other_hostnames=''
|
|
|
21
|
+dc_local_interfaces='127.0.0.1 ; ::1'
|
|
|
22
|
+dc_readhost=''
|
|
|
23
|
+dc_relay_domains=''
|
|
|
24
|
+dc_minimaldns='false'
|
|
|
25
|
+dc_relay_nets=''
|
|
|
26
|
+dc_smarthost='EXIM_SMARTHOST_HOST::587'
|
|
|
27
|
+CFILEMODE='644'
|
|
|
28
|
+dc_use_split_config='true'
|
|
|
29
|
+dc_hide_mailname='false'
|
|
|
30
|
+dc_mailname_in_oh='true'
|
|
|
31
|
+dc_localdelivery='mail_spool'
|