just 1 user not get email from gmail

royta

New member
Joined
Sep 17, 2016
Messages
2
hello
i have many users
but just one of users cant get email from gmail
but can get from hotmail and etc...
all of his email addresses is like this

what can be my problem?

and please create easy random question
only english guys can answer them !
i had very hard problem for register and start topic
 
correction

hello
i have many users
but just one of users cant get email from gmail
but can get from hotmail and etc...
all of his email addresses is like this

what can be my problem?

and please create easy random question
only english guys can answer them !
i had very hard problem for register and start topic

and im using latest directadmin and centos 6.7
 
I just had -almost- the same issue this week, you could try these commands as root just to be sure:
Code:
/usr/sbin/exim_tidydb -t 1d /var/spool/exim retry > /dev/null
/usr/sbin/exim_tidydb -t 1d /var/spool/exim reject > /dev/null
/usr/sbin/exim_tidydb -t 1d /var/spool/exim wait-remote_smtp > /dev/null
and restart Exim afterwards.

If the second command does not work it's no problem.
It might not be the fix but it can't hurt either.

See if that helps. If not, send a mail from gmail to that user, and look what the logfiles are saying (/var/log/exim/mainlog and maybe /var/log/exim/rejectlog).
 
Back
Top