computer-playbook/roles/docker-mailu
2020-12-29 12:37:56 +01:00
..
files Removed Requires=docker.service 2020-12-29 12:37:56 +01:00
handlers Added restart mailu handlers 2020-12-27 20:17:17 +01:00
meta Implemented mailu draft 2020-12-27 16:16:12 +01:00
tasks optimized mailu paths 2020-12-28 21:24:32 +01:00
templates optimized mailu paths 2020-12-28 21:24:32 +01:00
Readme.md optimized mailu paths 2020-12-28 21:24:32 +01:00

role docker-mailu

setup

delete data

To delete all volumes and data execute:

  rm -vr /etc/mailu/; docker volume rm $(docker volume ls -q | grep mailu_)

Be careful!

ports

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

cli user management

How to manage users is described here: https://mailu.io/master/cli.html

Up

  docker-compose -p mailu up -d

todo

See