problem in exim and send email
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.:
[QUOTE]A test email has not been successfully sent to the email address myemail@gmail.com: The local mail server did not accept your email. Please contact your host or systems administrator.
[QUOTE]root@host [~]# service exim status exim (pid 20578) is running...
server was correctly, now i see this problem, without any action. Thanks.
[QUOTE]root@host [~]# service exim status exim (pid 20578) is running...
server was correctly, now i see this problem, without any action. Thanks.
-
Can you post the following output here, Note, please login to your server ssh as root and try the following, root@esellmetech[~] grep 'myemail@gmail.com' /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 0 -
Thanks for your reply, i run, but have not output: [QUOTE]root@host [~]# grep mo*****ti1@gmail.com /var/log/exim_mainlog root@host [~]# [QUOTE]root@host [~]# grep 'mo*****ti1@gmail.com' /var/log/exim_mainlog root@host [~]#
0 -
Was your mail queue status ? # exim -bpc # exim -bP | grep queue # telnet 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 0 -
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. 0
Please sign in to leave a comment.
Comments
4 comments