From 50cea982a3b01e35f699fced907fc4fbe0cb78fb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 19 May 2015 07:59:32 +0200 Subject: [PATCH] Open the port 25 for postfix on the pagure hosts --- inventory/group_vars/pagure | 2 +- inventory/group_vars/pagure-stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index 2b0a0fce24..a020b3bf47 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -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] diff --git a/inventory/group_vars/pagure-stg b/inventory/group_vars/pagure-stg index 2a00aaf02e..0856947af2 100644 --- a/inventory/group_vars/pagure-stg +++ b/inventory/group_vars/pagure-stg @@ -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]