Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.38 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.38 KB

Docker Mailz

All-in-one solution to manage mails on a Linux box with a single, simple, human-readable configuration file.

Components

Setup

$ cp config.ini.example config.ini
$ $EDITOR config.ini

Usage

$ make
Mailz, lots of mailz.

All configuration is done via config.ini, enjoy.

spawn            sync configuration and respawn all containers
logs             print containers logs
backup           backup mail data
stop             stop all containers
encrypt          encrypt a password
status           show status of containers
help             print this help

Features

  • Multiple users
  • SSL
  • Webmail
  • Antispam
  • Backups

How To

Everything is managed by config.ini, if you need:

  • to change certificates
  • add a user
  • update a password
  • remove a user
  • change your hostname

Edit config.ini and make spawn.

Integration

The RoundCube virtualhost is compliant with nginx-proxy and works out of the box.

More on my website.