Merge pull request #245 from adhodgson1/exim_fixes
Update Exim config file examples
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 : \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user