Benutzer-Werkzeuge

Webseiten-Werkzeuge


dovecot_install

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
dovecot_install [2023/01/07 17:42] robindovecot_install [2023/01/12 21:09] (aktuell) robin
Zeile 23: Zeile 23:
 <code> <code>
 [...] [...]
 +auth_mechanisms = plain login
 #!include auth-system.conf.ext #!include auth-system.conf.ext
 !include auth-ldap.conf.ext !include auth-ldap.conf.ext
Zeile 30: Zeile 31:
 <code> <code>
 [...] [...]
-ssl = yes+ssl = required
 ssl_cert = </opt/certs/grml.de/fullchain.cer ssl_cert = </opt/certs/grml.de/fullchain.cer
 ssl_key = </opt/certs/grml.de/grml.de.key ssl_key = </opt/certs/grml.de/grml.de.key
Zeile 102: Zeile 103:
   }   }
   user = vmail   user = vmail
 +}
 +[...]
 +service auth {
 +  unix_listener auth-userdb {
 +    #mode = 0666
 +    #user = 
 +    #group = 
 +  }
 +  inet_listener {
 +    port = 234
 +  }
 } }
 [...] [...]
 </code> </code>
 +# vi **/etc/dovecot/conf.d/20-managesieve.conf** 
 +<code> 
 +protocols = $protocols sieve 
 +service managesieve-login { 
 +  inet_listener sieve { 
 +    port = 4190 
 +  } 
 +
 +</code> 
 +# vi **/etc/dovecot/conf.d/20-imap.conf** 
 +<code> 
 +protocol imap { 
 +  mail_plugins = $mail_plugins imap_sieve 
 +
 +</code> 
 +# vi **/etc/dovecot/conf.d/20-lmtp.conf** 
 +<code> 
 +protocol imap { 
 +  mail_plugins = $mail_plugins sieve notify push_notification 
 +
 +</code>
dovecot_install.1673109753.txt.gz · Zuletzt geändert: 2023/01/07 17:42 von robin