dovecot_config_version = 2.4.0 dovecot_storage_version = 2.4.0 # Dovecot 2.4.x Konfiguration # Protokolle (korrigiert zurück zu 'imap') protocols = imap pop3 # Logging (Block-Syntax) log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log debug_log_path = /var/log/dovecot-debug.log # Mail-Location mail_driver=maildir mailbox_list_layout=index mailbox_list_utf8=yes mail_path=~/mail mail_home=/var/vmail/%{user|lower} mail_utf8_extensions = yes default_internal_user = vmail default_login_user = vmail default_internal_group = vmail mail_uid = vmail mail_gid = vmail # Authentifizierung auth_mechanisms = plain login disable_plaintext_auth = no # Passwd-Datenbank (mit Namen und korrekter Syntax) passdb passwd-file { driver = passwd-file args = username_format=%u password_hash=plaintext /etc/dovecot/passwd } userdb passwd-file { driver = passwd-file args = username_format=%u uid=vmail gid=vmail /etc/dovecot/passwd } # Mail-Berechtigungen (nicht mehr in Service-Blöcken nötig) # uid/gid jetzt direkt in userdb definiert # SSL-Einstellungen ssl = yes ssl_cert =