ansible-role-postfix/defaults/main.yml

30 lines
837 B
YAML
Raw Normal View History

2023-03-20 20:01:04 +01:00
---
2023-04-19 11:35:39 +02:00
ansible_managed: "WARNING: Managed via Ansible. Local changes will be overwritten!"
2023-03-31 17:18:39 +02:00
fail2ban_jail_dir: /etc/fail2ban/jail.d
fail2ban_filter_dir: /etc/fail2ban/filter.d
2023-03-20 20:01:04 +01:00
mail_sasl_log: mail-sasl.log
2023-03-31 17:18:39 +02:00
2023-04-27 07:40:50 +02:00
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
2023-03-20 20:01:04 +01:00
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
2023-04-27 07:40:50 +02:00
postfix_pflogsumm_enabled: true
postfix_pflogsumm_mail_subject: "Mailserver Statistics"
postfix_myhostname: "$myorigin"
2023-04-19 12:47:39 +02:00
postfix_relayhost: ""
postfix_type: internet
2023-03-20 20:01:04 +01:00
2023-04-19 12:47:39 +02:00
postfix_alias_maps:
- path: "/etc/aliases"
type: hash
2023-03-31 17:18:39 +02:00
tls_helper_domains_file: tls_domains
tls_helper_postfix_dir: /var/lib/postfix/tls-helper