Files
ansible_role_mail/templates/10-mail.conf.j2

28 lines
485 B
Plaintext
Raw Normal View History

# Dovecot mail location configuration
# Ansible managed: {{ ansible_managed }}
mail_location = {{ dovecot_mail_location }}
namespace inbox {
inbox = yes
mailbox Drafts {
special_use = \Drafts
auto = subscribe
}
mailbox Junk {
special_use = \Junk
auto = subscribe
}
mailbox Trash {
special_use = \Trash
auto = subscribe
}
mailbox Sent {
special_use = \Sent
auto = subscribe
}
mailbox "Sent Messages" {
special_use = \Sent
}
}