[Dovecot] Dovecot did not accept Login from Host
            
            
            
                18 Jan
                
                    2012
                
            
            
                18 Jan
                
                '12
                
            
            
            
        
    
                2:29 p.m.
            
        Hi!
My Dovecot is running and i can connect + login through telnet:
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
 
1 login user passwort 1 OK [...] Logged in
telnet localhost 143 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.
But through my domain i can only connect, but than i get an error:
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
 
1 login user passwort 1 NO [AUTHENTICATIONFAILED] Authentication failed.
telnet domain.de 143 Trying xx.xxx.xxx.xx... Connected to domain.de. Escape character is '^]'.
My dovecot.conf:
protocols = imap imaps
ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem
mail_location= /var/mail/%u
log_path = /var/log/dovecot.log log_timestamp = "%Y-%m-%d %H:%M:%S "
auth_verbose = yes auth_debug = yes
protocol imap { } auth default { mechanisms = plain login passdb pam { } userdb passwd { } user = root }
If i try to connect+login through an domain, dovecot write NOTHING into the .log
Someone ideas about this?
        5039
        
      
          Age (days ago)
        
      
        5039
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
                email@randpoger.org