I have been trying to get this to work for hours but I just cant get it to work. pf blocks the emails going out with this config. Can anyone see what is wrong?
Code:
SYN_ONLY="S/FSRA"
EXT_NIC="em0"
INT_NIC="em0"
EXT_IP="Removed"
block all
pass in log quick on $EXT_NIC proto TCP from any to $EXT_IP port 22 keep state
pass in log quick on $EXT_NIC proto TCP from any to $EXT_IP port 80 keep state
pass in log quick on $EXT_NIC proto TCP from any to $EXT_IP port 443 keep state
pass in log on $EXT_NIC proto TCP from any to any port 25
pass out log on $EXT_NIC proto TCP from any to any port 25
pass in quick on lo0 all
pass out quick on lo0 all