zabbix-server: Correctly set smtp_mynetworks

The `smtp_mynetworks` variable expects a list. Setting it to a string
resulted in each character in the string being interpreted as an item in
the list.
jenkins-master
Dustin 2019-01-04 20:49:49 -06:00
parent f4fad034dc
commit 2b61d80319
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ pg_hba_extra:
user: zabbix user: zabbix
address: '' address: ''
method: md5 method: md5
smtp_mynetworks: localhost smtp_mynetworks:
- localhost