2026-02-10 17:24:59 -03:00
|
|
|
# Dovecot configuration file
|
|
|
|
|
# Ansible managed: {{ ansible_managed }}
|
|
|
|
|
|
|
|
|
|
protocols = {{ dovecot_protocols }}
|
2026-02-11 16:36:01 -03:00
|
|
|
{% if dovecot_imap_capability | default('') | length > 0 %}
|
|
|
|
|
|
|
|
|
|
protocol imap {
|
|
|
|
|
imap_capability = {{ dovecot_imap_capability }}
|
|
|
|
|
}
|
|
|
|
|
{% endif %}
|
2026-02-10 17:24:59 -03:00
|
|
|
|
|
|
|
|
# Dictionary of configuration files
|
|
|
|
|
!include conf.d/*.conf
|