Postby Valerion » Mon Oct 16, 2006 6:21 am
Are you asking where Scalix saves the mails contained in the different mailboxes? It's stored in /var/opt/scalix, together with user configuration information, server configuration, etc. More specifically, in /var/opt/scalix/data, though that directory is useless without all the others.
The mailstore structure is very complicated, made to be easily read by the server, and to not require the same email to be saved to disk multiple times if delivered to multiple people. However, the tradeoff is that there's no easy way to find where in that structure a mail is stored, or at least not as simple as looking in a file or directory like maildir/mbox does.