vps/roles/mailserver/templates/common-server.toml

11 lines
139 B
TOML
Raw Normal View History

[server]
hostname = "%{HOST}%"
max-connections = 8192
[server.security]
fail2ban = "100/1d"
[server.run-as]
user = "mail"
group = "mail"