• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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