Major problem... Please help!

jim.thornton

Verified User
Joined
Jan 1, 2008
Messages
334
I have a client site setup on my server and it is bouncing emails back that are valid addresses. I'm not sure if this is a problem with exim or a problem with Spamblocker.

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

Return-path: <[email protected]>
Received: from apache by s1.extra6.com with local (Exim 4.67)
	(envelope-from <[email protected]>)
	id 1JNVy9-0008UC-VI
	for [email protected]; Fri, 08 Feb 2008 11:20:53 -0500
To: [email protected]
Subject: Fwd: Just A Mom
X-PHP-Script: moneytime.ca/webmail/index.php for 99.247.235.189
MIME-Version: 1.0
Date: Fri, 8 Feb 2008 11:20:53 -0500
From: <[email protected]>
Message-ID: <24c648a55f140daf2e03bd485813b2af@localhost>
X-Sender: [email protected]
User-Agent: RoundCube Webmail/0.1-rc2
Content-Type: multipart/mixed;
	boundary="=_1bccee1e2f7b2db6a09fe853474e1463"


--=_1bccee1e2f7b2db6a09fe853474e1463
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit

I've changed the email addresses in this message so that the spambots don't pick them up, but... Can anyone tell me why this keeps getting bounced.

I've tried sending to the same email address from a different emailbox on the same domain and it works. For some reason, it isn't working on this account though.
 
UPDATE: This only seems to be sending this from within webmail. I have tried both RoundCube and SquirelMail and both fail.
 
I don't understand what error you are looking for. That is everything that was in the bounced email.
 
I just tail'd the log file and tried to send the email again. Here is what the entry was:

Code:
2008-02-10 14:33:53 1JOHw1-0004me-D8 <= [email protected] U=apache P=local S=579 id=90ca9eca190317d38ee9c5969cebc5a3@localhost T="test" from <[email protected]> for [email protected]
2008-02-10 14:33:53 1JOHw1-0004me-D8 ** [email protected] F=<[email protected]> R=virtual_aliases:
2008-02-10 14:33:53 1JOHw1-0004mh-Et <= <> R=1JOHw1-0004me-D8 U=mail P=local S=1358 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2008-02-10 14:33:53 1JOHw1-0004mh-Et => jim <[email protected]> F=<> R=virtual_user T=virtual_localdelivery S=1496
2008-02-10 14:33:53 1JOHw1-0004me-D8 Completed
2008-02-10 14:33:53 1JOHw1-0004mh-Et Completed

I don't know what it means though.
 
It seems to be happening ONLY with this particular domain as the recipient, that I have noticed. I can send to gmail accounts and stuff. I don't know if it is happening with other domains but for sure any mailbox on this domain as the recipient doesn't work.
 
I solved the problem... I think.

It was happening only on a domain that I had setup in my DA but hadn't actually transferred the DNS to point to that DA account yet. So, my SMTP server was looking on my server, finding the domain, and it failed because there were no email boxes setup yet.

Thanks for the help!
 
Back
Top