소스 검색

Update dovecot.conf

anton-reutov 11 년 전
부모
커밋
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 = *, ::
 listen = *, ::
 base_dir = /var/run/dovecot/
 base_dir = /var/run/dovecot/
 !include conf.d/*.conf
 !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
+        }
+    }