APF blocks FTP, Mail and cPanel Update Script

Ever since i have installed the latest version of APF firewall on my server i can no longer connect to the FTP server, nor recieve mail. The connections to the FTP server, and the mail server always timeout. In addition I cannot use wget in SSH, nor can I use the cPanel Update script.

Here is my conf.apf file showing port setup:
Code:
# Common ingress (inbound) TCP ports
IG_TCP_CPORTS="20,21,22,25,26,53,80,110,143,443,2082,2083,2086,2087,2095,2096,3000_3500,6000_7000"

# Common ingress (inbound) UDP ports
IG_UDP_CPORTS="20,21,53,110"

# Common ICMP (inbound) types
# 'internals/icmp.types' for type definition; 'all' is wildcard for any
IG_ICMP_TYPES="3,5,11,0,30,8"

# Egress filtering [0 = Disabled / 1 = Enabled]
EGF="1"

# Common egress (outbound) TCP ports
EG_TCP_CPORTS="20,21,22,25,26,27,37,43,53,80,110,113,443,465,873,  2089,3306"

# Common egress (outbound) UDP ports
EG_UDP_CPORTS="20,21,53,123,465,873"

# Common ICMP egress (outbound) types
# 'internals/icmp.types' for type definition; 'all' is wildcard for any
EG_ICMP_TYPES="all"
Does anyone have any idea's as to what can be causing this?

 

 

 

 

Top