8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
|
# Dovecot mail location configuration
|
||
|
|
# Ansible managed: {{ ansible_managed }}
|
||
|
|
|
||
|
|
mail_location = {{ dovecot_mail_location }}
|
||
|
|
namespace inbox {
|
||
|
|
inbox = yes
|
||
|
|
}
|