Create the postfix-accounts.cf file before using Docker

This commit is contained in:
Thomas Schmit 2016-05-15 13:08:50 +02:00
parent d113a5717f
commit 049c9a8311
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Adapt this file with your FQDN.
Don't forget to adapt MAIL_USER and MAIL_PASS to your needs
mkdir -p config
touch config/postfix-accounts.cf
docker run --rm \
-e MAIL_USER=user1@domain.tld \
-e MAIL_PASS=mypassword \