-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-skel.yaml
62 lines (47 loc) · 1.12 KB
/
config-skel.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
55
56
57
58
59
60
61
62
debug: true
# email sent to user instead of admin when live
live: false
http_listen: "127.0.0.1:23456"
json_pretty: true
token:
header: "X-GO-POSTFIXADMIN-SECRET"
secret: "cN9voqg6AYM0UhjX9pW2p1ZeiWGSNQw3"
ips:
- "127.0.0.1"
- "56.45.56.45"
email_subject_prefix: "[go-postfixadmin] "
admin_email: "me@example.com"
from_email: "postmaster@example.com"
syslog_email: "postmaster@example.com"
test_email: "me@example.com"
noreply_email: "noreply@example.com"
imap_server: "mail.example.com"
default_domain: "example.com"
vacation_domain: "autoreply.example.com"
db:
engine: mysql
user: root
password: mash
database: mailserver_pfa
debug: true
table_prefix: ""
table_names:
admin: admin
alias: alias
alias_domain: alias_domain
config: config
domain: domain
domain_admins: domain_admins
fetchmail: fetchmail
log: log
mailbox: mailbox
vacation: vacation
vacation_notification: vacation_notification
quota: quota
quota2: quota2
smtp_server:
server: mail.example.com
port: 587
login: wwwlogin@example.com
password: secret999
test_mode: true