Can't receive any emails

Zordon

Verified User
Joined
Dec 11, 2009
Messages
13
I can't receive any emails from outside on my server with Debian 5 (32 bit) and directadmin (emails sent from the server itself with php work fine).

I always get the following error with EVERY mail account I use to send emails:
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]
SMTP error from remote mail server after RCPT TO:<[email protected]>:
host mx1.2x4.ru [92.241.168.113]: 554 5.7.1 <[email protected]>:
Relay access denied
The mail accounts I use to send emails definitely work (also tried my home privat address), so it has to be a problem with the server.
Any idea how to fix this?

Thanks
 
Are all your domains listed in /etc/virtual/domains? is there a subdirectory for each of your domains in /etc/virtual? In each of those subdirectories is there an alias file?

You can attempt to run exim -bh 12.34.56.78 replacing the number, of course, with an IP# known to not work for you, and then emulating an email protocol transfer manually, to find the specific cause of the error. You can learn how to do that in some posts in these forums and by searching exim -bh on the exim.org site.

Jeff
 
Thanks for your reply.

is there a subdirectory for each of your domains in /etc/virtual? In each of those subdirectories is there an alias file?
Yes there is;)
It contains just a single line: domain: domain*: :fail:
It's the same in every domain directory (with the correct name of each domain).


Is there no easy way to find the cause of the problem? I can send emails from domain1 to domain2 on the server (using Outlook). But every mail from outside the server gets returned to the sender.
 
Thanks for your help.
I tried updating the exim settings as described here, but I still can't receive emails.

Any ideas?
 
But every mail from outside the server gets returned to the sender.

Well don't keep us in suspense. What is the message that gets returned? It tells you why it got returned.
 
It's the message I quoted in my first post.
No matter with which of my email accounts I try to send a message to an account on this server. I also get the quoted message returned to the sender.
 
I'm sorry I forgot about the rest of the message since I though it wasn't important. However, I was obviously wrong, sorry.
Here it is:
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]
SMTP error from remote mail server after RCPT TO:<[email protected]>:
host mx1.2x4.ru [92.241.168.113]: 554 5.7.1 <[email protected]>:
Relay access denied

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

Return-path: <[email protected]>
Received: from fwd01.aul.t-online.de (fwd01.aul.t-online.de )
by mailout09.t-online.de with smtp
id 1OggUL-0000ka-A7; Wed, 04 Aug 2010 18:06:41 +0200
Received: from Daniel (Vr3+3UZBrhc9QaXHhLNJkTDRFmGEZ+MCSqWIxcJN-rNYlumn9iKj0xiXOxM9HBEQoo@[79.227.213.77]) by fwd01.aul.t-online.de
with esmtp id 1OggUJ-0SmuSO0; Wed, 4 Aug 2010 18:06:39 +0200
From: =?iso-8859-1?Q?W=F6lfle?= <[email protected]>
To: <[email protected]>
Subject: test
Date: Wed, 4 Aug 2010 18:06:37 +0200
Message-ID: <42FC0CFA6019422EBA1B18F15B39AD99@Name>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0006_01CB33FF.C873F230"
X-Mailer: Microsoft Office Outlook 11
Thread-Index: Acsz7wQ9Go2LxKFWSHW9RPVOi9gEXQ==
X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18197
X-ID: Vr3+3UZBrhc9QaXHhLNJkTDRFmGEZ+MCSqWIxcJN-rNYlumn9iKj0xiXOxM9HBEQoo
X-TOI-MSGID: 8bf7ea0b-3f78-4a04-9c0f-aea88cc1b76d

This is a multi-part message in MIME format.

------=_NextPart_000_0006_01CB33FF.C873F230
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

sdsdfsdf


------=_NextPart_000_0006_01CB33FF.C873F230
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)"> <style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:595.3pt 841.9pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.Section1
{page:Section1;}
-->
</style>

</head>

<body lang=3DDE link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 face=3DArial><span = style=3D'font-size:10.0pt; font-family:Arial'>sdsdfsdf<o:p></o:p></span></font></p>

</div>

</body>

</html>

------=_NextPart_000_0006_01CB33FF.C873F230--

So what does it say? Why can't I receive emails on that domain?
 
Last edited:
I am not going to even try if you keep hiding your email address. This is ridiculous. Obviously your email is not [email protected] so forget it. We would just be guessing as to the problem. We do not even know that it is making it to your server at all.
 
Back
Top