add smtp fallback relay option
This commit is contained in:
@@ -4,6 +4,7 @@ dest = "/start.d/setup_relayhost"
|
|||||||
mode = "0755"
|
mode = "0755"
|
||||||
keys = [
|
keys = [
|
||||||
"/relayhost",
|
"/relayhost",
|
||||||
|
"/smtp/fallback/relay",
|
||||||
"/smtp/sasl/auth/enable",
|
"/smtp/sasl/auth/enable",
|
||||||
"/smtp/sasl/password/maps",
|
"/smtp/sasl/password/maps",
|
||||||
"/smtp/sasl/security/options",
|
"/smtp/sasl/security/options",
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# These postfix settings allow for sending all mail through a relay host.
|
# These postfix settings allow for sending all mail through a relay host.
|
||||||
|
|
||||||
{{ with getv "/relayhost" }}postconf relayhost='{{.}}'{{ end }}
|
{{ with getv "/relayhost" }}postconf relayhost='{{.}}'{{ end }}
|
||||||
|
{{ with getv "/smtp/fallback/relay" }}postconf smtp_fallback_relay='{{.}}'{{ end }}
|
||||||
{{ with getv "/smtp/sasl/auth/enable" }}postconf smtp_sasl_auth_enable='{{.}}'{{ end }}
|
{{ with getv "/smtp/sasl/auth/enable" }}postconf smtp_sasl_auth_enable='{{.}}'{{ end }}
|
||||||
{{ with getv "/smtp/sasl/password/maps" }}postconf smtp_sasl_password_maps='{{.}}'{{ end }}
|
{{ with getv "/smtp/sasl/password/maps" }}postconf smtp_sasl_password_maps='{{.}}'{{ end }}
|
||||||
{{ with getv "/smtp/sasl/security/options" }}postconf smtp_sasl_security_options='{{.}}'{{ end }}
|
{{ with getv "/smtp/sasl/security/options" }}postconf smtp_sasl_security_options='{{.}}'{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user