Question-Adding Mailbox
What is the purpose of the 'General User' and 'Admin' types when creating a mailbox? Creating either one seems to add the mailbox only in Roundcube, not in BillionMail. Do I have to manually create the user account from Docker every time I want to make an admin account that works in BillionMail?
In the Docker container, I can see the following tables: public | account | table | billionmail public | users | table | billionmail
public.account – This table is used for BillionMail user accounts.
public.users – This table stores Roundcube mail user passwords. These users are added with either the type 'Admin' or 'General User'. This table is only accessible through Roundcube.
The 'General User' and 'Admin' roles are set for future implementation. They currently have no distinction.
BillionMail currently has only one administrator; don't confuse this with mailboxes and accounts.