• 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.

Forwarded to devs "plesk sbin mail_auth_view" does not show capital letter of email address

nethubonline

Regular Pleskian
TITLE:
"plesk sbin mail_auth_view" does not show capital letter of email address
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx 17.8.11, CentOS Linux 7.4.1708 x86_64
PROBLEM DESCRIPTION:
Hi all,

With discussion with Ales here, we believe this is a bug
Issue - "plesk sbin mail_auth_view" does not show capital letter of email address

"plesk sbin mail_auth_view" only shows email addresses in small letter (e.g. [email protected]) even the user create it with capital letter (e.g. [email protected]), since email username and password are case sensitive, it should show the correct auth user to the admin.​
STEPS TO REPRODUCE:
1. create an email user with capital letter (e.g. [email protected])
2. run command: plesk sbin mail_auth_view​
ACTUAL RESULT:
+--------------------------------------+-----+--------------------------------------+
| address |flags| password |
+--------------------------------------+-----+--------------------------------------+
| [email protected] | | 12345678 |
+--------------------------------------+-----+--------------------------------------+​
EXPECTED RESULT:
+--------------------------------------+-----+--------------------------------------+
| address |flags| password |
+--------------------------------------+-----+--------------------------------------+
| [email protected] | | 12345678 |
+--------------------------------------+-----+--------------------------------------+​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 
Back
Top