Tag Archives: smtp

SMTP on different Port in Plesk

Copy /etc/xinetd.d/smtp_psa to smtp2_psa In the new file, REPLACE service smtp WITH service smtp2 Then modify /etc/services and add the smtp2 service (port 26 in this example). smtp2 26/tcp mail smtp2 26/udp mail Then restart xinetd /etc/init.d/xinetd restart Check that … Continue reading

Posted in plesk | Tagged , | 4 Comments