feat(dovecot): add raw additional config option

This commit is contained in:
s3lph 2023-12-16 21:02:28 +01:00
parent dfe0dcd88c
commit e145ae2123
3 changed files with 6 additions and 2 deletions
galaxy.yml
roles/dovecot
defaults/main
templates/etc/dovecot

View file

@ -8,7 +8,7 @@ namespace: s3lph
name: mailserver
# The version of the collection. Must be compatible with semantic versioning
version: '0.4.4'
version: '0.4.5'
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View file

@ -7,3 +7,5 @@ dovecot_hostname: "{{ inventory_hostname }}"
dovecot_lmtp_postmaster_address: root@localhost
dovecot_imap_mail_max_userip_connections: 10
dovecot_additional_config: ""

View file

@ -1068,4 +1068,6 @@ service managesieve {
protocol sieve {
}
{% endif %}
{% endif %}
{{ dovecot_additional_config }}