This commit is contained in:
Christoph Haas 2025-08-20 00:35:32 +02:00
parent 9d9de923c8
commit 968b6b7fb6

View file

@ -23,6 +23,6 @@ This is what _virtual domains_ are for. You give your mail server a list of doma
receive emails for them. Your users will also have passwords that they need to type in to retrieve their emails. You can receive emails for them. Your users will also have passwords that they need to type in to retrieve their emails. You can
even set up mailing lists that take messages sent to one address and forward them to several users at once. even set up mailing lists that take messages sent to one address and forward them to several users at once.
To make all this work, well store the configuration in a small SQLite database file. Postfix, Dovecot, and Roundcube To make all this work, well store the configuration in a small MariaDB database. Postfix, Dovecot, and Roundcube will
will all read from this database to know which domains exist, which users they have, and where each email should go. You all read from this database to know which domains exist, which users they have, and where each email should go. You will
will create that simple database on the next page. create that simple database on the next page.