EXIM Outgoing PROBLEM.

sohaib

Verified User
Joined
Apr 27, 2005
Messages
191
Location
Shared & Dedicated Hosting
The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was '[email protected]'. Subject '', Account: 'Sohaib', Server: 'abc.com', Protocol: SMTP, Server Response: '421 Unexpected failure, please try later', Port: 25, Secure(SSL): No, Server Error: 421, Error Number: 0x800CCC79

I am keep getting that response

I am sending an email to my local host email i.e. [email protected]
which is in my same server also I have tried to send an email to my
Gmail account I got the same error, please HELP - I cant
send any email, I have also tried to setup my outlook with need auth
in sending outgoing email but same error.
 
Check the /var/log/exim/mainlog file to see if it's giving you any more detail on the rejection.

Jeff
 
These are the following files missing in /etc/virtual

so I simply create those empty file and it start working DA should fixed that issue.

whitelist_domains
whitelist_from
whitelist_hosts
whitelist_senders
bad_sender_hosts
blacklist_domains
blacklist_hosts
blacklist_senders
 
I agree that if DA updates the file it should add the files.

Exim simply segfaults if the files don't exist. I suppose I could change the code so it won't execute if the file doesn't exist, but I'm not sure how.

How did the latest exim.conf get on your server?

Jeff
 
New DA installations include the newest exim.conf file and the necessary files.

DA updates aren't supposed to overwrite exim.conf, so I'm still asking how the new file got on your system?

Just what is it DA should fix?

Jeff
 
Back
Top