• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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