I've installed Postfix MTA in Xubuntu. Where are all the emails stored in my Postfix server?

link|improve this question
Will you be solving it with programming? – Ignacio Vazquez-Abrams Apr 28 '11 at 7:35
feedback

migrated from stackoverflow.com Apr 28 '11 at 12:55

This question came from our site for professional and enthusiast programmers.

2 Answers

They're stored in their various states at /var/spool/postfix

link|improve this answer
feedback

They're stored in their various states at /var/spool/postfix

Only temporarily. Postfix has numerous supported backends for mail delivery so the answer is, it depends!

It will usually be in either maildir or mbox format under /var/mail/$username with default configs

link|improve this answer
feedback

Your Answer

 
or
required, but never shown