mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-16 12:24:50 +02:00
Updated Home (markdown)
This commit is contained in:
parent
977cda00a0
commit
def7b55647
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Don't forget to adapt MAIL_USER and MAIL_PASS to your needs
|
||||||
-e MAIL_USER=user1@domain.tld \
|
-e MAIL_USER=user1@domain.tld \
|
||||||
-e MAIL_PASS=mypassword \
|
-e MAIL_PASS=mypassword \
|
||||||
-ti tvial/docker-mailserver:latest \
|
-ti tvial/docker-mailserver:latest \
|
||||||
/bin/sh -c 'echo "$MAIL_USER|$(doveadm pw -s CRAM-MD5 -u $MAIL_USER -p $MAIL_PASS)"' >> config/postfix-accounts.cf
|
/bin/sh -c 'echo "$MAIL_USER|$(doveadm pw -s SHA512-CRYPT -u $MAIL_USER -p $MAIL_PASS)"' >> config/postfix-accounts.cf
|
||||||
|
|
||||||
#### Generate DKIM keys
|
#### Generate DKIM keys
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue