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

POP standard forwarding domains

M

mosaic07

Guest
names for POP/IMAP

hi all-

when I try to set the server mail to

"Use of short (webmaster) and full ([email protected]) POP3/IMAP mail account names is allowed"

I keep getting a 'there are mail name and password pairs matching...."

I am sure that the passwords and email address are different.

anybody know how to fix this?

thanks

Peter
 
So you try to swtich from long to short. Check the psa database for matches. Use the following query:

select mail_name, password from mail, accounts where accounts.id=account_id;

It will display you the login and the password for all accounts on the server.
 
Back
Top