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

Nächste Überarbeitung
Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
lpi2:postfix-dovecot-imapd [2012/03/23 07:27]
127.0.0.1 Externe Bearbeitung
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 =====
-==== Postfix ==== +=== Pakete ​=== 
-  ​postconf -e 'mailbox_transport = lmtp:​unix:​private/​dovecot-lmtp'+Debian (7): ''​dovecot-lmtpd''
  
-==== 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 27: 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)