Author |
|
denis Newbie
Joined: 15 June 2015 Location: Italy
Online Status: Offline Posts: 16
|
Posted: 03 July 2015 at 7:08am | IP Logged
|
|
|
Hello
I'm trying to create the ios profile from an ipad
In adminpanel Common->Mobile Sync
- Enable mobile sync -> set
- DAV server URL -> set
- IMAP host name -> set
- SMTP host name -> set
The settings.xml has been updated
When the ios profile process starts in the ipad I can see the DAV server param is taken, but ExternalHostNameOfLocalSmtp and ExternalHostNameOfLocalImap are not
Do I miss something?
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 July 2015 at 7:16am | IP Logged
|
|
|
I'll see if the developers have any insight. Will get back to you early next week on this.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
denis Newbie
Joined: 15 June 2015 Location: Italy
Online Status: Offline Posts: 16
|
Posted: 07 July 2015 at 1:52am | IP Logged
|
|
|
any news?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 07 July 2015 at 5:41am | IP Logged
|
|
|
Can you please provide a test account we could use to check this?
You can send us the details via HelpDesk.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 14 July 2015 at 6:12am | IP Logged
|
|
|
Got a clarification from the developers. There are indeed IMAP/SMTP host settings for Mobile Sync (ExternalHostNameOfLocalImap and ExternalHostNameOfLocalSmtp values in data/settings/settings.xml file). But they're only used if hostname for the account is localhost or 127.0.0.1; otherwise, hostname value of the account itself is returned.
You can change that behavior for iOS profile by modifying libraries/afterlogic/common/managers/ios/manager.php file:
Code:
if ($sIncMailServer == 'localhost' || $sIncMailServer == '127.0.0.1')
{
... |
|
|
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|