| Author |  | 
      
        | Holt Newbie
 
  
 
 Joined: 23 January 2016
 Online Status: Offline
 Posts: 1
 | 
          I am trying to set up afterlogic to connect to my mail server but I am unable to connect. The mail server is working fine from other mail client.
           | Posted: 23 January 2016 at 6:00am | IP Logged |   |  
           | 
 |  
 My connection on the other mail client is something like:
 
 Type: IMAPServer: imap.mydomain.frSecured: Yes (SSL)Port: 993Username: username (without @...)
 Here is my log:
 
 
 
| Code: 
 
    
    | 
      
       | [13:39:23.32][589aadf8] [POST(7)][ip:5.135.109.191] /afterlogic/?/Ajax/
 [13:39:23.32][589aadf8] POST > [Action, Email, IncLogin, IncPassword, SignMe, AccountID, Token]
 [13:39:23.32][589aadf8]
 [13:39:23.32][589aadf8] AJAX: Action: SystemLogin
 [13:39:23.32][589aadf8] exception 'ProjectCore\Exceptions\ClientException' with message 'ClientException' in /usr/share/afterlogic/libraries/ProjectCore/Actions.php:2854
 Stack trace:
 #0 [internal function]: ProjectCore\Actions->AjaxSystemLogin()
 #1 /usr/share/afterlogic/libraries/ProjectCore/Service.php(302): call_user_func(Array)
 #2 /usr/share/afterlogic/libraries/ProjectCore/Boot.php(12): ProjectCore\Service->Handle()
 #3 /usr/share/afterlogic/index.php(104): include('/usr/share/afte...')
 #4 {main}
 
 |  |  |  
 And my settings.xml:
 
 
 
| Code: 
 
    
    | 
      
       | <AllowWebMail>On</AllowWebMail>
 <IncomingMailProtocol>IMAP4</IncomingMailProtocol>
 <IncomingMailServer>imap.mydomain.com</IncomingMailServer>
 <IncomingMailPort>993</IncomingMailPort>
 <IncomingMailUseSSL>On</IncomingMailUseSSL>
 <OutgoingMailServer>127.0.0.1</OutgoingMailServer>
 <OutgoingMailPort>587</OutgoingMailPort>
 <OutgoingMailAuth>AuthCurrentUser</OutgoingMailAuth>
 <OutgoingMailLogin />
 <OutgoingMailPassword />
 <OutgoingMailUseSSL>On</OutgoingMailUseSSL>
 <OutgoingSendingMethod>Specified</OutgoingSendingMethod>
 <UserQuota>0</UserQuota>
 <ShowQuotaBar>On</ShowQuotaBar>
 <AutoCheckMailInterval>1</AutoCheckMailInterval>
 <DefaultSkin>AfterLogic</DefaultSkin>
 <MailsPerPage>20</MailsPerPage>
 <AllowUsersChangeInterfaceSettings>On</AllowUsersChangeInterfaceSettings>
 <AllowUsersChangeEmailSettings>Off</AllowUsersChangeEmailSettings>
 <EnableAttachmentSizeLimit>Off</EnableAttachmentSizeLimit>
 <AttachmentSizeLimit>102400000</AttachmentSizeLimit>
 <ImageUploadSizeLimit>10240000</ImageUploadSizeLimit>
 <AllowLanguageOnLogin>On</AllowLanguageOnLogin>
 <FlagsLangSelect>Off</FlagsLangSelect>
 <LoginFormType>Email</LoginFormType>
 <LoginSignMeType>DefaultOn</LoginSignMeType>
 <LoginAtDomainValue />
 <UseLoginWithoutDomain>On</UseLoginWithoutDomain>
 <AllowNewUsersRegister>On</AllowNewUsersRegister>
 <AllowUsersAddNewAccounts>Off</AllowUsersAddNewAccounts>
 
 |  |  |  
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Based on the log extract, I understand you're using WebMail Lite installed as Debian/Ubuntu package. Can you try setting up standard package of the product and see if the issue persists there as well?
           | Posted: 24 January 2016 at 1:18am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |