-
Notifications
You must be signed in to change notification settings - Fork 15
/
docker-compose.yml
36 lines (36 loc) · 1.19 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version: '3'
services:
smtp:
image: registry.gitlab.com/ix.ai/smtp@sha256:517e1872f487780d5b26916cb6309bf1216613e40bd493a82f0ebec06f88ac0a
container_name: smtp
restart: always
ports:
- "25:25"
environment:
# # MUST start with : e.g RELAY_NETWORKS=:192.168.0.0/24:10.0.0.0/16
# # if acting as a relay this or RELAY_DOMAINS must be filled out or incoming mail will be rejected
# - RELAY_NETWORKS= :192.168.0.0/24
# # what domains should be accepted to forward to lower distance MX server.
# - RELAY_DOMAINS= <domain1> : <domain2> : <domain3>
# # To act as a Gmail relay
# - GMAIL_USER=
# - GMAIL_PASSWORD=
# # For use with Amazon SES relay
# - SES_USER=
# - SES_PASSWORD=
# - SES_REGION=
# # if provided will enable TLS support
# - KEY_PATH=
# - CERTIFICATE_PATH=
# # the outgoing mail hostname
# - MAILNAME=
# # set this to any value to disable ipv6
# - DISABLE_IPV6=
# # Generic SMTP Relay
# - SMARTHOST_ADDRESS=
# - SMARTHOST_PORT=
# - SMARTHOST_USER=
# - SMARTHOST_PASSWORD=
# - SMARTHOST_ALIASES=
# # if provided will enable DKIM support
# - DKIM_KEY_PATH=