Meine kleine Dokumentation

Die Installationsdokumentation zu MeineKleineFarm.net

Benutzer-Werkzeuge

Webseiten-Werkzeuge


dovecot_installation

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
dovecot [2016/11/09 21:09] xenadmindovecot_installation [2016/11/23 22:51] xenadmin
Zeile 1: Zeile 1:
-====== Dovecot ====== +====== Dovecot Installation & Konfiguration ======
-<WRAP center round alert 60%> +
-Baustelle / Work in Progress +
-</WRAP>+
 ===== Quelle ===== ===== Quelle =====
   * http://www.binarytides.com/install-postfix-dovecot-debian/   * http://www.binarytides.com/install-postfix-dovecot-debian/
 +  * https://sys4.de/en/blog/2013/03/25/outlook-2013-special-use-mit-dovecot/
  
 ==== Setup ==== ==== Setup ====
Zeile 141: Zeile 139:
   * <code txt>   * <code txt>
 log_path = /var/log/dovecot.log log_path = /var/log/dovecot.log
 +</code>
 +</hidden>
 +
 +==== 15-mailboxes.conf ====
 +<code bash>
 +nano 15-mailboxes.conf
 +</code>
 +<hidden 15-mailboxes.conf -edit>
 +  * <code txt>
 +namespace inbox {
 +
 +  # These mailboxes are widely used and could perhaps be created automatically:
 +  mailbox Drafts {
 +    special_use = \Drafts
 +    auto=subscribe
 +  }
 +
 +  mailbox Junk {
 +    special_use = \Junk
 +    auto=subscribe
 +  }
 +
 +  mailbox Trash {
 +    special_use = \Trash
 +    auto=subscribe
 +  }
 +
 +  # For \Sent mailboxes there are two widely used names. We'll mark both of
 +  # them as \Sent. User typically deletes one of them if duplicates are created.
 +  mailbox Sent {
 +    special_use = \Sent
 +    auto=subscribe
 +  }
 +  mailbox "Sent Messages" {
 +    special_use = \Sent
 +  }
 +
 +  # If you have a virtual "All messages" mailbox:
 +  #mailbox virtual/All {
 +  #  special_use = \All
 +  #  comment = All my messages
 +  #}
 +
 +  # If you have a virtual "Flagged" mailbox:
 +  mailbox virtual/Flagged {
 +    special_use = \Flagged
 +    auto=no
 +    comment = All my flagged messages
 +  }
 +}
 </code> </code>
 </hidden> </hidden>
dovecot_installation.txt · Zuletzt geändert: 2020/02/04 19:50 von xenadmin