Blame
|
1 | # Mailu |
||||||
| 2 | ||||||||
| 3 | The mailu server is installed right from the Mailu docker service. |
|||||||
| 4 | ||||||||
| 5 | Present version is [[Mailu 2024.06](https://mailu.io/2024.06/)] |
|||||||
| 6 | ||||||||
| 7 | The following files are controlling the Mailu service |
|||||||
| 8 | ||||||||
| 9 | - Docker compose yaml file (![[ici]]) |
|||||||
| 10 | - Mailu.env environment file |
|||||||
| 11 | - .env file in the directory |
|||||||
| 12 | ||||||||
| 13 | The .env file is sued to provide the Docker Compose Yaml ([[DCY]])file with |
|||||||
| 14 | variable. It is different from the mailu.env file which provides variables |
|||||||
| 15 | inside the container (but not in the DYC) the mailu.env control |
|||||||