Hello, I'm running PostCast Server Free Edition (an SMTP server), Windows Server 2008 with IIS 7.
My ISP blocks port 25 so I've set PostCast Server to use port 486 for mail instead, as well as configuring my router's firewall to allow connections through 486, as well as adding PostCast Server to the windows firewall. I've also changed the SMTP settings in IIS to use port 486 for web applications - even though I'm sending mail using the Persits.MailSender object from within a Classic ASP script, so I don't think this makes a difference.
The script works fine and sends the message(s) to PostCast Server and they appear in the queue. However, when it tries to send them it times out when trying to connect. When I check the logs on the router it's still trying to use port 25 to send the mail!
Have I missed something?
Thanks in advance for your help.