BillionMail icon indicating copy to clipboard operation
BillionMail copied to clipboard

Question-Adding Mailbox

Open aesuuuu opened this issue 6 months ago • 1 comments

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.

aesuuuu avatar Jun 11 '25 01:06 aesuuuu

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.

dreambladeflag avatar Jun 11 '25 09:06 dreambladeflag