Plesk submission port (587) for outbound mail

If you can’t send mail via port 25 due to blocks imposed by your ISP, you can enable the submission port within Plesk pretty easily. There’s two methods:

The iptables way:
iptables -t nat -A PREROUTING -p tcp --dport 587 -i eth0 -j REDIRECT --to-ports 25

The xinetd way (recommended):
# cd /etc/xinetd.d
# cp smtp_psa smtp_additional
# vi smtp_additional

Make the first line say “service submission” and save the file. Then restart xinetd:

/etc/rc.d/init.d/xinetd restart

This is no longer needed in Plesk 8.4. To enable the submission port in Plesk 8.4, log into the Plesk interface as the Administrator, click Server and click Mail.

One Response

  1. Hello,

    Neither of the above methods appear to apply to my distribution :-(
    I use FreeBSD 6.1 w/PLESK & Qmail and need some help to achieve the same objective.
    Could someone please detail the steps to achieve re-route of port 587 to 25 on FreeBSD??
    I appreciate any help or advice!
    Thanks!
    E. Fehrenbach

Leave a Reply