Dovecot immediately logs off user
        Posted  
        
            by 
                nona urbiz
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by nona urbiz
        
        
        
        Published on 2011-02-11T21:53:24Z
        Indexed on 
            2011/02/11
            23:27 UTC
        
        
        Read the original article
        Hit count: 363
        
I'm trying to set up email on my server, and have successfully set up POP3 with gmail for my main account. When attempting to set up another user though, gmail reports ` There was a problem communicating with dylanstestserver.com. I can't figure out why it's working for me and not the other users. I do receive email sent to the address on the server.
One suggestion I found online was to try logging in over telnet, but strangely, it kicks me off right after I log in.
dylan~$ telnet dylanstestserver.com 110
Trying 50.16.219.8...
Connected to dylanstestserver.com.
Escape character is '^]'.
+OK Dovecot ready.
user dylanstestemail    
+OK
pass password
+OK Logged in.
Connection closed by foreign host.
thanks for any ideas and help
© Server Fault or respective owner