From 44fd4b26f6d31f09b4981035b5d8be883b1805a8 Mon Sep 17 00:00:00 2001 From: Arno Fortelny Date: Thu, 7 Apr 2016 15:05:36 -0400 Subject: [PATCH] Update Makefile Updated `SASL_PASSWD` to `SASL_PASSWORD` to be consistent with documentation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03899b5c..e517b411 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ run: -e SA_TAG=1.0 \ -e SA_TAG2=2.0 \ -e SA_KILL=3.0 \ - -e SASL_PASSWD=testing \ + -e SASL_PASSWORD=testing \ -h mail.my-domain.com -t $(NAME) docker run -d --name mail_pop3 \ -v "`pwd`/postfix":/tmp/postfix \