/scripts/updatenow
====================
/scripts/exim4
====================
/etc/rc.d/init.d/cpanel stop
====================
rm -f /usr/local/cpanel/cpanel
/scripts/installgd
/scripts/cleanmd5
/scripts/upcp
====================
SSH into your server under root and run this
iptables -L | more
i found this line under chain OUTPUT
target prot opt source destination ACCEPT tcp -- anywhere localhost tcp dpt:smtp REJECT tcp -- anywhere anywhere tcp dpt:smtp reject-
to get rid of it i ran these commands
iptables -D OUTPUT 2
iptables -D OUTPUT 1
emailed flowed correctly after that.
====================
To forcibly attempt delivery on any mail in the queue, use
exim -qf