From 850a3e443a90d3a45d469f3dfcf04524741d91ff Mon Sep 17 00:00:00 2001 From: Thomas Schmit Date: Sun, 15 May 2016 13:08:50 +0200 Subject: [PATCH] Create the postfix-accounts.cf file before using Docker --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index ebe48ef..36bd062 100644 --- a/Home.md +++ b/Home.md @@ -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 \