From 63d525980f884fc3c7fc44753de257f832af5ce6 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 25 Apr 2016 06:06:15 +0200 Subject: [PATCH] Updated Configure Accounts (markdown) --- Configure-Accounts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configure-Accounts.md b/Configure-Accounts.md index 9fffb35..64ac847 100644 --- a/Configure-Accounts.md +++ b/Configure-Accounts.md @@ -10,8 +10,9 @@ To generate the password you could run for example the following: docker run --rm \ -e MAIL_USER=user1@domain.tld \ + -e MAIL_PASS=mypassword \ -ti tvial/docker-mailserver:v2 \ - /bin/sh -c 'echo "$MAIL_USER|$(doveadm pw -s CRAM-MD5 -u $MAIL_USER )"' + /bin/sh -c 'echo "$MAIL_USER|$(doveadm pw -s CRAM-MD5 -u $MAIL_USER -p $MAIL_PASS)"' >> config/postfix-accounts.cf You will be asked for a password. Just copy all the output string in the file `config/postfix-accounts.cf`.