• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Autoconfig for Mail

Janko1000

Regular Pleskian
Hi,
has anybody omplement Autoconfig for Exchange,Thunderbird and Apple?
Cpanel has this Function and in Uservoice is this only "Under Review".
 
Hi Janko1000,
yes, but you need to use Horde's (or maybe Roundcube, I haven't used it myself) ActiveSync setup.
There's lots of info on setting up the eas and autodiscover sub-domains if you want to do it properly.
But to get all the Horde settings you'll need to add your email address to the Horde conf file under the admins section.

Line 35
/etc/psa-webmail/horde/horde/conf.php

PHP:
$conf['auth']['admins'] = array('[email protected]');

You'll then have access to all the ActiveSync settings when you log in to Horde.
I hope that helps a bit.
Kind regards

Lloyd
 
Hi Lloyd,

thanks a lot but i think you missunderstood me :)
I want Autoconfig for Thunderbird and other Mailclients and not Sync.

With Autoconfig the Customer needs only the Email and the Passwort for the Mailclient.
 
Oh sorry you mentioned Exchange which uses ActiveSync and autodiscover, and then Thunderbird needs Autoconfig which you also mentioned.

Here's Hordes docs - http://wiki.horde.org/ActiveSync

And Mozilla's docs/requirments on AutoConfig - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration
AutoConfig file example - https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo

I haven't implemented AutoConfig but it looks pretty straight forward.
Typically they don't support SRV records yet :(
Hope that helps a bit :)
Kind regards

Lloyd
 
Back
Top