Add Readme ad Unlicense

This commit is contained in:
Oliver Hattshire 2025-10-20 22:34:03 -03:00
parent 1d4f6b3e07
commit 7043ed407e
2 changed files with 35 additions and 0 deletions

11
Readme.md Normal file
View file

@ -0,0 +1,11 @@
# Service[mail]: Mailserver (Postfix+Dovecot+...)
Simple Mail server
## Usage
### Setup
0. Setup your dns to correctly and securely point to where this will be deployed.
1. Set `DOMAIN_NAME` in `.env`.
2. Run `docker compose up -d`
3. Add user using `docker compose exec -ti mail setup email add <EMAIL@DOMAIN_NAME>`