Hi there,
On our PMG Cluster, we have 1 node that rejects all mail for one of our users.
Here is a NDR:
Here is a log from node1:
Mail is working fine on all other cluster nodes.
Any ideas at all?
Thanks,
C
UPDATE
We are able to send an email via a telnet test from node1 to the users mail server:
We can see this on the cPanel server in Exim etc. so it worked.
But it seems if the mail comes into node1 via the domain MX it does not work.
Bit stuck here.
On our PMG Cluster, we have 1 node that rejects all mail for one of our users.
Here is a NDR:
Code:
node1 said reject: RCPT from smtp2.e.amses.net[213.161.89.103]: 550 5.1.1 <nigel@example.co.uk>: Recipient address rejected: undeliverable address: unknown user: "nigel"; from=<keith.deleted@deleted.net> to=<nigel@example.co.uk> proto=ESMTP helo=<smtp2.e.amses.net>
Here is a log from node1:
Code:
Feb 14 16:49:35 node1 postfix/local[48307]: 6D3941C029A: to=<nigel@example.co.uk>, relay=local, delay=0.11, delays=0.05/0.02/0/0.04, dsn=5.1.1, status=bounced (unknown user: "nigel")
Mail is working fine on all other cluster nodes.
Any ideas at all?
Thanks,
C
UPDATE
We are able to send an email via a telnet test from node1 to the users mail server:
Code:
root@node1:~# telnet mail.example.co.uk 25
Trying 1.2.3.4...
Connected to example.co.uk.
Escape character is '^]'.
220-cpanel93.deleted.uk ESMTP Exim 4.96.2 #2 Wed, 14 Feb 2024 16:34:43 +0000
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO node1.deleted.uk
250-cpanel93.deleted.uk Hello node1.deleted.uk [4.5.6.7]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-PIPECONNECT
250-STARTTLS
250 HELP
MAIL FROM: info@test.uk
250 OK
RCPT TO: nigel@example.co.uk
250 Accepted
DATA
354 Enter message, ending with "." on a line by itself
Testing
.
250 OK id=1raIF9-00Dg64-21
We can see this on the cPanel server in Exim etc. so it worked.
But it seems if the mail comes into node1 via the domain MX it does not work.
Bit stuck here.
Last edited: