problem in exim and send email

morteza3245

Well-Known Member
Sep 16, 2013
163
1
68
cPanel Access Level
Root Administrator
Hello
i am unable send email from my server,
how i can rebuild exim and all service about send email?

for example, i see following error in script interspire, when want send email test verify.:
A test email has not been successfully sent to the email address [email protected]: The local mail server did not accept your email. Please contact your host or systems administrator.
root@host [~]# service exim status
exim (pid 20578) is running...
server was correctly, now i see this problem, without any action.

Thanks.
 
Last edited:

Aaron.Edwards

Active Member
Sep 21, 2013
36
0
6
cPanel Access Level
Root Administrator
Can you post the following output here, Note, please login to your server ssh as root and try the following,

root@esellmetech[~] grep '[email protected]' /var/log/exim_mainlog

This should provide you the Email Transaction ID. Something like : 1Ov4tU-0000Nz

Then, use the following command,

root@esellmetech[~] grep 1Ov4tU-0000Nz /var/log/exim_mainlog
 

Aaron.Edwards

Active Member
Sep 21, 2013
36
0
6
cPanel Access Level
Root Administrator
Was your mail queue status ?

# exim -bpc

# exim -bP | grep queue

# telnet <yourserverip> 25 (try this from your local system to determine, whether port 25 is blocked in the server's firewall

In order to rebuild the exim configuration, try

/scripts/buildeximconf

if it doesn't work, try

/scripts/exim4
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Could you elaborate on what method you are using to send email? Have you tested sending from different domain names, using different methods (e.g. email client, webmail)?

Thank you.