Add Readme ad Unlicense
This commit is contained in:
parent
1d4f6b3e07
commit
7043ed407e
2 changed files with 35 additions and 0 deletions
11
Readme.md
Normal file
11
Readme.md
Normal 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>`
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue