If you see such an error while accessing any of the WHM Plugins, it is due to the recent changes that is made to Security settings under cPanel. To fix this issue, go to WHM >> Tweak Settings >> Under Security tab turn “on” the option “Allow apps that have not registered with AppConfig to be run when logged in as root or a reseller with the “all” ACL in WHM” and that will fix it.
Change outgoing IP address for SMTP using iptables
Here is how you can change outgoing IP address for SMTP using iptables. On a server, if outgoing email is being blocked by spam filters, It can sometimes get around the problem by using an IPTables rule to force the email out through a different IP address like this: iptables -t nat -A POSTROUTING -p … Read more