Can send Emails but not receive

crowdesigner

New member
Joined
Feb 9, 2009
Messages
2
Hi everyone,

I just setup my email, but i have a problem:

I can send emails to whatever, (hotmail,gmail, etc)
but
I cannot receive from any mailserver (hotmail,gmail,etc) except mine.
 
If you have dovecot, try:
Code:
cd /usr/local/directadmin/custombuild
./build todovecot
Or it could be a problem with your exim configuration file, try updating it: http://help.directadmin.com/item.php?id=51. Make sure you apply the following if you have Dovecot:
Code:
patch -p0 < /usr/local/directadmin/custombuild/exim.conf.dovecot.patch

If it still doesn't solve the problem, check your /var/log/exim/mainlog file.
 
Back
Top