Files
configpolicy/group_vars/zabbix-server.yml
Dustin C. Hatch cdf2869ef1 zabbix-server: Only allow local SMTP relay
The Zabbix server also serves an SMTP relay, to minimize reliance on
external services when sending notifications. Since it inherits
configuration of the relay from the general *smtp-relay* group, it ends
up allowing all hosts to relay off of it. To avoid this, we set
`smtp_rmynetworks` at the *zabbix-server* group level to only allow the
local machine to relay messages.
2018-10-13 11:47:55 -05:00

9 lines
137 B
YAML

apache_mpm: prefork
pg_hba_extra:
- type: local
database: zabbix
user: zabbix
address: ''
method: md5
smtp_mynetworks: localhost