0

I have setup postfix to use dovecot for authenticating smtp requests. This worked well until yesterday. Now my mail client says the server is offline and telnet for all standard ports yields: Connection Refused. I can send email from the webmail and can connect to the ports with telnet from within the server.

/var/log/mail.log says nothing about this refused connection.

Any ideas on how to get to the bottom of this problem?

Nicholas
  • 131
  • 1
  • 4

1 Answers1

0

Seems my ISP has blocked the standard smtp port (25) and my postfix was only running on that port. Changed everything to smtps (port 465) and now it works.

Nicholas
  • 131
  • 1
  • 4