Open the port 25 for postfix on the pagure hosts
This commit is contained in:
parent
5bd4ddc789
commit
50cea982a3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ num_cpus: 2
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# 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
|
||||
9940]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ num_cpus: 2
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# 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
|
||||
9940]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue