France Telecom / Ora...
The solution is here http://www.bergek.com/2007/11/29/making-postfix-listen-to-a-secondary-port/
You may need to install iptables:
apt-get install iptables
iptables -t nat -A PREROUTING -p tcp --dport 587 -j REDIRECT --to-ports 25
iptables-save
Send email
No Comments »
November 5th, 2010
Posted by askmatt


