Also test on the submission port if the login is succesful (#685)

Fixed location so that opendkim is happy with the correct
file location
This commit is contained in:
Johan Smits 2017-08-19 10:32:47 +02:00 committed by Thomas VIAL
parent 04904e77c4
commit 9978bccbb6
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,2 @@
mail._domainkey.localhost.localdomain localhost.localdomain:mail:/tmp/docker-mailserver/opendkim/keys/localhost.localdomain/mail.private
mail._domainkey.otherdomain.tld otherdomain.tld:mail:/tmp/docker-mailserver/opendkim/keys/otherdomain.tld/mail.private
mail._domainkey.localhost.localdomain localhost.localdomain:mail:/etc/opendkim/keys/localhost.localdomain/mail.private
mail._domainkey.otherdomain.tld otherdomain.tld:mail:/etc/opendkim/keys/otherdomain.tld/mail.private