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:
Michal Konecny 2023-11-15 14:31:56 +00:00 committed by kevin
parent bdd76ae138
commit e48db0aabb

View file

@ -21,5 +21,5 @@ postfix_transport_filename: transports.smtp-auth
primary_auth_source: ipa
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [25]
tcp_ports: [25, 587]
vpn: true