Fixed #143 adding a OpenDKIM keys generator and its integration tests

This commit is contained in:
Thomas VIAL 2016-04-20 23:01:32 +02:00
parent c311ef0b5a
commit 4f611eec1d
13 changed files with 124 additions and 36 deletions

View file

@ -15,6 +15,7 @@ run:
# Run containers
docker run -d --name mail \
-v "`pwd`/test/config":/tmp/docker-mailserver \
-v "`pwd`/test/config/test-opendkim":/tmp/docker-mailserver/opendkim \
-v "`pwd`/test":/tmp/docker-mailserver/test \
-e SA_TAG=1.0 \
-e SA_TAG2=2.0 \
@ -60,3 +61,4 @@ tests:
clean:
# Remove running test containers
docker rm -f mail mail_pop3 mail_smtponly mail_fail2ban fail-auth-mailer
rm -rf config/opendkim config/test-opendkim config/tmp