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

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