feat(dovecot): add raw additional config option
This commit is contained in:
parent
dfe0dcd88c
commit
e145ae2123
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -7,3 +7,5 @@ dovecot_hostname: "{{ inventory_hostname }}"
|
|||
dovecot_lmtp_postmaster_address: root@localhost
|
||||
|
||||
dovecot_imap_mail_max_userip_connections: 10
|
||||
|
||||
dovecot_additional_config: ""
|
||||
|
|
|
@ -1068,4 +1068,6 @@ service managesieve {
|
|||
protocol sieve {
|
||||
|
||||
}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{{ dovecot_additional_config }}
|
Loading…
Add table
Reference in a new issue