mail delivering problem, messages dissapear

anatoly

Verified User
Joined
Jan 11, 2006
Messages
7
Mail delivering problem, messages dissapear!!! Please help!

Exim on FreeBSD 4.5

config - default (http://files.directadmin.com/services/exim.conf)

2006-01-12 06:45:02 1EwtOY-0002yO-GF <= [email protected] H=ppp.pppoe.mtu.com [85.145.166.122] P=esmtpa A=login:[email protected] S=1210 id=000101c6172a$28fd1de0$0201a8c0@PC T="xxx" from <[email protected]> for [email protected]
2006-01-12 06:45:02 1EwtOY-0002yO-GF => anatoly <[email protected]> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=1367
2006-01-12 06:45:02 1EwtOY-0002yO-GF Completed

In logs, in "exim -v", "exim -bt" everithing is ok, but messages dissapear, mailbox is empty!

all directories and files, their chmod, chown like in http://help.directadmin.com/item.php?id=16

Please help, I can't find answer
 
Last edited:
How are you looking for the mail? I assume you are checking it via POP3 and logging in with the username [email protected]. Or you are looking at the mail box /var/spool/virtual/mail.ru/xxx for the message?
 
Do you have a forward AND pop3 setup for the user? We've experienced times when that works (delivers to both) fine for months, then stops (only forwards).

Right now (latest update) it seems to be working fine.
 
toml, the message is in /var/spool/virtual/mail.ru/xxx, but logging by POP3 - there are no messages

hostpc.com, account is setup, and has forward
 
The username you are using is the full email address right? Otherwise you are not accessing the right pop3 account. Also you may want to make sure that you tell your pop3 client to download all messages. If there is a uidl that matches that message, it thinks it already downloaded the message.
 
toml said:
The username you are using is the full email address right? Otherwise you are not accessing the right pop3 account. Also you may want to make sure that you tell your pop3 client to download all messages. If there is a uidl that matches that message, it thinks it already downloaded the message.

I use full email address.
All messages are not downloaded, this situation happens with all new messages.

Any ideas? may be something wrong with pop3?
Thank you!
 
Last edited:
Which pop3 server are you using? If you are using Dovecot, that one won't work with the exim.conf you are using. Dovecot server needs a small patch to the exim.conf to work properly.
 
Sounds like you have the right pop3 server, and I can't think of another reason why you can't see the new messages. I would look here for a method to help figure out what is going on.
 
How to solve:

on /var/spool/virtual and below to 777 for directories and 666 for the mbox file.
 
That is not exactly the permissions you want to have for mail boxes, then anyone could read anyone elses mail. The virtual directories and mail box files should be owned by the domain owner and should be in the mail group. The directories should 770 and the files 660.
 
Missing E-mails

I am having a similar problem after changing to dovecot, and upgrading exim -> 4.60, I have users complaining that they have lost e-mails.
The e-mails used to be viewable in their webmail, but now they no longer exist.

I can see the e-mails they are talking about in /var/virtual/spool/<domain>/<user>, why are they no longer able to see them (or download them with a pop3 client)

** confused **

-Mike
 
Re: Missing E-mails

mikenz said:
I am having a similar problem after changing to dovecot, and upgrading exim -> 4.60, I have users complaining that they have lost e-mails.
The e-mails used to be viewable in their webmail, but now they no longer exist.

I can see the e-mails they are talking about in /var/virtual/spool/<domain>/<user>, why are they no longer able to see them (or download them with a pop3 client)

** confused **

-Mike

This happened to me also, drafts, saved, and email save in user created folders were gone.
 
Back
Top