Benutzer-Werkzeuge

Webseiten-Werkzeuge


tachtler:dovecot_master-user

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
tachtler:dovecot_master-user [2014/03/24 15:01] – [Neustart] klaustachtler:dovecot_master-user [2015/07/09 13:45] (aktuell) – [Login-Test mit telnet] klaus
Zeile 1: Zeile 1:
 ====== Dovecot Master-User ====== ====== Dovecot Master-User ======
 +
 +|   Diese Dokumentation ist nach dem Kurs: [[http://dovecot.org|Dovecot]] bei //[[http://www.heinlein-support.de|www.heinlein-support.de]]// - **//Peer Heinlein//** entstanden. Hier noch einmal **meinen Dank für die Informationen** und das ☛ **Buch:** [[http://www.opensourcepress.de/de/produkte/Dovecot/13560/978-3-95539-074-7|Dovecot]] ☚   |
  
 :!: **HINWEIS** - **Die Nachfolgende Konfiguration von [[http://dovecot.org|Dovecot]] setzt eine lauffähige Installation von [[http://dovecot.org|Dovecot]] voraus, wie unter nachfolgendem internen Link beschrieben !!!** :!: **HINWEIS** - **Die Nachfolgende Konfiguration von [[http://dovecot.org|Dovecot]] setzt eine lauffähige Installation von [[http://dovecot.org|Dovecot]] voraus, wie unter nachfolgendem internen Link beschrieben !!!**
   * **[[tachtler:dovecot_centos_6|Dovecot CentOS 6]]**   * **[[tachtler:dovecot_centos_6|Dovecot CentOS 6]]**
 +  * **[[tachtler:dovecot_centos_7|Dovecot CentOS 7]]**
  
 [[http://dovecot.org//|{{:tachtler:index:dovecot-48x48.png }}]]  [[http://dovecot.org//|{{:tachtler:index:dovecot-48x48.png }}]] 
Zeile 89: Zeile 92:
 Ähnlich wie bei der Konfiguration unter nachfolgendem internen Link  Ähnlich wie bei der Konfiguration unter nachfolgendem internen Link 
   * [[tachtler:dovecot_centos_6#konfiguration_-_authentifizierungpasswd-file|Dovecot CentOS 6 - Konfiguration - Authentifizierung: passwd-file]]   * [[tachtler:dovecot_centos_6#konfiguration_-_authentifizierungpasswd-file|Dovecot CentOS 6 - Konfiguration - Authentifizierung: passwd-file]]
 +  * [[tachtler:dovecot_centos_7#konfiguration_-_authentifizierungpasswd-file|Dovecot CentOS 7 - Konfiguration - Authentifizierung: passwd-file]]
 von [[http://dovecot.org|Dovecot]] und dem internen Link von [[http://dovecot.org|Dovecot]] und dem internen Link
   * [[tachtler:dovecot_centos_6#etc_dovecot_confd_10-authconf1|Dovecot CentOS 6 - Konfiguration - Authentifizierung: passwd-file - /etc/dovecot/conf.d/10-auth.conf]]   * [[tachtler:dovecot_centos_6#etc_dovecot_confd_10-authconf1|Dovecot CentOS 6 - Konfiguration - Authentifizierung: passwd-file - /etc/dovecot/conf.d/10-auth.conf]]
 +  * [[tachtler:dovecot_centos_7#etc_dovecot_confd_10-authconf1|Dovecot CentOS 7 - Konfiguration - Authentifizierung: passwd-file - /etc/dovecot/conf.d/10-auth.conf]]
 ist auch hier eine Anpassung der Konfigurationsdatei ist auch hier eine Anpassung der Konfigurationsdatei
   * ''/etc/dovecot/conf.d/10-auth.conf''   * ''/etc/dovecot/conf.d/10-auth.conf''
Zeile 173: Zeile 178:
 <code> <code>
 # doveconf -n # doveconf -n
-# 2.2.10: /etc/dovecot/dovecot.conf +# 2.2.18: /etc/dovecot/dovecot.conf 
-# OS: Linux 2.6.32-431.5.1.el6.x86_64 x86_64 CentOS release 6.(Final+# OS: Linux 3.10.0-229.7.2.el7.x86_64 x86_64 CentOS Linux release 7.1.1503 (Core 
 auth_debug = yes auth_debug = yes
 +auth_debug_passwords = yes
 auth_master_user_separator = * auth_master_user_separator = *
 +auth_mechanisms = plain digest-md5 cram-md5 login
 auth_verbose = yes auth_verbose = yes
 disable_plaintext_auth = no disable_plaintext_auth = no
 +listen = *
 mail_debug = yes mail_debug = yes
 mail_location = maildir:~/Maildir mail_location = maildir:~/Maildir
Zeile 227: Zeile 235:
   driver = passwd-file   driver = passwd-file
 } }
-verbose_proctitle = yes +verbose_proctitle = yes</code>
-</code>+
  
 :!: **HINWEIS** - **die Konfiguration des ''dovecot''-Daemon/Dienst konnte korrekt gelesen werden, wenn die Konfiguration erscheint, was letztendlich zwar __nicht__ bedeutet, das Sie auch korrekt ist, aber syntaktische Fehler ausschließt !!!** :!: **HINWEIS** - **die Konfiguration des ''dovecot''-Daemon/Dienst konnte korrekt gelesen werden, wenn die Konfiguration erscheint, was letztendlich zwar __nicht__ bedeutet, das Sie auch korrekt ist, aber syntaktische Fehler ausschließt !!!**
  
-Danach kann der **dovecot**-Server mit nachfolgendem Befehle **neu** gestartet werden:+Danach kann der **dovecot**-Server mit nachfolgendem Befehl **neu** gestartet werden:
 <code> <code>
 # service dovecot restart # service dovecot restart
 Stopping Dovecot Imap:                                      OK  ] Stopping Dovecot Imap:                                      OK  ]
 Starting Dovecot Imap:                                      OK  ] Starting Dovecot Imap:                                      OK  ]
 +</code>
 +bzw.
 +<code>
 +# systemctl restart dovecot
 </code> </code>
  
Zeile 248: Zeile 259:
 extra fields: extra fields:
   user=klaus@tachtler.net   user=klaus@tachtler.net
 +  original_user=masteruser
 +  auth_user=masteruser
 </code> </code>
  
Zeile 253: Zeile 266:
  
 ==== Login-Test mit telnet ==== ==== Login-Test mit telnet ====
 +
 Um zu Überprüfen, ob eine **Anmeldung** als **//Master-User//** in der **Identität eines anderen Benutzers** von einem entfernten Rechner möglich ist, kann nachfolgender Befehl genutzt werden: Um zu Überprüfen, ob eine **Anmeldung** als **//Master-User//** in der **Identität eines anderen Benutzers** von einem entfernten Rechner möglich ist, kann nachfolgender Befehl genutzt werden:
 <code ini> <code ini>
Zeile 259: Zeile 273:
 Connected to 192.168.0.80. Connected to 192.168.0.80.
 Escape character is '^]'. Escape character is '^]'.
-* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN] Dovecot ready. +* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=DIGEST-MD5 
-a1 login klaus@tachtler.net*masteruser masteruserpasswort +AUTH=CRAM-MD5 AUTH=LOGIN] Dovecot ready. 
-a1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY +a1 login klaus@tachtler.net*masteruser geheim 
-THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN +a1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES 
-NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH +THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS 
-LIST-STATUS SPECIAL-USE BINARY MOVE] Logged in+LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY 
 +MOVE SPECIAL-USE] Logged in
 a2 list "" "*" a2 list "" "*"
 * LIST (\HasChildren) "/" INBOX * LIST (\HasChildren) "/" INBOX
-a2 OK List completed.+a2 OK List completed (0.000 secs).
 a3 logout a3 logout
 * BYE Logging out * BYE Logging out
Zeile 276: Zeile 291:
 **__Erforderliche Benutzereingaben__**: **__Erforderliche Benutzereingaben__**:
   - <code ini>telnet 192.168.0.80 143</code>   - <code ini>telnet 192.168.0.80 143</code>
-  - <code ini>a1 login klaus@tachtler.net*masteruser masteruserpasswort</code>+  - <code ini>a1 login klaus@tachtler.net*masteruser geheim</code>
   - <code ini>a2 list "" "*"</code>   - <code ini>a2 list "" "*"</code>
   - <code ini>a3 logout</code>   - <code ini>a3 logout</code>
  
tachtler/dovecot_master-user.1395669703.txt.gz · Zuletzt geändert: 2014/03/24 15:01 von klaus