CourierMTA/README.md
2022-03-29 21:10:40 +02:00

15 lines
454 B
Markdown

# docker-courier
Docker image providing full [Courier MTA](http://www.courier-mta.org/) suite (not just IMAP)
# Usage
1. `cp env.example .env`
2. edit .env
3. make sure volume directories are present
4. `docker-compose up -d`
# add users
1. `echo -n 'mypassword' |openssl sha256 -binary |base64`
2. add new user to userdb:
`user@example.org systempw={SHA256}<your generated hash goes here>|home=/mail/user|uid=8|gid=12|mail=/mail/user/maildir`