Mail server can't receive email
Mail server can't receive email
Hello,
I made fresh install of CentOS 6.7 with VestaCP the problem is that i can send email but i can't receive I am not behind router so the ports are opened i double checked it
exim main log
It's not because of my ISP because i have another installation of Vesta with Ubuntu with the same ISP and the mail server is working correctly. I am stuck please help me...
I made fresh install of CentOS 6.7 with VestaCP the problem is that i can send email but i can't receive I am not behind router so the ports are opened i double checked it
exim main log
Code: Select all
2016-03-20 21:44:25 1ahjEw-00047t-UU == [email protected] R=dnslookup T=remote_smtp defer (110): Connection timed out
2016-03-20 21:45:25 1ahiv0-0003Zn-G4 gmail-smtp-in.l.google.com [64.233.184.26] Connection timed out
2016-03-20 21:46:28 1ahiv0-0003Zn-G4 alt2.gmail-smtp-in.l.google.com [74.125.68.26] Connection timed out
2016-03-20 21:47:31 1ahiv0-0003Zn-G4 alt3.gmail-smtp-in.l.google.com [74.125.203.26] Connection timed out
2016-03-20 21:48:34 1ahiv0-0003Zn-G4 alt4.gmail-smtp-in.l.google.com [173.194.72.26] Connection timed out
2016-03-20 21:48:34 1ahiv0-0003Zn-G4 [email protected] R=dnslookup T=remote_smtp defer (110): Connection timed out
2016-03-20 21:49:37 1ahiqI-0003Ua-La gmail-smtp-in.l.google.com [74.125.195.26] Connection timed out
2016-03-20 21:50:40 1ahiqI-0003Ua-La alt3.gmail-smtp-in.l.google.com [64.233.189.27] Connection timed out
2016-03-20 21:50:40 1ahiqI-0003Ua-La == [email protected] R=dnslookup T=remote_smtp defer (110): Connection timed out
2016-03-20 21:50:40 End queue run: pid=15538
Re: Mail server can't receive email
hi can u try to stop the clamd service? edit exim.conf , and disabled clamd
as here:
as here
SPAMASSASSIN = yes
SPAM_SCORE = 30
#CLAMD = yes
exim restart the service, and to see if it works
as here:
as here
SPAMASSASSIN = yes
SPAM_SCORE = 30
#CLAMD = yes
exim restart the service, and to see if it works
Re: Mail server can't receive email
No, it's not working but the error has changed
Code: Select all
2016-03-20 22:22:19 Start queue run: pid=18463
2016-03-20 22:22:41 1ahjs1-0004nz-8c <= [email protected] U=admin P=local S=463 [email protected]
2016-03-20 22:22:41 1ahjs1-0004nz-8c == [email protected] R=dnslookup T=remote_smtp defer (-53): retry time not reached for any host
2016-03-20 22:23:22 1ahjEw-00047t-UU gmail-smtp-in.l.google.com [64.233.184.27] Connection timed out
2016-03-20 22:23:25 1ahjsj-0004oN-SO <= [email protected] U=admin P=local S=467 [email protected]
Re: Mail server can't receive email
try this. in exim.conf add this disable_ipv6 = true
Re: Mail server can't receive email
Already done