Confixx Dovecot Problem nach upgrade

swaesch

Registered User
[Erledigt]Confixx Dovecot Problem nach upgrade

EDIT:
Hab mein Problem gelöst und die neue Konfig verstanden:

Code:
base_dir = /var/run/dovecot
protocols = pop3 imap

log_path = /var/log/dovecot.log

ssl_disable = no

login_dir = /var/run/dovecot/login
login_chroot = yes
login_user = dovecot

max_mail_processes = 1024   

verbose_proctitle = yes
valid_chroot_dirs =  /var/mail
default_mail_env = maildir:/home/email/%u/Maildir

mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl

auth default {
mechanisms = plain 
userdb passwd {
}
passdb shadow {
}
user = root  
}

auth_verbose = yes

login_process_per_connection = no
login_processes_count = 2
pop3_uidl_format = %08Xu%08Xv




Hallo,

hab auf meinem Debian 3.1 ein upgrade gefahren.

Bei der conf-Datei von dovecot hat sich einiges geändert und nun hab ich das Problem, dass ich per confixx webmail nicht mehr auf meine e-mail zugreifen kann.

Hier meine alte dovect.conf-Datei

Code:
protocols = pop3 imap                                                                                                         
ssl_disable = no                                                                                               
log_path = /var/log/dovecot.log                                                                                                   
login_dir = /var/run/dovecot-login                                                         
#login = imap                              //auskommentiert  wegen Error                                                                                     
#login = pop3                              //auskommentiert wegen Error                                                                        
max_mail_processes = 1024                                         
verbose_proctitle = yes                                        
valid_chroot_dirs =  /var/mail                                       
default_mail_env = maildir:/home/email/%u/Maildir                                              
#mbox_locks = fcntl                      //auskommentiert wegen Error
auth = default                                     
auth_mechanisms = plain                                                                      
#auth_userdb = passwd                //auskommentiert wegen Error
#auth_passdb = shadow               //auskommentiert wegen Error
auth_user = root                                                
auth_verbose = yes                                                      
login_process_per_connection = no                                                               
login_processes_count = 2
pop3_uidl_format = %08Xu%08Xv   //eingefügt


Hier die Meldung aus /var/log/dovecot.log

Code:
dovecot: Jul 27 16:29:38 Info: Dovecot v1.0.rc2 starting up
dovecot: Jul 27 16:29:39 Error: auth(default): You'll need to add at least one userdb
dovecot: Jul 27 16:29:39 Error: Auth process died too early - shutting down
dovecot: Jul 27 16:29:39 Error: child 3400 (auth) returned error 89

meine Probleme sind bei auth_userdb und auth_passdb.

Die neue dovecot.conf hab ich mir angesehen, nur tue ich mich schwer dort den richtig Inhalt für meine .conf zu finden.

Wie lauten die richtigen Einstellung für die neue Dovecot Version???
 
Last edited by a moderator:
Back
Top