29 lines
520 B
CFEngine3
29 lines
520 B
CFEngine3
##
|
|
## Dovecot local.conf
|
|
##
|
|
# shared configuration
|
|
namespace shared {
|
|
mailbox Admin {
|
|
auto = subscribe
|
|
}
|
|
mailbox Archive {
|
|
auto = subscribe
|
|
}
|
|
mailbox Sent {
|
|
auto = subscribe
|
|
}
|
|
type = public
|
|
separator = .
|
|
prefix = Shared.
|
|
list = yes
|
|
location = maildir:/var/mail/%d/shared
|
|
}
|
|
|
|
# user+detail addressing
|
|
# the mail to the detail mailbox. See also recipient_delimiter and
|
|
# lda_mailbox_autocreate settings.
|
|
lmtp_save_to_detail_mailbox = yes
|
|
lda_mailbox_autocreate = yes
|
|
recipient_delimiter = +
|
|
|