2026-02-10 17:24:59 -03:00
|
|
|
# Dovecot mail location configuration
|
|
|
|
|
# Ansible managed: {{ ansible_managed }}
|
|
|
|
|
|
|
|
|
|
mail_location = {{ dovecot_mail_location }}
|
|
|
|
|
namespace inbox {
|
|
|
|
|
inbox = yes
|
2026-02-10 19:06:41 -03:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|
2026-02-10 17:24:59 -03:00
|
|
|
}
|