Email in Scheduled queue.

Please guide me my email are still in schedule queue my shaping toml settings are below

["gmail.com"]
connection_limit = 1000
#mx_rollup = false
max_connection_rate = "1000/min"
max_deliveries_per_connection = 1000
max_message_rate = "1000/s"
idle_timeout = "20s"
max_ready = 2000000

QUEUE_SUMMARY is below
SITE SOURCE PROTO D T C Q

SCHEDULED QUEUE COUNT
hdfcbank.net@gmail.com 6

Hey there @youthful-zorse, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.

@free-spirited-yorksh can you please help me in this ?

In what, determining why the six messages are delayed? The tempfail logs would have that information.

{"type":"TransientFailure","id":"98218bf6d4b311ee908e0a4dd0aa8736","sender":"test@hdfc.com","recipient":"anshukla60@gmail.com","queue":"hdfcbank.net@gmail.com","site":"","size":1394,"response
":{"code":451,"enhanced_code":{"class":4,"subject":4,"detail":4},"content":"failed to resolve queue hdfcbank.net@gmail.com: MX lookup for gmail.com failed: request timed out","command":null},
"peer_address":null,"timestamp":1708963123,"created":1708957831,"num_attempts":2,"bounce_classification":"RoutingErrors","egress_pool":null,"egress_source":null,"feedback_report":null,"meta":
{"authz_id":"user3","tenant":"hdfcbank.net"},"headers":{"Subject":"test Mon, 26 Feb 2024 20:00:31 +0530"},"delivery_protocol":null,"reception_protocol":"ESMTP","nodeid":"563af98c-6584-4b08-9f
f4-0af793705131"}

above is the error for the transientfail

this is my host file entry
10.4.1.71 gmail.com
10.4.1.71 alt1.gmail-smtp-in.l.google.com
10.4.1.71 alt2.gmail-smtp-in.l.google.com
10.4.1.71 alt3.gmail-smtp-in.l.google.com
10.4.1.71 alt4.gmail-smtp-in.l.google.com
I am using gmail MX to resolve to my local IP.

And if you do an nslookup from that node do you get what you need?

The hosts file is not an MX record.

no, but when I do the telnet I am getting that particular host

This appears to be a routing error.
“failed to resolve queue hdfcbank.net@gmail.com: MX lookup for gmail.com failed: request timed out”
Are you using a local DNS that is not caching from public DNS?

If you dig gmail MX from that server what do you get?

IE: “dig gmail.com mx”

Oh wait… Why are you messing with your hosts file? Are you trying to simulate delivery to gmail locally?

Try this instead:

This is not the same thing.

ok thanks @faithful-ostrich

let me try that