mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
hotfix for dovecot namespace on ubuntu 18.04
This commit is contained in:
parent
561d7e9f01
commit
d05a02e0b6
3 changed files with 17 additions and 21 deletions
|
@ -2,3 +2,8 @@ mail_privileged_group = mail
|
|||
mail_access_groups = mail
|
||||
mail_location = maildir:%h/mail/%d/%n
|
||||
pop3_uidl_format = %08Xu%08Xv
|
||||
namespace inbox {
|
||||
inbox = yes
|
||||
}
|
||||
first_valid_uid = 1000
|
||||
mbox_write_locks = fcntl
|
||||
|
|
|
@ -2,23 +2,3 @@ protocols = imap pop3
|
|||
listen = *, ::
|
||||
base_dir = /var/run/dovecot/
|
||||
!include conf.d/*.conf
|
||||
|
||||
namespace inbox {
|
||||
type = private
|
||||
separator = /
|
||||
prefix =
|
||||
inbox = yes
|
||||
|
||||
mailbox Sent {
|
||||
auto = subscribe
|
||||
special_use = \Sent
|
||||
}
|
||||
mailbox Drafts {
|
||||
auto = subscribe
|
||||
special_use = \Drafts
|
||||
}
|
||||
mailbox Trash {
|
||||
auto = subscribe
|
||||
special_use = \Trash
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue