278 lines
8.4 KiB
Diff
278 lines
8.4 KiB
Diff
--- src/EDITME 2024-06-08 05:36:36.000000000 +0000
|
|
+++ EDITME.exim4-light 2024-06-08 05:36:39.373059141 +0000
|
|
@@ -103,7 +103,7 @@
|
|
# /usr/local/sbin. The installation script will try to create this directory,
|
|
# and any superior directories, if they do not exist.
|
|
|
|
-BIN_DIRECTORY=/usr/exim/bin
|
|
+BIN_DIRECTORY=/usr/sbin
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
@@ -119,7 +119,7 @@
|
|
# don't exist. It will also install a default runtime configuration if this
|
|
# file does not exist.
|
|
|
|
-CONFIGURE_FILE=/usr/exim/configure
|
|
+CONFIGURE_FILE=/etc/exim4/exim4.conf:/var/lib/exim4/config.autogenerated
|
|
|
|
# It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
|
|
# In this case, Exim will use the first of them that exists when it is run.
|
|
@@ -136,7 +136,7 @@
|
|
# deliveries. (Local deliveries run as various non-root users, typically as the
|
|
# owner of a local mailbox.) Specifying these values as root is not supported.
|
|
|
|
-EXIM_USER=
|
|
+EXIM_USER=ref:Debian-exim
|
|
|
|
# If you specify EXIM_USER as a name, this is looked up at build time, and the
|
|
# uid number is built into the binary. However, you can specify that this
|
|
@@ -158,6 +158,7 @@
|
|
# you want to use a group other than the default group for the given user.
|
|
|
|
# EXIM_GROUP=
|
|
+EXIM_GROUP=ref:Debian-exim
|
|
|
|
# Many sites define a user called "exim", with an appropriate default group,
|
|
# and use
|
|
@@ -178,7 +179,7 @@
|
|
|
|
# Almost all installations choose this:
|
|
|
|
-SPOOL_DIRECTORY=/var/spool/exim
|
|
+SPOOL_DIRECTORY=/var/spool/exim4
|
|
|
|
|
|
|
|
@@ -222,13 +223,13 @@
|
|
# TLS_LIBS=-L/usr/local/openssl/lib -lssl -lcrypto
|
|
|
|
# Uncomment this if you are using GnuTLS
|
|
-# USE_GNUTLS=yes
|
|
+USE_GNUTLS=yes
|
|
# Uncomment one of these settings if you are using GnuTLS; pkg-config vs not
|
|
# and an optional location. If you disable SUPPORT_DANE below, you
|
|
# can remove the gnutls-dane references here. Earlier versions of GnuTLS
|
|
# required libtasn1 and libgrypt also; add if needed.
|
|
# USE_GNUTLS_PC=gnutls gnutls-dane
|
|
-# TLS_LIBS=-lgnutls -lgnutls-dane
|
|
+TLS_LIBS=-lgnutls -lgnutls-dane
|
|
# TLS_LIBS=-L/usr/local/gnu/lib -lgnutls -ltasn1 -lgcrypt -lgnutls-dane
|
|
|
|
# If using GnuTLS older than 2.10 and using pkg-config then note that Exim's
|
|
@@ -344,7 +345,7 @@
|
|
# This one is special-purpose, and commonly not required, so it is not
|
|
# included by default.
|
|
|
|
-# TRANSPORT_LMTP=yes
|
|
+TRANSPORT_LMTP=yes
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
@@ -353,8 +354,8 @@
|
|
# MBX, is included only when requested. If you do not know what this is about,
|
|
# leave these settings commented out.
|
|
|
|
-# SUPPORT_MAILDIR=yes
|
|
-# SUPPORT_MAILSTORE=yes
|
|
+SUPPORT_MAILDIR=yes
|
|
+SUPPORT_MAILSTORE=yes
|
|
# SUPPORT_MBX=yes
|
|
|
|
|
|
@@ -413,8 +414,8 @@
|
|
LOOKUP_LSEARCH=yes
|
|
LOOKUP_DNSDB=yes
|
|
|
|
-# LOOKUP_CDB=yes
|
|
-# LOOKUP_DSEARCH=yes
|
|
+LOOKUP_CDB=yes
|
|
+LOOKUP_DSEARCH=yes
|
|
# LOOKUP_IBASE=yes
|
|
# LOOKUP_JSON=yes
|
|
# LOOKUP_LDAP=yes
|
|
@@ -422,10 +423,10 @@
|
|
|
|
# LOOKUP_MYSQL=yes
|
|
# LOOKUP_MYSQL_PC=mariadb
|
|
-# LOOKUP_NIS=yes
|
|
+LOOKUP_NIS=yes
|
|
# LOOKUP_NISPLUS=yes
|
|
# LOOKUP_ORACLE=yes
|
|
-# LOOKUP_PASSWD=yes
|
|
+LOOKUP_PASSWD=yes
|
|
# LOOKUP_PGSQL=yes
|
|
# LOOKUP_REDIS=yes
|
|
# LOOKUP_SQLITE=yes
|
|
@@ -441,7 +442,7 @@
|
|
|
|
|
|
# Some platforms may need this for LOOKUP_NIS:
|
|
-# LIBS += -lnsl
|
|
+LIBS += -lnsl
|
|
|
|
#------------------------------------------------------------------------------
|
|
# If you have set LOOKUP_LDAP=yes, you should set LDAP_LIB_TYPE to indicate
|
|
@@ -515,7 +516,7 @@
|
|
# files are defaulted in the OS/Makefile-Default file, but can be overridden in
|
|
# local OS-specific make files.
|
|
|
|
-# EXIM_MONITOR=eximon.bin
|
|
+EXIM_MONITOR=eximon.bin
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
@@ -590,7 +591,7 @@
|
|
|
|
# Uncomment the following lines to add SRS (Sender Rewriting Scheme) support
|
|
# using only native facilities.
|
|
-# SUPPORT_SRS=yes
|
|
+SUPPORT_SRS=yes
|
|
|
|
# Uncomment the following to remove support for the ESMTP extension "WELLKNOWN"
|
|
# DISABLE_WELLKNOWN=yes
|
|
@@ -749,7 +750,7 @@
|
|
# CONFIGURE_OWNER setting, to specify a configuration file which is listed in
|
|
# the TRUSTED_CONFIG_LIST file, then root privileges are not dropped by Exim.
|
|
|
|
-# TRUSTED_CONFIG_LIST=/usr/exim/trusted_configs
|
|
+TRUSTED_CONFIG_LIST=/etc/exim4/trusted_configs
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
@@ -785,6 +786,9 @@
|
|
|
|
# WHITELIST_D_MACROS=TLS:SPOOL
|
|
|
|
+# Mailscanner uses -DOUTGOING.
|
|
+WHITELIST_D_MACROS=OUTGOING
|
|
+
|
|
#------------------------------------------------------------------------------
|
|
# Exim has support for the AUTH (authentication) extension of the SMTP
|
|
# protocol, as defined by RFC 2554. If you don't know what SMTP authentication
|
|
@@ -794,16 +798,16 @@
|
|
# included in the Exim binary. You will then need to set up the run time
|
|
# configuration to make use of the mechanism(s) selected.
|
|
|
|
-# AUTH_CRAM_MD5=yes
|
|
+AUTH_CRAM_MD5=yes
|
|
# AUTH_CYRUS_SASL=yes
|
|
# AUTH_DOVECOT=yes
|
|
-# AUTH_EXTERNAL=yes
|
|
+AUTH_EXTERNAL=yes
|
|
# AUTH_GSASL=yes
|
|
# AUTH_GSASL_PC=libgsasl
|
|
# AUTH_HEIMDAL_GSSAPI=yes
|
|
# AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi
|
|
# AUTH_HEIMDAL_GSSAPI_PC=heimdal-gssapi heimdal-krb5
|
|
-# AUTH_PLAINTEXT=yes
|
|
+AUTH_PLAINTEXT=yes
|
|
# AUTH_SPA=yes
|
|
# AUTH_TLS=yes
|
|
|
|
@@ -832,7 +836,7 @@
|
|
# one that is set in the headers_charset option. The default setting is
|
|
# defined by this setting:
|
|
|
|
-HEADERS_CHARSET="ISO-8859-1"
|
|
+HEADERS_CHARSET="UTF-8"
|
|
|
|
# If you are going to make use of $header_xxx expansions in your configuration
|
|
# file, or if your users are going to use them in filter files, and the normal
|
|
@@ -919,6 +923,7 @@
|
|
# description of the API to this function, see the Exim specification.
|
|
|
|
DLOPEN_LOCAL_SCAN=yes
|
|
+HAVE_LOCAL_SCAN=yes
|
|
|
|
# If you set DLOPEN_LOCAL_SCAN, then you need to include -rdynamic in the
|
|
# linker flags. Without it, the loaded .so won't be able to access any
|
|
@@ -957,6 +962,7 @@
|
|
# to form the final file names. Some installations may want something like this:
|
|
|
|
# LOG_FILE_PATH=/var/log/exim_%slog
|
|
+LOG_FILE_PATH=/var/log/exim4/%slog
|
|
|
|
# which results in files with names /var/log/exim_mainlog, etc. The directory
|
|
# in which the log files are placed must exist; Exim does not try to create
|
|
@@ -1005,7 +1011,7 @@
|
|
# files. Both the name of the command and the suffix that it adds to files
|
|
# need to be defined here. See also the EXICYCLOG_MAX configuration.
|
|
|
|
-COMPRESS_COMMAND=/usr/bin/gzip
|
|
+COMPRESS_COMMAND=/bin/gzip
|
|
COMPRESS_SUFFIX=gz
|
|
|
|
|
|
@@ -1020,7 +1026,7 @@
|
|
# ZCAT_COMMAND=zcat
|
|
#
|
|
# Or specify the full pathname:
|
|
-ZCAT_COMMAND=/usr/bin/zcat
|
|
+ZCAT_COMMAND=zcat
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Compiling in support for embedded Perl: If you want to be able to
|
|
@@ -1052,6 +1058,7 @@
|
|
|
|
# You probably need to add -lpam to EXTRALIBS, and in some releases of
|
|
# GNU/Linux -ldl is also needed.
|
|
+EXTRALIBS=-ldl
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
@@ -1060,7 +1067,7 @@
|
|
# If you may want to use outbound (client-side) proxying, using Socks5,
|
|
# uncomment the line below.
|
|
|
|
-# SUPPORT_SOCKS=yes
|
|
+SUPPORT_SOCKS=yes
|
|
|
|
# If you may want to use inbound (server-side) proxying, using Proxy Protocol,
|
|
# uncomment the line below.
|
|
@@ -1078,10 +1085,10 @@
|
|
# If you want IDNA2008 mappings per RFCs 5890, 6530 and 6533, you additionally
|
|
# need libidn2 and SUPPORT_I18N_2008.
|
|
|
|
-# SUPPORT_I18N=yes
|
|
+SUPPORT_I18N=yes
|
|
# LDFLAGS += -lidn
|
|
-# SUPPORT_I18N_2008=yes
|
|
-# LDFLAGS += -lidn -lidn2
|
|
+SUPPORT_I18N_2008=yes
|
|
+LDFLAGS += -lidn -lidn2
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
@@ -1158,6 +1165,8 @@
|
|
|
|
# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
|
|
|
|
+# default in Debian's sasl2-bin
|
|
+CYRUS_SASLAUTHD_SOCKET=/var/run/saslauthd/mux
|
|
|
|
#------------------------------------------------------------------------------
|
|
# TCP wrappers: If you want to use tcpwrappers from within Exim, uncomment
|
|
@@ -1470,6 +1479,7 @@
|
|
# file can be specified here. Some installations may want something like this:
|
|
|
|
# PID_FILE_PATH=/var/lock/exim.pid
|
|
+PID_FILE_PATH=/run/exim4/exim.pid
|
|
|
|
# If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
|
|
# using the name "exim-daemon.pid".
|
|
@@ -1503,6 +1513,7 @@
|
|
# messages become "invisible" to the normal management tools.
|
|
|
|
# SUPPORT_MOVE_FROZEN_MESSAGES=yes
|
|
+SUPPORT_MOVE_FROZEN_MESSAGES=yes
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
@@ -1550,3 +1561,6 @@
|
|
# DISABLE_CLIENT_CMD_LOG=yes
|
|
|
|
# End of EDITME for Exim 4.
|
|
+
|
|
+# enable IPv6 support
|
|
+HAVE_IPV6=YES
|