mirror of
https://github.com/casjaysdevdocker/mailman
synced 2025-01-19 00:34:32 -05:00
11bb544e05
Dockerfile rootfs/root/ rootfs/usr/local/etc/docker/init.d/
15 lines
557 B
Plaintext
15 lines
557 B
Plaintext
DKIM_CANON = relaxed
|
|
DKIM_SELECTOR = listsdkim
|
|
DKIM_DOMAIN = lists.example.com
|
|
DKIM_PRIVATE_KEY = /etc/exim4/tls.d/private.pem
|
|
smtp_banner = lists.example.com
|
|
REMOTE_SMTP_HELO_DATA = lists.example.com
|
|
MAIN_TLS_ENABLE = true
|
|
REMOTE_SMTP_SMARTHOST_HOSTS_REQUIRE_TLS = *
|
|
# DAEMON_SMTP_PORTS and TLS_ON_CONNECT_PORTS var need to be lowercase
|
|
daemon_smtp_ports = 25 : 465 : 587
|
|
tls_on_connect_ports = 465 : 587
|
|
# Declare the official primary_hostname to reduce container level complexity
|
|
MAIN_HARDCODE_PRIMARY_HOSTNAME = lists.example.com
|
|
#CHECK_RCPT_SPF = true
|