• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Migration 11.5 to 12.0.18 No Tab Mail

Sangnu

New Pleskian
Hi igor & Plesk team,
Since upgrading to 12.0.18 i have picked up a strange problem when creating a new email account.

The Mail tab is not displayed and does not allow me to create email accounts, in version 11.5 I also appeared tab. I have reviewed the FAQ and the solution to change tables in the DB does not serve 11.5 (I understand that by varying the field names and values ​​in 12.0.18).

Can you help me please.
 
How many 'Mailboxes' resource is allowed in this subscription? Have you checked mail management related permissions in subscription?
 
Hi igor,
I have no limit mail boxes for this domain.

I have "Habilitar funciones de gestión de correo en Plesk" mail chequed ok.
 
Do you have this issue only for migrated subscriptions or for newly created too?
 
Check Server-Wide Mail Settings. What is "Installed mail server" there?
 
Yes Igor,
I have on Server/Domains mail setting:

Servidor de correo instalado: QMail (Puede instalar y usar otro servidor de correo).
Servidor POP3/IMAP instalado Courier-IMAP (Puede instalar y utilizar otro servidor IMAP/POP3).

Check: Habilitar envío de mensajes

I understand that by PSA DB register, on 11.5 (Other VPS) i solve with kb DB Insert to configure mail but don´t on 12.0.18.
 
Please show me output of following SQL query from psa database:

select d.name, ds.* from DomainServices ds inner join domains d on ds.dom_id = d.id where type = 'mail';
 
Hi Igor,

mysql> use psa;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed

mysql> select d.name, ds.* from DomainServices ds inner join domains d on ds.dom_id = d.id where type = 'mail';
Empty set (0.00 sec)
 
Just for clarification - is this upgraded server from 11.5 to 12 version, right?
 
Back
Top