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 |
|||||||
| 16 | ||||||||
| 17 | ## Documentation |
|||||||
| 18 | ||||||||
| 19 | The [Official Documentation](https://mailu.io/2024.06/cli.html) is very useful. |
|||||||
| 20 | ||||||||
| 21 | ### CLI commands |
|||||||
| 22 | ||||||||
| 23 | #### Create a New Account |
|||||||
| 24 | ||||||||
| 25 | user |
|||||||
| 26 | ---- |
|||||||
| 27 | ||||||||
| 28 | ```bash |
|||||||
| 29 | docker compose exec admin flask mailu user myuser example.net 'password123' |
|||||||
| 30 | ``` |
|||||||
|
31 | |||||||
| 32 | ## Troubleshooting |
|||||||
| 33 | ||||||||
| 34 | ### Emails sent are takinga while or just not arriving |
|||||||
| 35 | ||||||||
| 36 | MailU implements greylisting: this means that it will reject emails from first-time senders, and ask to resend later. This can then take a while. |
|||||||
| 37 | ||||||||
| 38 | For email validation systems, just resend a code immediatly, to get the email. |
|||||||