reformat
This commit is contained in:
parent
9d9de923c8
commit
968b6b7fb6
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
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, we’ll store the configuration in a small SQLite database file. Postfix, Dovecot, and Roundcube
|
||||
will all read from this database to know which domains exist, which users they have, and where each email should go. You
|
||||
will create that simple database on the next page.
|
||||
To make all this work, we’ll store the configuration in a small MariaDB database. Postfix, Dovecot, and Roundcube will
|
||||
all read from this database to know which domains exist, which users they have, and where each email should go. You will
|
||||
create that simple database on the next page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue