Skip to content

Commit a8a0047

Browse files
committed
services/nomad/apps: Include rDNS check for Maddy
1 parent 8e0383b commit a8a0047

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

services/nomad/apps/maddy.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ smtp tcp://0.0.0.0:25 {
5858
dmarc yes
5959
check {
6060
require_mx_record
61+
require_matching_rdns
6162
dkim
6263
spf
6364

64-
dnsbl zen.spamhaus.org
65-
65+
dnsbl zen.spamhaus.org bl.spamcop.net b.barracudacentral.org
6666
}
6767

6868
source $(local_domains) {
@@ -88,11 +88,11 @@ submission tls://0.0.0.0:465 tcp://0.0.0.0:587 {
8888

8989
check {
9090
require_mx_record
91+
require_matching_rdns
9192
dkim
9293
spf
9394

94-
dnsbl zen.spamhaus.org
95-
95+
dnsbl zen.spamhaus.org bl.spamcop.net b.barracudacentral.org
9696
}
9797

9898
source $(local_domains) {

0 commit comments

Comments
 (0)