PDA

View Full Version : Email subdirectory


CCSI
12-08-2003, 04:19 PM
I am coming from the Windows/Ensim environment.

I am looking for the subdirectory where emails for individual email acounts are stored until the user downloads.

Thanks in advance!

David

ProWebUK
12-08-2003, 05:16 PM
Run the following to check, I think DirectAdmin may be stored in a different location to the default of exim for storage quota reasons.

# locate inbox
# locate *account_name*

One of the results im hoping will have the correct path to the files.

Chris

teedee
12-09-2003, 12:57 AM
the files are in

/var/spool/virtual/domain.com/

CCSI
12-09-2003, 06:33 AM
Guys,

I have found the subdirectory that you are talking about... but there are no individual emails, just a file without and extension that is the exact same name as the email address (without the @domain.com)....

How do you look inside that file?

Thanks again.

David

ProWebUK
12-09-2003, 08:58 AM
# cd /var/spool/virtual/domain.com/
# pico -w user

you *should* see a list of all current emails that have *not yet* been downloaded by the user.

To test send yourself an email, close your email client for a moment then check that user.

Chris

DirectAdmin Support
12-09-2003, 11:38 AM
Hello,

The reason that they are only one file is because it's using the mbox format instead of the Maildir format. All emails are in the one file.

John