-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yaml
54 lines (48 loc) · 1.08 KB
/
config.yaml
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
45
46
47
48
49
50
51
52
53
54
log:
path: gomaild2.log
server:
name: localhost
smtp:
mta:
address: 0.0.0.0
ports:
- 25
timeout: 600 # in seconds
msa:
address: 0.0.0.0
require_auth: false
outbound: true
ports:
- 587
timeout: 600
pop3:
local:
address: 0.0.0.0
ports:
- 110
timeout: 600 # in seconds
transfer:
max_tries: 3
worker_count: 1
allow_insecure: true
allow_unencrypted: true
domains:
test.pellero.it:
users:
- test@U2FsdGVkX1+tcJcwXUzT3mhGoyuftH2r12rgZQGfiMc= #testpassword
test.com:
users:
- example@U2FsdGVkX1+tcJcwXUzT3mhGoyuftH2r12rgZQGfiMc= #testpassword
example.net:
users:
- test@U2FsdGVkX18pdAMZHf2HFEMi6Cal3Vk7S9gdMnvnup8= #examplepassword
#DO NOT PUT IN CONFIG FILE! SET THROUGH ENV $PW_ENCRYPTION
#echo -n "password" | openssl aes-256-cbc -a
pw_encryption: MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwYWI= #123456789012345678901234567890ab
db:
save_all_mail: true
path: gomaild2.db
tls:
enabled: true
certificate: ./localhost.crt
key: ./localhost.key