This procedure is an answer to a common problem when an ISP blocks access to port 25 to IP address outside the ISP’s IP range. Often used to combat spam, it creates problems for users who have a need to use an SMTP server other then the one provided by the ISP.
This can only be performed by users with a VPS.
smtp2 26/tcp mail smtp2 26/udp mail
cp /etc/xinetd.d/smtp_lxa /etc/xinetd.d/smtp2_lxa
service xinetd restart
Verify that qmail is now listening on port 26 by either configuring your email client to send mail on port 26, or open a telnet session to your mail server, port 26, you should receive an ESMTP hello.