23 lines
647 B
YAML
23 lines
647 B
YAML
---
|
|
ansible_managed: "WARNING: Managed via Ansible. Local changes will be overwritten!"
|
|
|
|
fail2ban_jail_dir: /etc/fail2ban/jail.d
|
|
fail2ban_filter_dir: /etc/fail2ban/filter.d
|
|
|
|
mail_sasl_log: mail-sasl.log
|
|
|
|
postfix_conf_dir: /etc/postfix/conf.d
|
|
postfix_daemon_dir: /usr/lib/postfix/sbin
|
|
postfix_default_db_type: cdb
|
|
postfix_dhparam_file: /etc/ssl/private/dhparam.pem
|
|
postfix_pflogsum_mail_subject: "Mailserver Statistics"
|
|
postfix_myhostname: "$myorigin"
|
|
postfix_relayhost: ""
|
|
postfix_type: internet
|
|
|
|
postfix_alias_maps:
|
|
- path: "/etc/aliases"
|
|
type: hash
|
|
|
|
tls_helper_domains_file: tls_domains
|
|
tls_helper_postfix_dir: /var/lib/postfix/tls-helper
|