Allow port 587 as well
To fix https://pagure.io/fedora-infrastructure/issue/11623 Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
bdd76ae138
commit
e48db0aabb
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ postfix_transport_filename: transports.smtp-auth
|
||||||
primary_auth_source: ipa
|
primary_auth_source: ipa
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
tcp_ports: [25]
|
tcp_ports: [25, 587]
|
||||||
vpn: true
|
vpn: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue