computer-playbook/roles/docker-mailu
2021-01-05 13:25:59 +01:00
..
handlers Changed docker startup process 2020-12-29 13:20:55 +01:00
meta Renamed native-nginx-docker-proxy to native-docker-reverse-proxy 2021-01-04 09:49:02 +01:00
tasks Allow Mailu uploads up to 31MB 2021-01-05 13:25:59 +01:00
templates Added issue to deactivated fetchmail container @see https://github.com/Mailu/Mailu/issues/1719 2021-01-04 19:00:23 +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