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: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.
1. create an email user with capital letter (e.g. [email protected])
2. run command: plesk sbin mail_auth_view
ACTUAL RESULT:2. run command: plesk sbin mail_auth_view
+--------------------------------------+-----+--------------------------------------+
| address |flags| password |
+--------------------------------------+-----+--------------------------------------+
| [email protected] | | 12345678 |
+--------------------------------------+-----+--------------------------------------+
EXPECTED RESULT:| address |flags| password |
+--------------------------------------+-----+--------------------------------------+
| [email protected] | | 12345678 |
+--------------------------------------+-----+--------------------------------------+
+--------------------------------------+-----+--------------------------------------+
| address |flags| password |
+--------------------------------------+-----+--------------------------------------+
| [email protected] | | 12345678 |
+--------------------------------------+-----+--------------------------------------+
ANY ADDITIONAL INFORMATION:| address |flags| password |
+--------------------------------------+-----+--------------------------------------+
| [email protected] | | 12345678 |
+--------------------------------------+-----+--------------------------------------+
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:Help with sorting out