Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-postfix
Commits
45296e01
Commit
45296e01
authored
May 07, 2020
by
David Kempe
Browse files
made relayhost more optional
parent
a59c8371
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/etc/postfix/main.cf.j2
View file @
45296e01
...
...
@@ -79,7 +79,7 @@ smtpd_helo_required = yes
strict_rfc821_envelopes = yes
unknown_address_reject_code = 554
{% if postfix_relayhost %}
{% if postfix_relayhost
is defined
%}
relayhost = {{ postfix_relayhost }}
{% if postfix_sasl_auth_enable %}
smtp_sasl_auth_enable = {{ postfix_sasl_auth_enable | bool | ternary('yes', 'no') }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment