Merge pull request #2 from aforty/patch-2
Changed $SASL_PASSWD to $SASL_PASSWORD
This commit is contained in:
commit
8bc209aeb9
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ run:
|
||||||
-e SA_TAG=1.0 \
|
-e SA_TAG=1.0 \
|
||||||
-e SA_TAG2=2.0 \
|
-e SA_TAG2=2.0 \
|
||||||
-e SA_KILL=3.0 \
|
-e SA_KILL=3.0 \
|
||||||
-e SASL_PASSWD=testing \
|
-e SASL_PASSWORD=testing \
|
||||||
-h mail.my-domain.com -t $(NAME)
|
-h mail.my-domain.com -t $(NAME)
|
||||||
docker run -d --name mail_pop3 \
|
docker run -d --name mail_pop3 \
|
||||||
-v "`pwd`/postfix":/tmp/postfix \
|
-v "`pwd`/postfix":/tmp/postfix \
|
||||||
|
|
Loading…
Reference in New Issue