You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.0 KiB
67 lines
1.0 KiB
protocols = imap pop3
|
|
listen = *, ::
|
|
base_dir = /run/dovecot/
|
|
login_greeting = Mail Delivery Agent
|
|
!include conf.d/*.conf
|
|
!include_try conf.d/domains/*.conf
|
|
|
|
service stats {
|
|
unix_listener stats-writer {
|
|
group = mail
|
|
mode = 0660
|
|
user = dovecot
|
|
}
|
|
}
|
|
|
|
namespace {
|
|
type = private
|
|
separator = /
|
|
inbox = yes
|
|
list = yes
|
|
|
|
mailbox Archive {
|
|
auto = subscribe
|
|
special_use = \Archive
|
|
}
|
|
|
|
mailbox Drafts {
|
|
auto = subscribe
|
|
special_use = \Drafts
|
|
}
|
|
|
|
mailbox Trash {
|
|
auto = subscribe
|
|
special_use = \Trash
|
|
}
|
|
|
|
mailbox "Deleted Messages" {
|
|
auto = no
|
|
special_use = \Trash
|
|
}
|
|
|
|
mailbox Spam {
|
|
auto = subscribe
|
|
special_use = \Junk
|
|
}
|
|
|
|
mailbox Junk {
|
|
auto = no
|
|
special_use = \Junk
|
|
}
|
|
|
|
mailbox Sent {
|
|
auto = subscribe
|
|
special_use = \Sent
|
|
}
|
|
|
|
mailbox "Sent Mail" {
|
|
auto = no
|
|
special_use = \Sent
|
|
}
|
|
|
|
mailbox "Sent Messages" {
|
|
auto = no
|
|
special_use = \Sent
|
|
}
|
|
}
|