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.
10 lines
139 B
YAML
10 lines
139 B
YAML
apache_mpm: prefork
|
|
pg_hba_extra:
|
|
- type: local
|
|
database: zabbix
|
|
user: zabbix
|
|
address: ''
|
|
method: md5
|
|
smtp_mynetworks:
|
|
- localhost
|