computer-playbook/roles/docker-mailu
2020-12-27 16:16:12 +01:00
..
files Implemented role docker-mailu 2020-12-27 13:22:47 +01:00
handlers Implemented role docker-mailu 2020-12-27 13:22:47 +01:00
meta Implemented mailu draft 2020-12-27 16:16:12 +01:00
tasks Implemented mailu draft 2020-12-27 16:16:12 +01:00
templates Implemented mailu draft 2020-12-27 16:16:12 +01:00
Readme.md Implemented mailu draft 2020-12-27 16:16:12 +01:00

role docker-mailu

Keep in mind to change the conflicting ports manual. Execute

  netstat -tulpn

to verify that there aren't port conflicts

admin account

Before you can use Mailu, you must create the primary administrator user account. This should be admin@{{hostname}}. Use the following command, changing PASSWORD to your liking:

  docker-compose -p mailu exec admin flask mailu admin admin {{hostname}} PASSWORD

See