diff --git a/inventory/group_vars/smtp_auth b/inventory/group_vars/smtp_auth index 0b48d26b5b..d7ebaa2adf 100644 --- a/inventory/group_vars/smtp_auth +++ b/inventory/group_vars/smtp_auth @@ -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