Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mail-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
mail-docker
Commits
91223b6e
Commit
91223b6e
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Secondary domains.
For nehe.sr.
parent
45e5571f
No related branches found
No related tags found
No related merge requests found
Pipeline
#1356
passed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
exim4/exim4.conf
+2
-2
2 additions, 2 deletions
exim4/exim4.conf
with
3 additions
and
2 deletions
docker-compose.yml
+
1
−
0
View file @
91223b6e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
exim4/exim4.conf
+
2
−
2
View file @
91223b6e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment