• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue All mails to deffered Queue

Hendrik

New Pleskian
Dear pleskians,

For the past two days I've been having problems when i wanted to send mails via my server with php scripts. All my mails end up in the deffered queue. I have set the outgoing mails to be send from the VPS IP but no luck. these are the errors I'm getting. (see file) The mails are send from a subdomain that is connected to an other domain (not on the VPS) these are the solutions I've already tried.

This one i cant try cause my master.c
Outgoing emails are not delivered: Connection timed out

This one just didn't work
Sending mail fails with error: Connection timed out
 

Attachments

  • Knipsel.PNG
    Knipsel.PNG
    16.2 KB · Views: 4
Could you test connectivity with `telnet`?

Code:
$ telnet smtp.gmail.com 25
Trying 173.194.221.109...
Connected to smtp.gmail.com.
Escape character is '^]'.
220 smtp.gmail.com ESMTP t68sm3697631lfe.28 - gsmtp
^]
telnet> Connection closed.
$

Looks like you have an issue with network connectivity. Need to check that nobody blocks 25/tcp port. As an example, a system's firewall or provider/cloud firewall if you use cloud environments.
 
Back
Top