How can you redirect your smtp traffic to another port than 25? My ISP blocks incoming traffic to port 25.
I've been using ZoneEdit.com for this purpose for years (incoming mail traffic goes to another port and I redirect it via my firewall internally to port 25), but with the new system I cannot do it anymore.
I'm not sure if I can do this by configuring MX and A records in the right way or if I need a SMTP redirecting service (such as rollernet.us)?
I'm not an expert in Zone records but generally I know my way around for website traffic.
There is no way to tell a sending server what port you're listening on using MX (or other records). You will have to use a reflector service. No-ip have a reflector service that will forward mail to a non standard port.
Above 2 answer all had some drawbacks, so this is what I did:
It's a bit complex (before I only needed zonedit to forward it my my higher than 25 port number), but it works. Other drawback is that I sacrify one domain name to handle my emails.
What email server are you using?
If your ISP is blocking it on 25, you can specify another PORT to be used in your MAIL Server config. In Exchange 2007 you would change it in the Receive and Send Connectors via EMC or powershell. http://www.exchangelog.info/2007/08/how-to-change-smtp-port-25-in-exchange.html
I think in Linux based email servers you may have to edit the config file and change the port.
You would then open that port on your firewall and redirect it to your internal IP Address of your Mail Server.
Hope that Helps