Couldn't get new mail

Hi,
I'm using exim+posftix, but after doing
http://help.directadmin.com/item.php?id=51
I couldn't get new mail, but could send mail.
Please help me.
Exim is already installed, why you should install postfix too?

Could you post some logs, so see what's wrong. Without logs its too hard to find.
Possible permission problems (/var/spool/exim/), since you can't receive but can send.
 
Last edited:
I don't why i do it :(
/var/sool/exim has next permissions
drwxr-xr-x 5 mail mail 4096 Apr 30 2008 exim

/var/log/exim/mainlog

2010-06-08 18:10:31 1OM1Nn-0002Ct-RO <= [email protected] H=f285 [217.69.128.252] P=esmtp S=1212 [email protected] T="=?r?Q?Re=3A_=F7=D9_=CF=C6=CF=D2=CD=C9=CC=C9_=DA=C1=CB=C1=DA_=D7_=CB=CF=CD=D0=C1=CE=C9=C9_U" from <[email protected]> for [email protected]
2010-06-08 18:10:31 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1OM1Nn-0002Ct-RO
2010-06-08 18:10:31 1OM1Nn-0002Ct-RO => admin <[email protected]> F=<[email protected]> R=localuser T=local_delivery S=1367
2010-06-08 18:10:31 1OM1Nn-0002Ct-RO Completed

In logs there no errors, but I don't see any new mail.
 
Last edited:
I guess you have missed the following part of the article:
KB said:
If you are running dovecot, you will need to re-patch your exim.conf

Execute the following code to convert all mbox emails and patch exim.conf file:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build todovecot
echo "action=delete&value=mbox" >>  /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
 
Back
Top