mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Spamassassin on apollo tries to connect to a local dns resolver, but can't which leads to long timeouts. Flyspray sends mail via SMTP which goes through SA and thus each request that sends a mail will also block for a long time. Fix this by adding unbound as a local resolver which is needed for proper performance of SA since public resolvers are often blocked by blacklists because they send too many requests. Signed-off-by: Florian Pritz <bluewind@xinu.at>
5 lines
69 B
YAML
5 lines
69 B
YAML
---
|
|
|
|
- name: restart unbound
|
|
service: name=unbound state=restarted
|