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 ?
Mike
(Mike Hillyer)
February 26, 2024, 4:40pm
4
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
Mike
(Mike Hillyer)
February 26, 2024, 4:59pm
7
And if you do an nslookup from that node do you get what you need?
Mike
(Mike Hillyer)
February 26, 2024, 5:00pm
8
The hosts file is not an MX record.
no, but when I do the telnet I am getting that particular host
tom
(Tom Mairs)
February 26, 2024, 6:55pm
10
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?
tom
(Tom Mairs)
February 26, 2024, 6:55pm
11
If you dig gmail MX from that server what do you get?
tom
(Tom Mairs)
February 26, 2024, 6:57pm
13
Oh wait… Why are you messing with your hosts file? Are you trying to simulate delivery to gmail locally?
tom
(Tom Mairs)
February 26, 2024, 7:03pm
15
This is not the same thing.