Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic Aurora

 AfterLogic Forum : AfterLogic Aurora
Subject Topic: Autodiscover module Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
solkmaaker
Senior Member
Senior Member


Joined: 28 June 2020
Online Status: Offline
Posts: 178
Posted: 16 May 2025 at 1:50pm | IP Logged Quote solkmaaker

Hello

https://afterlogic.com/docs/aurora/configuration/configuring-autodiscover
It works as documented, and there's the problem.
Output is exactly (except server names and user) as in documentation:

Code:

                <Type>IMAP</Type>
                <Server>domain.com</Server>
                <LoginName>user@domain.com</LoginName>
                <Port>143</Port>
                <SSL>off</SSL>
                <SPA>off</SPA>
                <AuthRequired>on</AuthRequired>
            </Protocol>
            <Protocol>
                <Type>SMTP</Type>
                <Server>domain.com</Server>
                <LoginName>user@domain.com</LoginName>
                <Port>25</Port>
                <SSL>off</SSL>
                <SPA>off</SPA>
                <AuthRequired>on</AuthRequired>


So, how to change ports and SSL?

Back to Top View solkmaaker's Profile Search for other posts by solkmaaker
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6145
Posted: 19 May 2025 at 12:19am | IP Logged Quote Igor

By default, ports are 143 for IMAP and 25 for SMTP. You can override that by specifying "yourdomain:port" values for "ExternalHostNameOfLocalImap" and "ExternalHostNameOfLocalSmtp" configuration options in data/settings/modules/Mail.config.json file. If port is set to 993 for IMAP, or 465 for SMTP, SSL option will be on.

--
Regards,
Igor, Afterlogic

Back to Top View Igor's Profile Search for other posts by Igor
 
solkmaaker
Senior Member
Senior Member


Joined: 28 June 2020
Online Status: Offline
Posts: 178
Posted: 19 May 2025 at 12:29am | IP Logged Quote solkmaaker

Thank you Igor.

Works as described.
Back to Top View solkmaaker's Profile Search for other posts by solkmaaker
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide