Update Makefile

Updated `SASL_PASSWD` to `SASL_PASSWORD` to be consistent with documentation.
This commit is contained in:
Arno Fortelny 2016-04-07 15:05:36 -04:00
parent 5048f8b509
commit 44fd4b26f6
1 changed files with 1 additions and 1 deletions

View File

@ -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 \