Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi2: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
lpi2:dovecot-imapd [2019/02/12 05:24]
127.0.0.1 Externe Bearbeitung
lpi2:dovecot-imapd [2022/01/09 12:31] (aktuell)
Zeile 1: Zeile 1:
 ====== Installation dovecot-imapd ====== ====== Installation dovecot-imapd ======
-Vorraussetzung: ​ein SMTP-Server ( z.B. [[postfix-dovecot-imapd]] )+Vorraussetzung: ​ 
 + 
 +  * [[dovecot]]  
 +  * SMTP-Server ​übergibt Mails an Dovecot ​( z.B. [[postfix-dovecot-imapd]] )
  
 ===== Benötigte Pakete ===== ===== Benötigte Pakete =====
-Debian ( ab 5.0 ): +  * Debian ( ab 5.0 ):  ​''​dovecot-imapd''​ 
-  ​dovecot-imapd+  * openSuSE ( ab 11.4 ): ''​dovecot20''​ 
 +  * centOS ( ab 6 ): ''​dovecot''​
  
-openSuSE ( ab 11.4 ): +===== Authentifizierung testen ​===== 
-  dovecot20 +  ​doveadm user nutzer15 
- +  ​doveadm auth login nutzer15 
-centOS ( ab 6 ): +  ​doveadm auth test nutzer15
-  dovecot +
- +
-===== Minimalkonfiguration Dovecot-IMAP ​===== +
-Default Konfiguration funktioniert out of the box. Ansehen mit: +
-  ​doveconf -n +
- +
-=== Debian 9 === +
-Bei Debian empfehlen wir das Mailbox Format auf Maildir umzustellen:​ +
- +
-<file txt "/​etc/​dovecot/​conf.d/​10-mail.conf">​ +
-… +
-mail_location = maildir:​~/​Maildir +
-… +
-</​file>​+
  
 ===== testen ===== ===== testen =====
-Vor dem Testen dem Empfänger eine Mail schicken ... ((Achtung Falle: Maildir muss existieren))+Vor dem Testen dem Empfänger eine Mail schicken ...
  
   swaks -f iw@test -t nutzer15@localhost -s localhost   swaks -f iw@test -t nutzer15@localhost -s localhost
Zeile 51: Zeile 41:
 ==== IMAP mit mutt ==== ==== IMAP mit mutt ====
   mutt -f imap://​nutzer15@localhost   mutt -f imap://​nutzer15@localhost
 +
 +==== Benutzername and IP Addresse des Clients anzeigen ====
 +Mit doveadm:
 +  doveadm who
 +
 +In der Prozessliste anzeige, so das man das mit ps sieht:
 +<file txt /​etc/​dovecot/​dovecot.conf>​
 +
 +verbose_proctitle = yes
 +
 +</​file>​((https://​doc.dovecot.org/​settings/​dovecot_core_settings/#​verbose_proctitle))
  
 ===== Tools ===== ===== Tools =====
lpi2/dovecot-imapd.1549949081.txt.gz · Zuletzt geändert: 2019/02/12 05:24 von 127.0.0.1