I never write firewall rules so in case I forget - to stop evolution getting wedged try to connect to 465 on our mail server
iptables -A OUTPUT --protocol tcp --destination-port 465 -j REJECT
A blog, no more need be said.
I never write firewall rules so in case I forget - to stop evolution getting wedged try to connect to 465 on our mail server
iptables -A OUTPUT --protocol tcp --destination-port 465 -j REJECT