initial commit
This commit is contained in:
28
mail/config/dovecot.cf
Normal file
28
mail/config/dovecot.cf
Normal file
@@ -0,0 +1,28 @@
|
||||
##
|
||||
## 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 = +
|
||||
|
||||
Reference in New Issue
Block a user