Location of email files

puma75

Verified User
Joined
Feb 10, 2006
Messages
26
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
 
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
 
Back
Top