• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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