# Mailu The mailu server is installed right from the Mailu docker service. Present version is [[Mailu 2024.06](https://mailu.io/2024.06/)] The following files are controlling the Mailu service - Docker compose yaml file (![[ici]]) - Mailu.env environment file - .env file in the directory The .env file is sued to provide the Docker Compose Yaml ([[DCY]])file with variable. It is different from the mailu.env file which provides variables inside the container (but not in the DYC) the mailu.env control ## Documentation The [Official Documentation](https://mailu.io/2024.06/cli.html) is very useful. ### CLI commands #### Create a New Account user ---- ```bash docker compose exec admin flask mailu user myuser example.net 'password123' ```