Open the port 25 for postfix on the pagure hosts

This commit is contained in:
Pierre-Yves Chibon 2015-05-19 07:59:32 +02:00
parent 5bd4ddc789
commit 50cea982a3
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ num_cpus: 2
# 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: [ 22, 80, 443, 9418, tcp_ports: [ 22, 25, 80, 443, 9418,
# This is for the pagure public fedmsg relay # This is for the pagure public fedmsg relay
9940] 9940]

View file

@ -7,7 +7,7 @@ num_cpus: 2
# 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: [ 22, 80, 443, 9418, tcp_ports: [ 22, 25, 80, 443, 9418,
# This is for the pagure public fedmsg relay # This is for the pagure public fedmsg relay
9940] 9940]