• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Rename email account with first capital letter (ex. [email protected] to [email protected])

Cheetah

New Pleskian
Hi

We have one email user in plesk, whose user account name (email) starts with capital letter. Everything ok, until we decided to deploy Roundcube. Due to this fact, he's unable to login into roundcube - Horde does not seem to care.

How can I rename his account? Plesk cowardly refuses to do so rename it. (for ex. [email protected] to [email protected]).

Deleting his account, then adding it back does not feel like a good idea, since he has quite a lot of emails.

-C
 
Look at this method:

# /usr/local/psa/bin/mail --rename [email protected] -new ohn

SUCCESS: Renaming mailname '[email protected]' complete
# /usr/local/psa/bin/mail --rename [email protected] -new john

SUCCESS: Renaming mailname '[email protected]' complete
# /usr/local/psa/bin/mail -i [email protected]
Mailname: john
Domain: tipodomain1.com
Mailbox: false
Password type: plain
Mbox quota: Unlimited
Mailgroup: false
Attachment files:
Autoresponders: Disabled
Antivirus mail checking: Can not determine

SUCCESS: Gathering information for '[email protected]' complete
 
Back
Top