30 lines
864 B
YAML
30 lines
864 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
|
|
|
|
pflogsumm_cron_hour: "06"
|
|
pflogsumm_cron_minute: "24"
|
|
pflogsumm_options: "--detail 8 --problems-first --no-no-msg-size"
|
|
pflogsumm_file: /var/log/mail.log.1
|
|
|
|
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_pflogsumm_enabled: true
|
|
postfix_pflogsumm_mail_subject: "Mailserver Statistics"
|
|
postfix_myhostname: "$myorigin"
|
|
postfix_relayhost: ""
|
|
postfix_smtpd_maxproc: 100
|
|
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
|