Skip to content
Snippets Groups Projects
Commit 91223b6e authored by nimrod's avatar nimrod
Browse files

Secondary domains.

For nehe.sr.
parent 45e5571f
No related branches found
No related tags found
No related merge requests found
Pipeline #1356 passed
...@@ -54,6 +54,7 @@ services: ...@@ -54,6 +54,7 @@ services:
build: build:
context: exim4/ context: exim4/
environment: environment:
ALT_DOMAINS: nehe.sr
# CLAMD_ADDRESS: clamd 3310 # CLAMD_ADDRESS: clamd 3310
LDAP_URIS: *ldap_uris LDAP_URIS: *ldap_uris
LDAP_BASEDN: *ldap_basedn LDAP_BASEDN: *ldap_basedn
......
...@@ -71,7 +71,7 @@ exim_group = mail ...@@ -71,7 +71,7 @@ exim_group = mail
# +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They # +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They
# are all colon-separated lists: # are all colon-separated lists:
domainlist local_domains = ${env{DOMAIN}{$value}{@}} domainlist local_domains = ${env{DOMAIN}{$value}{@}} : ${env{ALT_DOMAINS}{$value}{@}}
domainlist relay_to_domains = domainlist relay_to_domains =
hostlist relay_from_hosts = <; 127.0.0.0/8; 192.168.0.0/16; 10.0.0.0/8; 172.16.0.0/12 hostlist relay_from_hosts = <; 127.0.0.0/8; 192.168.0.0/16; 10.0.0.0/8; 172.16.0.0/12
# (We rely upon hostname resolution working for localhost, because the default # (We rely upon hostname resolution working for localhost, because the default
...@@ -373,7 +373,7 @@ timeout_frozen_after = 7d ...@@ -373,7 +373,7 @@ timeout_frozen_after = 7d
# Note that TZ is handled separately by the timezone runtime option # Note that TZ is handled separately by the timezone runtime option
# and TIMEZONE_DEFAULT buildtime option. # and TIMEZONE_DEFAULT buildtime option.
keep_environment = ^LDAP : CLAMD_ADDRESS : SPAMD_ADDRESS : DKIM_SELECTOR : DKIM_KEY_FILE : MAILNAME : LMTP_ADDRESS : TLS_KEY_FILE : TLS_CERT_FILE : DOMAIN keep_environment = ^LDAP : CLAMD_ADDRESS : SPAMD_ADDRESS : DKIM_SELECTOR : DKIM_KEY_FILE : MAILNAME : LMTP_ADDRESS : TLS_KEY_FILE : TLS_CERT_FILE : DOMAIN : ALT_DOMAINS
# add_environment = PATH=/usr/bin::/bin # add_environment = PATH=/usr/bin::/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment