Skip to content
Snippets Groups Projects
Verified Commit bdd538ec authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Use unbound for rspamd DNS resolving

To not run into rate-limits when resolving DNS records from rspamd, use
our own local recursive resolver.
parent 822a4918
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
- { role: postfix, postfix_server: true, postfix_smtpd_public: true, tags: ['mail'] }
- { role: dovecot }
- { role: rspamd, tags: ["mail"] }
- { role: unbound, tags: ["mail"] }
- { role: unbound, unbound_port: 5353, tags: ["mail"] }
- { role: postfwd, tags: ['mail'] }
- { role: archusers }
- { role: fail2ban }
......
dns {
nameserver = ["127.0.0.1:5353"];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment