• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Unable to allow short mail names Bug

S

san olaf

Guest
The Java Script:
function allow_short_pop3_names_check(f)
{
if (true && f.allow_short_pop3_names[0].checked) {
alert ("Unable to allow the use of short mail names for POP3/IMAP accounts. There are mail names matching the encrypted passwords.");
f.allow_short_pop3_names[1].checked = true;
return false;
}

return true;
}
unables to set short mail names. It's fine to check, if there are names matching with passwords, but after a migration it tookes me 4 hours to find the cell allow_short_pop3_names in the misc row in the psa database to enable short names manualy, because i couldn't force Plesk to do so. Please consider in future updates to be less restrictive: a warning would be enough i think.:mad:
 
Thanks for this post.

I fell into this problem by accident. I wanted to change my message size limit and when I hit the error you posted I stopped.

While filling out a support request I accidentally click OK and switched it to needing the full names.

Interestingly enough, ./mailmng --set-accounts-format --format="both" doesn't work worth a flip either. You can use mailmng to increase the message limit size however.

Thanks again, now I can get some sleep...
 
Back
Top