Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
centos:mail_c7:horde_3 [11.09.2014 20:27. ] – [Horde Framework] djangocentos:mail_c7:horde_3 [04.05.2015 17:26. ] – old revision restored django
Zeile 1467: Zeile 1467:
   $conf[compose][link_attachments]                                               Yes   $conf[compose][link_attachments]                                               Yes
   $conf[compose][link_attachments_notify]                                        [✔]   $conf[compose][link_attachments_notify]                                        [✔]
-  $conf[compose][link_attach_threshold]                                         5242880+  $conf[compose][link_attach_threshold]                                   5242880
   $conf[compose][link_attach_size_limit]                                         0   $conf[compose][link_attach_size_limit]                                         0
   $conf[compose][attach_size_limit]                                              0   $conf[compose][attach_size_limit]                                              0
Zeile 1485: Zeile 1485:
  
 === Compose Log === === Compose Log ===
-  $conf[sentmail][driver]                                                 SQL+  $conf[sentmail][driver]                                                   SQL
   $conf[sentmail][params][threshold]                                             60   $conf[sentmail][params][threshold]                                             60
   $conf[sentmail][params][limit_period]                                          24   $conf[sentmail][params][limit_period]                                          24
Zeile 1508: Zeile 1508:
 {{ :centos:mail_c7:horde_12.png?direct&850 |Bild: Bildschirmhardcopy Horde "Configuration"}} {{ :centos:mail_c7:horde_12.png?direct&850 |Bild: Bildschirmhardcopy Horde "Configuration"}}
  
-Da es bei einem Mailserver mit vielen virtuellen Domänen bei mehrere Administratoren schnell schwierig wird, den Überblick zu behalten, ist nichts Neues. Aus diesem Grund haben wir uns bei der Installation und Konfiguration unseres **[[centos:mail_c7:dovecot_1|Dovecot IMAP-Servers]]** auf die Datenhaltung in einer **[[centos:mysql|mySQL-Datenbank]]** /* FIXME */ entschieden. Die Pflege dieser Daten greifen wir primär auf **[[centos:mail_c7:pfadmin_1|Postfixadmin]]**.  
- 
-Was liegt also näher, als daß wir unserem Horde-Administrator Daten aus der mySQL-Datenbank bei der Konfiguration der Hode-Nutzerkonten zur Verfügung stellen.  
- 
-Auf dem Reiter **Authentication** passen wir nun die Einstellungen so an, dass Horde bei der Authentifizierung der Nutzer die mySQL-Datenbank von **[[centos:mail_c7:pfadmin_1|Postfixadmin]]** nutzt. 
- 
-Die hierzu notwendigen Einstellungen haben wir bei der Definition unseres **[[centos:mail_c7:horde_3?&#konfiguration_des_backend-_imap-server|MDAs]]**((**M**ail **D**elivery **A**gent)) vorgenommen.  
- 
-== Reiter Authentication == 
-/* $conf[auth][params][encryption]                                                plain und verweis auf "sichere Passwörter setzen! */ 
-**Authentication Settings** 
- 
-  $conf[auth][admins]                                                            <eMail-Adresse(n) des/(r) Admins> 
-  $conf[auth][checkip]                                                           [✔] 
-  $conf[auth][checkbrowser]                                                      [✔] 
-  $conf[auth][resetpassword]                                                     [✔] 
-  $conf[auth][alternate_login]                                                   false 
-  $conf[auth][redirect_on_logout]                                                false 
-  $conf[auth][list_users]                                                        Show an input field 
-  $conf[auth][driver]                                                            SQL authentication w/custom made-queries 
-  $conf[auth][params][phptype]                                                   MySQL (mysqli) 
-  $conf[auth][params][protocol]                                                  TCP/IP 
-  $conf[auth][params][hostspec]                                                  mysql.dmz.nausch.org 
-  $conf[auth][params][port]                                                      3306 
-  $conf[auth][params][username]                                                  pfadmin-dbuser 
-  $conf[auth][params][password]                                                  rbgsDK39DeM2b2btx9iMHfzd 
-  $conf[auth][params][database]                                                  postfix 
-  $conf[auth][params][query_auth]                                                SELECT * FROM mailbox WHERE username = \L AND password =\P 
-  $conf[auth][params][query_add]                                                 INSERT INTO mailbox (username, password, name, maildir, quota, local_part, domain, created, modified, active) VALUES ( \L, \P, '', CONCAT(SUBSTRING_INDEX(\L, '@', -1), '/', SUBSTRING_INDEX(\L, '@', 1), '/'), '5120000000', SUBSTRING_INDEX(\L, '@', 1), SUBSTRING_INDEX(\L, '@', -1), now(), now(), '1') 
-  $conf[auth][params][query_getpw]                                               SELECT password FROM mailbox WHERE username = \L 
-  $conf[auth][params][query_update]                                              UPDATE mailbox SET password = \P WHERE username = \L 
-  $conf[auth][params][query_resetpassword] 
-  $conf[auth][params][query_remove]                                               
-  $conf[auth][params][query_list]                                        SELECT username FROM mailbox 
-  $conf[auth][params][query_exists]                                        SELECT 1 FROM mailbox WHERE username = \L 
-  $conf[auth][params][encryption]                                                plain 
-  $conf[auth][params][show_encryption]                                           [ ] 
-  $conf[auth][params][count_bad_logins]                                          [ ] 
-  $conf[auth][params][login_block]                                               [ ] 
-  $conf[auth][params][login_block_count                                          5 
-  $conf[auth][params][login_block_time]                                          5 
- 
-**Terms of Service Agreement** 
-  $conf[tos][file] 
- 
-Zum Schluß sichern wir die Konfiguration mit einem Klick auf die Schaltfläche: {{:centos:mail_c7:horde_11.png?nolink|Bild: Schaltfläche "Konfiguration erzeugen"}} 
  
  
  • centos/mail_c7/horde_3.txt
  • Zuletzt geändert: 22.07.2019 15:04.
  • von 127.0.0.1