• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Courier: Why require long username

A

aprichelieu

Guest
Have had a lot of problems getting mail to work on my Ubuntu Linux VPS.
Login always fails.

Eventually, I found out that I have to use

[email protected]

instead of

USERNAME

as my username.

Then login works.

I *hate* this.

In Plesk I can find a configuration item "Full" or "Both Full and Short" usernames,
which I set to the latter to no effect.

It says that I have to change a server setting but where is this to be found?
Have been goggling for a solution without success.

Anyone knows how to allow the short usernames?
 
Check this parameter in psa database:

mysql> select * from misc where param='allow_short_pop3_names';
+------------------------+----------+
| param | val |
+------------------------+----------+
| allow_short_pop3_names | disabled |
+------------------------+----------+
1 row in set (0.00 sec)
 
Thank You.
There is a configuration item to allow this in Plesk but there is also
a comment about that the server needs update.
I was looking around for how to enable this in Plesk, but could not find anything.

Not that familiar with SQL,
How do I enable it?

What is the name of the psa database, and where is it normally located?

BR
aprichelieu
 
It would be better to keep the long usernames from the point of view of security.

ALSO, if two users have the same username and password, but on different domains, things can go horribly wrong when picking up email. And don't say it can't happen -- it can and it did to me :) They were not easily guessed passwords, either. It was very strange!
 
Back
Top