Skip to content
Snippets Groups Projects
Commit f9c1d4b4 authored by Jesse Norell's avatar Jesse Norell
Browse files

enable imap special-use flags

parent 55f8aed6
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ssl_dh = </etc/dovecot/dh.pem ...@@ -10,6 +10,7 @@ ssl_dh = </etc/dovecot/dh.pem
ssl_protocols = !SSLv2 !SSLv3 ssl_protocols = !SSLv2 !SSLv3
ssl_min_protocol = TLSv1 ssl_min_protocol = TLSv1
mail_max_userip_connections = 100 mail_max_userip_connections = 100
mail_plugins = quota
passdb { passdb {
args = /etc/dovecot/dovecot-sql.conf args = /etc/dovecot/dovecot-sql.conf
driver = sql driver = sql
...@@ -83,3 +84,22 @@ protocol lmtp { ...@@ -83,3 +84,22 @@ protocol lmtp {
#2.3+ } #2.3+ }
#2.3+ } #2.3+ }
imap_capability=+SEPCIAL-USE XLIST
namespace inbox {
inbox = yes
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
}
...@@ -7,6 +7,7 @@ mail_privileged_group = vmail ...@@ -7,6 +7,7 @@ mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3 ssl_protocols = !SSLv2 !SSLv3
mail_plugins = quota
passdb { passdb {
args = /etc/dovecot-sql.conf args = /etc/dovecot-sql.conf
driver = sql driver = sql
...@@ -77,3 +78,23 @@ mail_plugins = $mail_plugins quota ...@@ -77,3 +78,23 @@ mail_plugins = $mail_plugins quota
#2.3+ mode = 0660 #2.3+ mode = 0660
#2.3+ } #2.3+ }
#2.3+ } #2.3+ }
imap_capability=+SEPCIAL-USE XLIST
namespace inbox {
inbox = yes
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
}
...@@ -7,6 +7,7 @@ mail_privileged_group = vmail ...@@ -7,6 +7,7 @@ mail_privileged_group = vmail
ssl_cert = </etc/postfix/smtpd.cert ssl_cert = </etc/postfix/smtpd.cert
ssl_key = </etc/postfix/smtpd.key ssl_key = </etc/postfix/smtpd.key
ssl_protocols = !SSLv2 !SSLv3 ssl_protocols = !SSLv2 !SSLv3
mail_plugins = quota
passdb { passdb {
args = /etc/dovecot/dovecot-sql.conf args = /etc/dovecot/dovecot-sql.conf
driver = sql driver = sql
...@@ -76,3 +77,23 @@ mail_plugins = $mail_plugins quota ...@@ -76,3 +77,23 @@ mail_plugins = $mail_plugins quota
#2.3+ mode = 0660 #2.3+ mode = 0660
#2.3+ } #2.3+ }
#2.3+ } #2.3+ }
imap_capability=+SEPCIAL-USE XLIST
namespace inbox {
inbox = yes
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment