Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:hosting:mailu [2022/02/22 18:51] – scipio | projects:hosting:mailu [2022/03/14 10:24] (current) – removed sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Mailu ====== | ||
- | |||
- | |||
- | |||
- | Creazione dominio | ||
- | < | ||
- | docker-compose exec admin flask mailu domain csgalileo.com | ||
- | </ | ||
- | |||
- | assegnare poi il manager al nuovo dominio editando data/ | ||
- | < | ||
- | docker-compose exec admin flask mailu config-import -uv < migration/ | ||
- | </ | ||
- | |||
- | |||
- | |||
- | Creazione utente | ||
- | |||
- | < | ||
- | docker-compose exec admin flask mailu user-import scipio csgalileo.com ' | ||
- | |||
- | </ | ||
- | |||
- | |||
- | ====== prereq ====== | ||
- | |||
- | < | ||
- | zfs create -o mountpoint=/ | ||
- | </ | ||
- | |||
- | ===== install ===== | ||
- | |||
- | |||
- | create configuration on https:// | ||
- | |||
- | create mariadb container | ||
- | |||
- | create admin | ||
- | < | ||
- | |||
- | docker-compose -p mailu exec admin flask mailu admin admin iotaiuto.it xxxx | ||
- | </ | ||
- | ===== migration from iredmail ===== | ||
- | |||
- | * https:// | ||
- | * imapsync | ||
- | |||