anton-reutov 11 лет назад
Родитель
Сommit
97cbfafbed
1 измененных файлов с 24 добавлено и 0 удалено
  1. 24 0
      install/debian/dovecot.conf

+ 24 - 0
install/debian/dovecot.conf

@@ -2,3 +2,27 @@ protocols = imap pop3
 listen = *, ::
 base_dir = /var/run/dovecot/
 !include conf.d/*.conf
+
+    namespace {
+        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
+        }
+        mailbox Junk {
+            auto = subscribe
+            special_use = \Junk
+        }
+    }