docker-image-postfix/confd/conf.d/setup_relayhost.toml
Mauro Torrez a5458bcf18
All checks were successful
continuous-integration/drone/tag Build is passing
sort /start.d scripts
2023-01-25 10:22:19 -03:00

17 lines
368 B
TOML

[template]
src = "setup_relayhost.tmpl"
dest = "/start.d/88_relayhost"
mode = "0755"
keys = [
"/relayhost",
"/smtp/fallback/relay",
"/smtp/sasl/auth/enable",
"/smtp/sasl/password/maps",
"/smtp/sasl/security/options",
"/smtp/tls/cafile",
"/smtp/tls/mandatory/protocols",
"/smtp/tls/note/starttls/offer",
"/smtp/tls/security/level",
"/smtp/tls/session/cache/database"
]