Mail delivery failed: returning message to sender

ZweiTiger

New member
Joined
Oct 21, 2014
Messages
3
Hey guys i got a little problem and dont know why...

Here is the example emails.. (not with the real name)

If i send an email to gmail,yahoo any providers.. its working. If i send an email to custom domain then not work.

Example: [email protected] -> working
Example: [email protected] use gmail, mail -> not working


Code:
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=s2.zweihost.eu)
    by s2.zweihost.eu with esmtpa (Exim 4.85)
    (envelope-from <[email protected]>)
    id 1ZcX48-000LDj-8P
    for [email protected]; Thu, 17 Sep 2015 13:09:24 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Thu, 17 Sep 2015 13:09:24 +0200
From: [email protected]
To: [email protected]
Subject: teszt
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/1.1.1
X-Antivirus-Scanner: Clean mail though you should still use an Antivirus

Mainlog:
Code:
2015-09-17 12:59:48 1ZcWuq-000HR2-Jt <= [email protected] H=localhost (s2.zweihost.eu) [::1] P=esmtpa A=login:[email protected] S=749 [email protected] T="teszt" from <[email protected]> for [email protected]
2015-09-17 12:59:48 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1ZcWuq-000HR2-Jt
2015-09-17 12:59:48 1ZcWuq-000HR2-Jt ** [email protected] F=<[email protected]> R=virtual_aliases: 
2015-09-17 12:59:48 cwd=/var/spool/exim 7 args: /usr/sbin/exim -t -oem -oi -f <> -E1ZcWuq-000HR2-Jt
2015-09-17 12:59:48 1ZcWuq-000HR9-OR <= <> R=1ZcWuq-000HR2-Jt U=mail P=local S=1541 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2015-09-17 12:59:48 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1ZcWuq-000HR9-OR
2015-09-17 12:59:48 1ZcWuq-000HR2-Jt Completed
 
Hello,

From logs I see a delivery from [email protected] to [email protected] and to [email protected] fails.

nslookup tells:

Code:
ricolou.eu: Non-existent domain

and whois show the domain is not registered.

Exim by default is configured to verify sender with line:

Code:
require verify = sender

in /etc/exim.conf

That's the possible reason.


Thank you for the reply. Now i realised whats could be the problem.

I already turned off the #require verify = sender line but still got the message.

I want to send email from [email protected] to [email protected] (my company email) but i got this message. I use cloudflare and yandex mail. Not undertand why i got this.

BUT.

I got one question. How to turn off at exim.conf to never check the recipient address is exist or not?! Seems the system give false checks and many customers got this problem. They could send emails to any providers (@yahoo,@yandex,@gmail etc.) but for custom domains not really.
 
Back
Top