phiilu / mailman

Mailman is a GUI to help you manage your email accounts stored in a MySQL/MariaDB database.
MIT License
70 stars 10 forks source link

Password for admin #24

Closed danst0 closed 6 years ago

danst0 commented 6 years ago

Hi,

What ist the standard password for the site admin?

Daniel

phiilu commented 6 years ago

Hey

There is no default admin account you have to configure an existing user from your DB as the admin. Set the MAILMAN_ADMIN variable in .env to your existing email like so:

MAILMAN_ADMIN=daniel@yourdomain.com

See .env configuration options here.

sfreddy commented 6 years ago

Hi, I also have the problem with the user and password.

I have adjusted the .env, but the users for the DB are all @localhost. What can you do.

Thank you

FrankP1970 commented 6 years ago

Same Problem here. Anyone who can help?

FrankP1970 commented 6 years ago

O.K. Problem solved. It is not a mysql/mariadb user, ist is a mailserver user. You have to insert at least one domain and user in the database manually as Thomas Leister explained here : https://thomas-leister.de/mailserver-debian-stretch/#neuen-e-mail-account-anlegen. Doing that and everything works fine. Great work phiilu.

Archehandoro commented 5 years ago

O.K. Problem solved. It is not a mysql/mariadb user, ist is a mailserver user. You have to insert at least one domain and user in the database manually as Thomas Leister explained here : https://thomas-leister.de/mailserver-debian-stretch/#neuen-e-mail-account-anlegen. Doing that and everything works fine. Great work phiilu.

That didn't work for me. I have been using Thomas' setup for a while and created users manually. I can't login with any of the users I have in the db :(