revert the renaming of virtual_users to virtual_mailboxes

It does not really add much value and makes things more complicated
during migration. Plus the table contains passwords so it's more than
just the mailboxes.
This commit is contained in:
Christoph Haas 2025-08-24 16:33:00 +02:00
parent 28edb36704
commit 6de9d4f6c7
5 changed files with 10 additions and 10 deletions

View file

@ -29,7 +29,6 @@ organisation. So I replaced resource-hungry components by more lightweight softw
of RAM wasted for this little amount of data we need to store. So this guide uses _SQLite_ instead.
- rsyslogd was a classic choice to write log files like /var/log/mail.log. As Debian is using _systemd_ we no longer
need rsyslogd and logrotate. The logs can be read using _journalctl_ instead.
- The MariaDB table `virtual_users` is renamed to `virtual_mailboxes` because it resembles how Postfix calls them.
# Version changes