Merge pull request #245 from adhodgson1/exim_fixes

Update Exim config file examples
This commit is contained in:
Abhilash Raj
2018-06-05 22:02:55 -07:00
committed by GitHub
3 changed files with 6 additions and 7 deletions

View File

@@ -1,12 +1,11 @@
# Place this file at
# /etc/exim4/conf.d/main/25_mm3_macros
domainlist mm_domains=MY_DOMAIN_NAME
domainlist mm3_domains=MY_DOMAIN_NAME
MM3_LMTP_HOST=172.19.199.2
MM3_LMTP_PORT=8024
MM3_HOME=/opt/mailman/core/var
################################################################
# The configuration below is boilerplate:
# you should not need to change it.

View File

@@ -3,7 +3,7 @@
mailman3_router:
driver = accept
domains = +mm_domains
domains = +mm3_domains
require_files = MM3_LISTCHK
local_part_suffix_optional
local_part_suffix = -admin : \

View File

@@ -1,11 +1,11 @@
# Place this file at
# /etc/exim4/conf.d/router/55_mm3_transport
# /etc/exim4/conf.d/transport/55_mm3_transport
mailman3_transport:
debug_print = "Email for mailman"
driver = smtp
protocol = lmtp
allow_localhost
hosts = 172.18.0.3
port = 8024
hosts = MM3_LMTP_HOST
port = MM3_LMTP_PORT
rcpt_include_affixes = true