add port option and fix static value
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c85b030352
commit
da70c4bb76
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
postfix_relay_sasl_host: smtp.gmail.com
|
postfix_relay_sasl_host: smtp.gmail.com
|
||||||
|
postfix_relay_sasl_port: 587
|
||||||
postfix_relay_sasl_user: user
|
postfix_relay_sasl_user: user
|
||||||
postfix_relay_sasl_domain: gmail.com
|
postfix_relay_sasl_domain: gmail.com
|
||||||
postfix_relay_sasl_passwd: secure
|
postfix_relay_sasl_passwd: secure
|
||||||
|
@ -325,7 +325,7 @@ mynetworks = 127.0.0.1
|
|||||||
#relayhost = [mailserver.isp.tld]
|
#relayhost = [mailserver.isp.tld]
|
||||||
#relayhost = uucphost
|
#relayhost = uucphost
|
||||||
#relayhost = [an.ip.add.ress]
|
#relayhost = [an.ip.add.ress]
|
||||||
relayhost = [hamal.uberspace.de]:587
|
relayhost = [{{ postfix_relay_sasl_host }}]:{{ postfix_relay_sasl_port }}
|
||||||
|
|
||||||
# REJECTING UNKNOWN RELAY USERS
|
# REJECTING UNKNOWN RELAY USERS
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
{{ postfix_relay_sasl_host }} {{ postfix_relay_sasl_user }}@{{ postfix_relay_sasl_domain }}:{{ postfix_relay_sasl_passwd }}
|
[{{ postfix_relay_sasl_host }}]:{{ postfix_relay_sasl_port }} {{ postfix_relay_sasl_user }}@{{ postfix_relay_sasl_domain }}:{{ postfix_relay_sasl_passwd }}
|
||||||
|
Loading…
Reference in New Issue
Block a user