Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi2:postfix-dovecot-imapd

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
lpi2:postfix-dovecot-imapd [2014/02/27 00:07]
ingo_wichmann
lpi2:postfix-dovecot-imapd [2019/10/30 10:23]
ingo_wichmann [Dovecot Maildir Konfiguration]
Zeile 3: Zeile 3:
  
 ===== Einfach: Maildir ===== ===== Einfach: Maildir =====
 +==== Dovecot Maildir Konfiguration ====
 +<file txt /​etc/​dovecot/​conf.d/​10-mail.conf>​
 +
 +mail_location = maildir:​~/​Maildir
 +
 +</​file>​
 +
 +  service dovecot reload
 +=== prüfen ===
 +  doveconf mail_location
 +
 ==== Postfix Maildir Konfiguration ==== ==== Postfix Maildir Konfiguration ====
  
-''/​etc/​postfix/​main.cf''​ : ( Debian 5.0, openSuSE 12.1 )+''/​etc/​postfix/​main.cf''​ : ( Debian ​ab 5.0, openSuSE 12.1 )
 <​file>​ <​file>​
 home_mailbox = Maildir/ home_mailbox = Maildir/
 mailbox_command = mailbox_command =
 +</​file>​
 +
 +=== Testen mit mutt ===
 +<file txt ~/​.muttrc>​
 +set mbox_type=Maildir
 +set folder="​~/​Maildir/"​
 +set mbox="​~/​Maildir/"​
 +set spoolfile="​~/​Maildir/"​
 </​file>​ </​file>​
  
 ===== Performanter:​ LMTP ===== ===== Performanter:​ LMTP =====
-Pakete: +=== Pakete ​=== 
-  ​* ​Debian (7): ''​dovecot-lmtpd'​+Debian (7): ''​dovecot-lmtpd''​
-==== Postfix ==== +
-  postconf -e '​mailbox_transport = lmtp:​unix:​private/​dovecot-lmtp'+
  
-==== Dovecot 2.==== +==== Dovecot 2.==== 
-''​/​etc/​dovecot/​conf.d/​10-master.conf''​ : ( openSuSE 12.1 ) +( Debian 8 ) 
-<file>+<file raw /​etc/​dovecot/​conf.d/​10-auth.conf>
 auth_username_format = %Ln auth_username_format = %Ln
 +</​file>​
 +((''​auth_username_format''​ ist essentiell, weil [[wpde>​LMTP]] bei der Zustellung nach diesem Verzeichnis sucht))
 +
 +( openSuSE 12.1, debian 8 )\\
 +<file raw /​etc/​dovecot/​conf.d/​10-master.conf>​
 service lmtp { service lmtp {
   unix_listener /​var/​spool/​postfix/​private/​dovecot-lmtp {   unix_listener /​var/​spool/​postfix/​private/​dovecot-lmtp {
Zeile 29: Zeile 51:
 } }
 </​file>​ </​file>​
 +
 +( openSUSE Leap 42.1, debian 8 )\\
 +Existiert noch kein ''​~./​Maildir'',​ schlägt die storage auto detection von dovecot fehl.
 +<file raw /​etc/​dovecot/​conf.d/​10-mail.conf>​
 +mail_location = maildir:​~/​Maildir
 +</​file>​
 +
 +==== Postfix ====
 +  postconf -e '​mailbox_transport = lmtp:​unix:​private/​dovecot-lmtp'​
 +
 ====== Dokumentation ====== ====== Dokumentation ======
   * http://​wiki2.dovecot.org/​HowTo/​PostfixDovecotLMTP   * http://​wiki2.dovecot.org/​HowTo/​PostfixDovecotLMTP
lpi2/postfix-dovecot-imapd.txt · Zuletzt geändert: 2024/04/25 09:04 (Externe Bearbeitung)