Fix excessive whitespace stripping
This commit is contained in:
parent
59eb3b711a
commit
51d2e5936d
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
|||
|
||||
{%- if config.get('smtpd_sasl_auth_enable', 'yes') == 'yes' %}
|
||||
# SASL parameters (http://www.postfix.org/SASL_README.html)
|
||||
{%- do relay_restrictions.append('permit_sasl_authenticated') -%}
|
||||
{%- do recipient_restrictions.append('permit_sasl_authenticated') -%}
|
||||
{%- do relay_restrictions.append('permit_sasl_authenticated') %}
|
||||
{%- do recipient_restrictions.append('permit_sasl_authenticated') %}
|
||||
{{ set_parameter('smtpd_sasl_auth_enable') }}
|
||||
{{ set_parameter('smtpd_sasl_path', 'smtpd') }}
|
||||
{{ set_parameter('smtpd_sasl_type', 'cyrus') }}
|
||||
|
|
Loading…
Reference in a new issue