• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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