PDA

View Full Version : Location of email files


puma75
10-18-2006, 03:06 AM
Hi,

We had a server crach and im trying to locate some files off an old drive that had FC4/DA on it.

Im wondering where email files are stored. I know there are files in

/var/spool/mail

(is this new uncollected email, 1 file per domain?)

If a client had loads of emails in their webmail previously, because they store them server side and don't download them to a mail client where will these be stored, will it still be /var/spool/mail ?

Thanks for any help,

Paul

jlasman
10-25-2006, 02:46 AM
Main account email addresses:
/var/spool/mail

Mailusers set up for each domain:
/var/spool/virtual/<domain-name>/<emailusername>

Imap mailboxes for each user
/home/<username>/imap/<domain-name>/<emailusername>

Jeff