smtp sasl authentication failure
        Posted  
        
            by 
                cromestant
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by cromestant
        
        
        
        Published on 2011-02-03T13:41:01Z
        Indexed on 
            2011/02/03
            15:27 UTC
        
        
        Read the original article
        Hit count: 391
        
hello, I have configured and fixed almost all the problems with my postfix +courier + mysql setup for virtual mailboxes. I can now receive mail and send it from webmail (squirrel). BUT, what I can't do is authenticate from outside client. Since my isp blocks port 25 I setup postfix to work on 1025 for smtp and setup verbose loging.
Here is the verbose log of a failed authentication process LOG
Authentication for imap and pop3 seem to be working but this one is not.
Here is the postconf -n output.
Also through mysql I can verify that it is trying to validate through the system, running a query that returns the encrypted password stored in the database.
I can't seem to find the error for this. thank you in advance
© Server Fault or respective owner