Quote:
Originally Posted by quentusrex
Turns out that comcast is blocking all in and outgoing smtp on port 25. So I had to change the port to 587.
It works now.
|
did you change default listening port of Postfix?
if so, i think that is not so good way to do it, because now you have to remember this also for internal programs and services.
IMO better is to uncommet submission-line in /etc/postfix/master.cf
submission-module will then relay all incoming smtp to postfix using port 587.
for outgoing i suggest you to use comcast as a relay by modifying /etc/postfix/main.cf something like this:
Code:
RELAYHOST = your.comcast-smtp.tld user:pass
this because many mailservers out there blocks mails that are coming fro other than port 25.
Recent comments
2 hours 38 min ago
3 hours 37 min ago
7 hours 24 min ago
8 hours 38 min ago
12 hours 15 min ago
19 hours 30 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 20 hours ago
1 day 23 hours ago