Disable logging SASL messages to special file

We can use mail.log or journald instead
This commit is contained in:
phil 2023-11-03 22:35:37 +01:00
parent 0616b07940
commit 9c6b7d7afb
3 changed files with 0 additions and 22 deletions

View file

@ -20,11 +20,6 @@
tags: onionmx
when: postfix_onionmx is defined and postfix_onionmx
- name: Fail2ban
ansible.builtin.import_tasks: fail2ban.yml
tags: fail2ban
when: postfix_type == "internet"
- name: TLS-helper
ansible.builtin.import_tasks: tls-helper.yml
tags: tls-helper