• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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