-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy path.env.dist
44 lines (34 loc) · 1.18 KB
/
.env.dist
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
37
38
39
40
41
42
43
44
# Database credentials
MYSQL_DATABASE=mailserver
MYSQL_PASSWORD=changeme
MYSQL_ROOT_PASSWORD=changeme
MYSQL_USER=mailserver
# Mailserver administrative identity
MAILNAME=mail.example.com
# Relay mails to another SMTP server
# https://github.com/jeboehm/docker-mailserver/wiki/Howto:-Use-External-Mail-Relay-For-Sending-Mails
RELAYHOST=false
RELAY_OPTIONS=false
RELAY_PASSWD_FILE=false
# Block suspicious attachments by type (bat, com, exe, dll, vbs, docm, doc, dzip)
FILTER_MIME=false
# Enable IMAP, POP3 and ClamAV integration
# https://github.com/jeboehm/docker-mailserver/wiki/Info:-Mail-Filtering
ENABLE_IMAP=true
ENABLE_POP3=true
FILTER_VIRUS=true
# Enable Dovecot's indexed full-text search
ENABLE_FTS=true
FTS_ARGS="partial=3 full=20 verbose=0 lowmemory=256"
FTS_VSZ_LIMIT=256M
# Password to access the rspamd web-interface
CONTROLLER_PASSWORD=changeme2
# How long to wait for services to start
WAITSTART_TIMEOUT=2m
# Configure local address extension
# https://github.com/jeboehm/docker-mailserver/wiki/Feature:-Local-Address-Extension
RECIPIENT_DELIMITER=-
# Configure DNS resolvers used by rspamd
# Vodafone DE
DNS_RESOLVERS=80.69.96.12,81.210.129.4