Merge pull request #2 from aforty/patch-2

Changed $SASL_PASSWD to $SASL_PASSWORD
This commit is contained in:
Arno Fortelny 2016-04-07 15:07:49 -04:00
commit 8bc209aeb9
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 \