forcing qmail to pass outgoing mail to another SMTP server

Charter communications blocks all outgoing traffic on port 25 that is not destined for its SMTP server. This means that if you run an SMTP server on your local network and are trying to send out e-mails to other servers on port 25, it will not work. To bypass this (using qmail), setup a file called /var/qmail/control/smtproutes and in it do the following:

example1.com:smtp.anotherserver.com:2525
This tells qmail to send all e-mails destined for example1.com through smtp.anotherserver.com on port 2525 thus bypassing the port 25 blocking by your ISP.

Post to Twitter

Tags:

Related posts

Eric Long: I’m an experienced online marketer, information architect, web strategist, and social media enthusiast. I’m an analytical, process-oriented thinker, focused on leveraging technology to solve business problems in B2C/B2B environments and am passionate about providing outstanding online experiences.

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Discussion

No comments yet, be the first.

Leave a Comment

You must be logged in to post a comment.