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-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-04-23 08:09:47 +02:00
|
|
|
|
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"
|
2023-04-19 12:10:28 +02:00
|
|
|
postfix_myhostname: "$myorigin"
|
2023-11-08 09:03:26 +01:00
|
|
|
postfix_myorigin: "{{ ansible_hostname }}"
|
2023-04-19 12:47:39 +02:00
|
|
|
postfix_relayhost: ""
|
2023-06-28 08:04:06 +02:00
|
|
|
postfix_smtpd_maxproc: 100
|
2023-04-19 12:10:28 +02:00
|
|
|
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
|
2023-10-11 21:31:12 +02:00
|
|
|
|
|
|
|
postfix_postscreen_dnsbl_sites:
|
|
|
|
- name: bl.spamcop.net
|
|
|
|
multiplier: 1
|
|
|
|
- name: ix.dnsbl.manitu.net
|
|
|
|
multiplier: 2
|
|
|
|
- name: "zen.spamhaus.org=127.0.0.[2..11]"
|
|
|
|
multiplier: 2
|
2023-11-08 08:02:31 +01:00
|
|
|
|
|
|
|
postfix_blocked_domains: []
|
|
|
|
postfix_blocked_senders: []
|
2023-11-08 09:03:26 +01:00
|
|
|
|
|
|
|
postfix_tls_helper_allowlist: []
|