mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.92k stars 1.43k forks source link

Readme.md doesn't include database information #2392

Open 825i opened 4 months ago

825i commented 4 months ago

What database is used to store all of the emails?

I assume SQL/PostgreSQL or something else.

JoshData commented 4 months ago

Email messages are stored with Dovecot's Maildir setting:

https://doc.dovecot.org/configuration_manual/mail_location/Maildir/

(Configured at https://github.com/mail-in-a-box/mailinabox/blob/main/setup/mail-dovecot.sh#L64.)