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.
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.