Skip to main content

Mails are not being delivered and are in queue manager

Comments

4 comments

  • cPRex Jurassic Moderator
    Hey there! The most important part of the error message is this: all hosts for '*******.co.in' have been failing for a long time (and retry time not reached)
    Can you try running the following command to check the mail delivery record from your server to that address? dig mx *******.co.in
    If that returns what you expect, can you then run this command? telnet
    That would show if you can connect to the mailserver for *******.co.in from your server.
    0
  • amrit_singh
    Hi, While running dig command i got below result ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.10 <<>> mx xxxx.co.in ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33034 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;xxxxxxxx.co.in. IN MX ;; ANSWER SECTION: xxxxxx.co.in. 881 IN MX 50 mx3.zoho.in. xxxxxx.co.in. 881 IN MX 20 mx2.zoho.in. xxxxxx.co.in. 881 IN MX 10 mx.zoho.in. ;; Query time: 0 msec ;; SERVER: 172.31.0.2#53(172.31.0.2) ;; WHEN: Sun Jan 22 12:47:12 IST 2023 ;; MSG SIZE rcvd: 109 and when i did telnet i received Trying 116.206.105.72... Connected to xxxxxx.co.in. Escape character is '^]'. 220-cp-in-17.webhostbox.net ESMTP Exim 4.95 #2 Sun, 22 Jan 2023 07:17:38 +0000 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail Also when mails get in Queue and i click on deliver now button i received below error. LOG: MAIN cwd=/usr/local/cpanel/whostmgr/docroot 4 args: /usr/sbin/exim -v -M 1pJTsV-0003u1-Ba delivering 1pJTsV-0003u1-Ba LOG: MAIN Sender identification U=__cpanel__service__auth__icontact__t5vbqovupclle_7h D=-system- S=__cpanel__service__auth__icontact__t5vbqovupclle_7h Connecting to mx.zoho.in [169.148.146.168]:25 ... connected SMTP<< 220 mx.zoho.in SMTP Server ready January 22, 2023 12:51:27 PM IST SMTP>> EHLO server.xxxxxx.com SMTP<< 250-mx.zoho.in Hello server.xxxxx.com (server.xxxx.com (xx.xxx.xxx..xxx)) 250-STARTTLS 250-8BITMIME 250 SIZE 53477376 SMTP>> STARTTLS SMTP<< 220 Ready to start TLS. SMTP>> EHLO server.xxxx.com SMTP<< 250-mx.zoho.in Hello server.xxxx.com (server.xxxx.com (xx.xxx.xxx.xxx)) 250-8BITMIME 250 SIZE 53477376 SMTP>> MAIL FROM: SIZE=45259 SMTP<< 250 Sender OK SMTP>> RCPT TO: SMTP<< 451 4.7.1 Greylisted, try again after some time LOG: MAIN H=mx.zoho.in [169.148.146.168]: SMTP error from remote mail server after RCPT TO:<='support@solution4u.co.in'>support@xxxxxxx.co.in>: 451 4.7.1 Greylisted, try again after some time SMTP+> QUIT SMTP(TLS shutdown)>> SMTP(shutdown)>> SMTP(closed)<< SMTP(close)>> Connecting to mx.zoho.in [169.148.149.118]:25 ... connected SMTP<< 220 mx.zoho.in SMTP Server ready January 22, 2023 12:51:28 PM IST SMTP>> EHLO server.xxxx.com SMTP<< 250-mx.zoho.in Hello server.xxxx.com (server.xxxx.com (xx.xx.xx.xxx.)) 250-STARTTLS 250-8BITMIME 250 SIZE 53477376 SMTP>> STARTTLS SMTP<< 220 Ready to start TLS. SMTP>> EHLO server.xxxx.com SMTP<< 250-mx.zoho.in Hello server.xxxxxxx.com (server.xxxx.com (xx.xx.xxx.xxx)) 250-8BITMIME 250 SIZE 53477376 SMTP>> MAIL FROM: SIZE=45259 SMTP<< 250 Sender OK SMTP>> RCPT TO: SMTP<< 451 4.7.1 Greylisted, try again after some time SMTP+> QUIT SMTP(TLS shutdown)>> SMTP(shutdown)>> SMTP(closed)<< SMTP(close)>> LOG: MAIN == support@xxxx.co.in R=dkim_lookuphost T=dkim_remote_smtp defer (-44) H=mx.zoho.in [169.148.149.118]: SMTP error from remote mail server after RCPT TO:: 451 4.7.1 Greylisted, try again after some time
    0
  • cPRex Jurassic Moderator
    Thanks for that output - it seems the remote mailserver has Greylisting enabled:
    0
  • amrit_singh
    Mails are delivering fine to gmail but not on zoho server that must be due to zoho server end settings. Anyways my purpose is solved. Thank you very much for the support.
    0

Please sign in to leave a comment.