Hello,
I want to setup postfix comepletly avoiding port 25 has my ISP have that port blocked (I need a local server for testing purpose)
In my master.cf file I have the current line to make it listen on port 10025:
Which should work, and I can connect to the server using that port.Code:10025 inet n - n - - smtpd
However when I try to send mails it doesn't work. Looking at the logs I can see it still uses port 25 to connect to the mail servers:
What I can conclude here is that it's still using port 25 to deliver the emails. Is there someway I can avoid that?Code:May 21 13:45:42 azarat postfix/error[9077]: 43BB71F012B6: to=<myemail(at)mail-com>,
relay=none, delay=0.01, delays=0/0/0/0, dsn=4.4.1, status=deferred
(delivery temporarily suspended: connect to mail-com[IP]:25: Operation timed out)
Thanks
Best Regards
AzaraT

