Can't recive e-mail

traskowski

Verified User
Joined
Nov 13, 2012
Messages
61
Hello.
I cannot recive any email to my account .
I had DA + PHP with IMAP , i dont't recive any information about bad sending from globally e-mail.
I can send e-mail and this e-mail goes propetly.
 
It's the probllem. It's show it's send but i don't get any mail.

In directadmin i get:
mail MX 10
mail A 91.204.161.108

I think it's good
 
I build for new exim and dovecot.
I search for email on /home/username/domain/imap etc with grep subject, and don't find new mail, only old it's showing me.
 
It works! What is done with this command? I was so desperate that I wanted to re-install DirectAdmin doing all BackUp!
 
The command applies a patch on /etc/exim.conf

You must have installed /etc/exim.conf v2.0 without patch for working with Dovecot. So all incoming emails were stored in another old location (i.e. mbox), which is not compatible with Dovecot (as Dovecot is using Maildir here).

The old emails can be found here: /var/spool/mail/username

Related: http://help.directadmin.com/item.php?id=109
 
Yes, if you've got any emails in /var/spool/mail/ you can convert them into Maildir format and then you will be able to read them in your mail program.
 
Back
Top