I'm not receiving *some* mail

webbasica

Verified User
Joined
Feb 21, 2005
Messages
73
Like this guy, I'm not receiving mail from some domains. One of those "unlucky" domains happens to be my reseller account on another server. I have no shell access on that other server, but a support rep did some testing for me. He telnet to port 25 of my DA server, and it went ok. Trace route went ok. But then, when trying to send mail:
"retry time not reached for any host after a long failure period"

I've checked my apf conf, and after reinstalling it, everything seems ok. Logs don't show any refused connection from my reseller server.

I've checked exim.conf, and other than xemaps tweak to reject spam everything seems normal. Exim logs (main and reject) don't show my reseller domain. Its like they never see each other.

After days and hours of searching, I ask for help. Does someone have an idea?

*attached are my apf and exim configuration files
 

Attachments

If you are going to use xemaps spam tweak, you need to enable spamassasin, and it is not enabled in your exim.conf.

Other than that, try reading how that guy fixed his problem and see if that is your problem too.
 
Spam Assassin was enabled and working.
And yes, the solution for him, worked for me too, amazing!
 
Try looking at aroundline 581 in your exim.conf file and you will see that spamassasin is commented out.
 
You're right, after updating the exim.conf, I forgot to uncomment SA, thanks!

Now that I turned off TLS advertisement in exim.conf (tls_advertise_hosts = !*) things are working fine.

I remember now, updating openssl and having errors while doing it.

Now, I need a good guide to update and repair openssl. I guess that's another topic on another subforum.
 
Back
Top