Plesk

How to edit the Email Client Setup Settings in Plesk Obsidian?

Question

How to edit the Email Client Setup Settings in Plesk Obsidian?

Answer

To help your customers set up an email client manually, the “Manual Setup” section (Websites & Domains > the domain > Mail Accounts > the icon) shows the information about the necessary settings. You can change this information by editing the panel.ini file which is useful in the following cases:

To edit the email client setup settings:

Edit the values of the clientConfig* settings (under the [mail] section) in the panel.ini file or install the Panel.ini extension in Plesk > Extensions. The full list of all these settings with their default values is shown on the screenshot below:

To change the clientConfig.userName, clientConfig.incomingServer, and clientConfig.outgoingServer settings, use the <domain>, <user>, and <hostname> placeholders.

To change clientConfig.incomingProtocols and clientConfig.outgoingProtocols use plain text.

For example, you want your customers to use the server hostname as the mail server, to use only secure protocols, and do not want the customers to see the note about the “Untrusted certificate” error in the “Manual Setup” section.

To achieve this, add the following lines to the panel.ini file:

[mail]
clientConfig.incomingServer="<hostname>"
clientConfig.outgoingServer="<hostname>"
clientConfig.incomingProtocols="POP3 over SSL/TLS, IMAP over SSL/TLS"
clientConfig.outgoingProtocols="SMTP over SSL/TLS"

Exit mobile version