ansible-roles/dovecot/defaults/main.yml

13 lines
326 B
YAML
Raw Permalink Normal View History

---
2024-02-01 16:42:45 +01:00
general_alert_email: "root@localhost"
2024-01-09 17:13:22 +01:00
log2mail_alert_email: Null
2024-02-07 16:14:29 +01:00
dovecot_vmail_uid: 5000
dovecot_vmail_gid: 5000
2024-02-07 16:14:29 +01:00
ldap_hostname: "{{ ansible_hostname }}"
ldap_domain: "{{ ansible_domain }}"
ldap_suffix: "dc={{ ldap_hostname }},dc={{ ldap_domain.split('.')[-2] }},dc={{ ldap_domain.split('.')[-1] }}"
ldap_enabled: False