Email not forwarding for one account

rldev

Verified User
Joined
May 26, 2004
Messages
1,003
I have one domain in which forwarders are not working 100%. I seen one forward go through but countless others are not sent off. Exim mainlog seems ok. Forwarders work on other domains.
 
Not sure what you mean by mainlog seems ok. If it were okay it would show the emails being forwarded. Does it?

Have you tried the $ exim -bh option for one of those usernames to see where it's being delivered?

Jeff
 
Here is the mainlog:

2007-08-02 14:18:59 1IGfGD-0004f1-Q5 <= [email protected] U=mail P=spam-scanned S=2392 id=28754359.1186078736042.JavaMail.SYSTEM@futura-w2-as12 T="RapidSSL Certificate Request Confirmation" from <[email protected]> for [email protected]
2007-08-02 14:18:59 1IGfGD-0004f1-Q5 => discarded <[email protected]> R=domain_filter
2007-08-02 14:18:59 1IGfGD-0004f1-Q5 Completed
2007-08-02 14:18:59 1IGfGD-0000eC-KJ => hostmaster <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=2266
2007-08-02 14:18:59 1IGfGD-0000eC-KJ Completed
2

There is nothing in the paniclog or rejectlogs.

Forwards do work from some other domains though. Out of the 3 addresses I sent from, only one goes through. These domains are not blocked because I can receive email from them on many other domains.
 
/usr/sbin/exim -bt [email protected]
[email protected]
router = spamcheck_director, transport = spamcheck

[root@tp admin]# /usr/sbin/exim -bh 67.19.154.208

**** SMTP testing session as if from host 67.19.154.208
**** but without any ident (RFC 1413) callback.
**** This is not for real!

>>> host in hosts_connection_nolog? no (option unset)
>>> host in host_lookup? yes (matched "*")
>>> looking up host name for 67.19.154.208
>>> IP address lookup yielded d0.9a.1343.static.theplanet.com
>>> gethostbyname looked up these IP addresses:
>>> name=d0.9a.1343.static.theplanet.com address=67.19.154.208
>>> checking addresses for d0.9a.1343.static.theplanet.com
>>> 67.19.154.208 OK
>>> host in host_reject_connection? no (option unset)
>>> host in sender_unqualified_hosts? no (option unset)
>>> host in recipient_unqualified_hosts? no (option unset)
>>> host in helo_verify_hosts? no (option unset)
>>> host in helo_try_verify_hosts? no (option unset)
>>> host in helo_accept_junk_hosts? no (option unset)
220 tp.web-host-servers.com ESMTP Exim 4.67 Thu, 02 Aug 2007 21:28:44 -0400
 
What it's saying is that it's discarded because of the domain filter.

Check the SPAM Filters from the DirectAdmin user login.

If they sending domain isn't listed there, then make sure you're running the latest version of exim.conf and the latest version of exim.pl.

Jeff
 
What it's saying is that it's discarded because of the domain filter.

Check the SPAM Filters from the DirectAdmin user login.

If they sending domain isn't listed there, then make sure you're running the latest version of exim.conf and the latest version of exim.pl.

Jeff


Jeff,

What do you mean with
Check the SPAM Filters from the DirectAdmin user login.

Thanks.
 
Sorry for the delay; I've been on vacation.

I mean if you log into the DirectAdmin control panel as the username, and then click on Spam Filters you can see if there's a spam filter there that could cause it to be deleted.

Jeff
 
I have one domain in which forwarders are not working 100%. I seen one forward go through but countless others are not sent off. Exim mainlog seems ok. Forwarders work on other domains.
I just had this problem recently. As I recall, DA has a case problem. I'll bet if you go lower case on everything, there will be no problem. I know, e-mail is not supposed to be case sensitive. Just try it.
 
Back
Top