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