its time to cry

leblover

Verified User
Joined
Apr 22, 2004
Messages
26
its real time to cry :(


i have server and i put in this server my site
just my site

and for sure i have forum in this server
what is going is :

any mail the forum send to user it come to me like that

=============
Mail delivery failed: returning message to sender

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]
retry time not reached for any host after a long failure period

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

Return-path: <[email protected]>
Received: from apache by host.leblover.com with local (Exim 4.31)
id 1CEVpt-000472-Do
for [email protected]; Mon, 04 Oct 2004 18:37:17 +0200
To: [email protected]
Subject: ÇáÑÏ Úáì ãÔÇÑßÉ ' ãßÊÈÉ áÇÌãá ÕæÑ áÔãÓ ÇáÛäíÉ ÇááÈäÇäíÉ'
From: "ãäÊÏíÇÊ ÚÇÔÞ áÈäÇä Mailer" <[email protected]>
Message-Id: <[email protected]>
Date: Mon, 04 Oct 2004 18:37:17 +0200

ãÑÍÈÇ ÇáåäæÝ ÍãÏ,


ÇÓíÑÉ ÇáÍíÇÉ ÞÇã ÈÇáÑÏ Úáì ãæÖæÚ ÞÏ ÇÔÊÑßÊ Èå æåæ - ãßÊÈÉ áÇÌãá ÕæÑ áÔãÓ ÇáÛäíÉ ÇááÈäÇäíÉ - Ýí ãäÊÏì ãäÊÏì ÇáÝäæä æÇáÇÛÇäí ÃÍÏ ãäÊÏíÇÊ ãäÊÏíÇÊ ÚÇÔÞ áÈäÇä.

åÐÇ ÇáãæÖæÚ ãæÌæÏ Ýí:
http://www.leblover.com/vb/showthread.php?threadid=10837&goto=newpost

ÞÏ Êßæä åäÇß ÑÏæÏ ÃÎÑì¡ æáßä áä íÕáß Ãí ÅÚáÇã ÂÎÑ ÍÊì ÊÞæã ÈÒíÇÑÉ ÇáãäÊÏì ãÑÉ ÃÎÑì.

ÔßÑÇð
ÝÑíÞ ãäÊÏíÇÊ ÚÇÔÞ áÈäÇä

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ãÚáæãÇÊ ÅáÛÇÁ ÇáÇÔÊÑÇß:

áÅáÛÇÁ ÇÔÊÑÇßß ãä åÐÇ ÇáãæÖæÚ ÇáÑÌÇÁ ÒíÇÑÉ åÐå ÇáÕÝÍÉ:
http://www.leblover.com/vb/member2.php?action=usub&threadid=10837

áÅáÛÇÁ ÇÔÊÑÇßß ãä ÌãíÚ ÇáãæÇÖíÚ ÇáÑÌÇÁ ÒíÇÑÉ åÐå ÇáÕÝÍÉ:
http://www.leblover.com/vb/member2.php?action=usub&type=allthread




========================

pls i get 5000 to 6000 mail every day :confused:
 
i try this


and it did not work



Hi Jeff,

Try this:

wget -O /etc/exim.pl http://files.directadmin.com/services/exim.pl
chmod 755 /etc/exim.pl
service exim restart

I think there is a typo in the old one. I'll have to repackage all of the exims if there is.

Another option is to remove the "condition" in the lookuphost in the exim.conf.

John






same :(
 
Then it may be a connectivity isue between your server and the server you're trying to send to.

Or perhaps your server isn't able to resolve DNS for the server it's trying to send to.

Jeff
 
In the DNS it appears that the mail server for the ayna.com domain is: ayna7.ayna.com

But apparently is not running a mail server:

[root@server /root]# telnet ayna7.ayna.com 25
Trying 216.177.8.122...
telnet: Unable to connect to remote host: Connection refused
you should try it from your server and/or contact the administrator.


NOTE: if you get something like:
220 example.com ESMTP Sendmail 8.11.6/8.11.6; Wed, 6 Oct 2004 11:35:29 -0400
you can get out from there with the quit command (in a line of its own and with no spaces before or after)
 
Back
Top