• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Manual email settings tooltip: variables displayed, but unused?

burnley

Regular Pleskian
OS: CentOS Linux 7.9.2009 (Core)
Product: Plesk Obsidian Version 18.0.33 Update #1, last updated on Feb 26, 2021 08:51 AM

For the email client setup we've been offering the manual client configuration for inbound/outbound host, port & proto in panel.ini. On a testing machine, the configuration in use at the moment reads:
[mail]
clientConfig.incomingServer="imap.testing.local"
clientConfig.outgoingServer="smtp.testing.local"
clientConfig.incomingProtocols="IMAP: SSL/TLS port 993 or STARTTLS port 143. POP3: SSL/TLS port 995 or STARTTLS port 110"
clientConfig.outgoingProtocols="SMTP: SSL/TLS port 465 or STARTTLS port 587"
clientConfig.hideSslNote = true
enableMailboxQuotaWarning = false

At some point in time (not sure exactly after which update, sorry) we've noticed new elements being displayed in the tooltip window:
[manualTitle]
[pop3PortNotEncrypted]
[imapPortNotEncrypted]
[smtpPortNotEncrypted]
How can I edit these? Or get rid of them altogether? Se the attached screenshot. I tried various various entries in panel.ini, in the [mail] section, such as:
clientConfig.pop3PortNotEncrypted="1995"
clientConfig.imapPortNotEncrypted="1993"
clientConfig.smtpPortNotEncrypted="31337"
or:
clientConfig.pop3PortNotEncrypted="UNAVAILABLE"
clientConfig.imapPortNotEncrypted="UNAVAILABLE"
clientConfig.smtpPortNotEncrypted="UNAVAILABLE"
Whatever I try, nothing changes in the UI, still getting the same output as per the screenshot.
Really need to understand what we're doing wrong here. Thanks.
 

Attachments

  • Screenshot from 2021-02-26 10-38-19.png
    Screenshot from 2021-02-26 10-38-19.png
    85.9 KB · Views: 10
For future reference: mystery solved, we had some custom configuration in /usr/local/psa/admin/application/smb/resources/languages/en-US/controllers/email-address/configuration.php, after renaming the file the tooltip page renders correctly.
 
Back
Top