CourierMTA/README.md
damage d19439d6aa
Some checks failed
continuous-integration/drone/push Build is failing
README.md aktualisiert
2024-06-30 20:54:48 +02:00

583 B

Build Status

docker-courier

Docker image providing full Courier MTA 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