mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
improve OpenDKIM and OpenDMARC milters integration (#361)
This commit is contained in:
parent
a62062c382
commit
9111a92b18
10 changed files with 24 additions and 44 deletions
|
@ -379,22 +379,6 @@
|
|||
[ "$output" -eq 4 ]
|
||||
}
|
||||
|
||||
#
|
||||
# opendmarc
|
||||
#
|
||||
|
||||
@test "checking opendkim: server fqdn should be added to /etc/opendmarc.conf as AuthservID" {
|
||||
run docker exec mail grep ^AuthservID /etc/opendmarc.conf
|
||||
[ "$status" -eq 0 ]
|
||||
[ "$output" = "AuthservID mail.my-domain.com" ]
|
||||
}
|
||||
|
||||
@test "checking opendkim: server fqdn should be added to /etc/opendmarc.conf as TrustedAuthservIDs" {
|
||||
run docker exec mail grep ^TrustedAuthservID /etc/opendmarc.conf
|
||||
[ "$status" -eq 0 ]
|
||||
[ "$output" = "TrustedAuthservIDs mail.my-domain.com" ]
|
||||
}
|
||||
|
||||
#
|
||||
# ssl
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue