| Author | 
         | 
         
      
        
         
         vladimirok5959 Newbie 
          
 
  Joined: 24 October 2011 Location: Ukraine
 Online Status: Offline Posts: 3
          | 
        
         
          
           | Posted: 24 October 2011 at 1:49pm | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Our mail server postfix on FreeBSD is not accept SMTP authentification from  AfterLogic WebMail Pro.
 
 WebMail Pro log:
 [23:37:33.10] [SMTP] Error <<: 535 5.7.8 Error: authentication failed: Invalid authentication mechanism
 
 TheBat mail program is used "SMPT (RFC-2554)" and work fine, but WebMail Pro not.
 
 What is wrong? Help please. Thank you.
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         Igor AfterLogic Support 
          
 
  Joined: 24 June 2008 Location: United States
 Online Status: Offline Posts: 6168
          | 
        
         
          
           | Posted: 24 October 2011 at 11:52pm | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Most probably, this is caused by particular authentication method not supported or not enabled on your server. WebMail Pro PHP only supports AUTH LOGIN and if it doesn't work you won't be able to log in. You can check available auth methods by logging in via telnet:
 
 
Code: 
   
    
    
      
       telnet localhost 25
 
 220 WORKSTATION ESMTP
 ehlo localhost
 250-WORKSTATION
 250-SIZE 20480000
 250 AUTH LOGIN | 
       
       | 
    
    | 
 
 
 
 From this output, you can see AUTH LOGIN is supported.
 
 --
 Regards,
 Igor, AfterLogic Support
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         vladimirok5959 Newbie 
          
 
  Joined: 24 October 2011 Location: Ukraine
 Online Status: Offline Posts: 3
          | 
        
         
          
           | Posted: 25 October 2011 at 12:35am | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Thank you very much for your reply. We will now verify. AfterLogic WebMail - a great product, if only it worked.
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         vladimirok5959 Newbie 
          
 
  Joined: 24 October 2011 Location: Ukraine
 Online Status: Offline Posts: 3
          | 
        
         
          
           | Posted: 25 October 2011 at 10:06am | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Thank you very much "Igor". Indeed, this 'postfix' was set up only for "plain". telnet:
 
 It was:
 
Code: 
   
    
    
      
       
 200 mail.my-domain.com ESMTP Postfix
 ehlo localhost
 250-mail.my-domain.com
 250-PIPELINING
 250-VRFY
 250-ETRN
 250-AUTH PLAIN
 250-AUTH=PLAIN
 250-ENHANCEDSTATUSCODES
 250-8BITMIME
 250 DNS
  | 
       
       | 
    
    | 
 
 
 
 And now:
 
Code: 
   
    
    
      
       
 200 mail.my-domain.com ESMTP Postfix
 ehlo localhost
 250-mail.my-domain.com
 250-PIPELINING
 250-VRFY
 250-ETRN
 250-AUTH PLAIN LOGIN
 250-AUTH=PLAIN LOGIN
 250-ENHANCEDSTATUSCODES
 250-8BITMIME
 250 DNS
  | 
       
       | 
    
    | 
 
 
 
 Thank you!
         | 
       
       
        | Back to Top | 
         
          
         | 
       
       
       
        |   | 
      
        
         
         torohung Newbie 
          
  
  Joined: 27 October 2011 Location: Vietnam
 Online Status: Offline Posts: 1
          | 
        
         
          
           | Posted: 27 October 2011 at 7:45am | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
Irrelevant comment removed
 
 Administrator
         | 
       
       
        | Back to Top | 
         
          
          
         | 
       
       
       
        |   |