Very weird

PRB

Verified User
Joined
Oct 18, 2008
Messages
154
Hello,

I am trying to send email to [email protected] from server 3 and server 6. [email protected] is located on server 1 (server names)

Sending email to [email protected] from server 3 and server 6 do arrive on server 1.

But sending it to [email protected] does not arrive. I get the following error:
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

[email protected]


------ This is a copy of the message, including all the headers. ------

Return-path: <[email protected]>
Received: from localhost ([127.0.0.1] helo=server6domain.nl)
by XRD006.local with esmtpsa (TLSv1:AES256-SHA:256)
(Exim 4.67)
(envelope-from <[email protected]>)
id 1M3bMg-0000Es-26
for [email protected]; Mon, 11 May 2009 21:40:42 +0200
MIME-Version: 1.0
Date: Mon, 11 May 2009 21:40:42 +0200
From: <[email protected]>
To: <[email protected]>
Subject: =?UTF-8?Q?huh=3F?=
Message-ID: <52a0814be93350c4629f9c4ad4a3111b@localhost>
X-Sender: [email protected]
User-Agent: RoundCube Webmail/0.2.1
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"

testingit

Spamassasin on server 1 is turned off, I deleted the mail account and recreated it. No luck. I have updated the exim.com by following this tutorial:
http://www.directadmin.com/help/item.php?id=51

Can anyone tell me how to solve this? It is weird as only to [email protected] do not arrive, but sending from the same mail account from server 6 to [email protected] it does arrive...

I have spent the last 4 hours trying to solve this... :(
 
Last edited:
Exim mainlog on server 1: no records of the emails at all!

Exim mainlog on server 3 and 6:
2009-05-11 22:18:53 1M3bxd-0002wM-Kg <= [email protected] H=localhost (IP.ADDRESS.OF.SERVER.6) [127.0.0.1] P=esmtpsa X=TLSv1:AES256-SHA:256 A=login:[email protected] S=549 id=4ceb0ee099ec64f4744619305aba9166@localhost T="test" from <[email protected]> for [email protected]
2009-05-11 22:18:53 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1M3bxd-0002wM-Kg
2009-05-11 22:18:53 1M3bxd-0002wM-Kg ** [email protected] F=<[email protected]> R=virtual_aliases:
2009-05-11 22:18:53 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1M3bxd-0002wM-Kg
2009-05-11 22:18:53 1M3bxd-0002wP-Py <= <> R=1M3bxd-0002wM-Kg U=mail P=local S=1306 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2009-05-11 22:18:53 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1M3bxd-0002wP-Py
2009-05-11 22:18:53 1M3bxd-0002wP-Py => firstname <[email protected]> F=<> R=virtual_user T=virtual_localdelivery S=1396
2009-05-11 22:18:53 1M3bxd-0002wM-Kg Completed
2009-05-11 22:18:53 1M3bxd-0002wP-Py Completed

I hope I gave all necessary information so that someone can help me...
 
Fixed, the problem was that I had one domain added to multiple servers, I had to uncheck the "Use this server to handle my emails." on the "Modify MX Records" link on the "DNS Management" page.
 
Back
Top