Sfoglia il codice sorgente

Update dovecot.conf

anton-reutov 11 anni fa
parent
commit
b1014c9cce
1 ha cambiato i file con 0 aggiunte e 24 eliminazioni
  1. 0 24
      install/ubuntu/dovecot.conf

+ 0 - 24
install/ubuntu/dovecot.conf

@@ -2,27 +2,3 @@ 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
-        }
-    }