mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
postfix: fix typo breaking relays
This commit is contained in:
parent
19b0835030
commit
80a060dd94
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ alias_maps = hash:/etc/aliases
|
|||
alias_database = hash:/etc/aliases
|
||||
mydomain = {{ main_domain }}
|
||||
mydestination = localhost
|
||||
{% if relay_enabled != "True" %}
|
||||
{% if relay_enabled != "1" %}
|
||||
relayhost =
|
||||
{% else %}
|
||||
relayhost = [{{ relay_host }}]:{{ relay_port }}
|
||||
|
@ -198,7 +198,7 @@ smtpd_client_recipient_rate_limit=150
|
|||
# and after to send spam
|
||||
disable_vrfy_command = yes
|
||||
|
||||
{% if relay_enabled == "True" %}
|
||||
{% if relay_enabled == "1" %}
|
||||
# Relay email through an other smtp account
|
||||
# enable SASL authentication
|
||||
smtp_sasl_auth_enable = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue