• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Error: There is no DSMail service for domain with id = 1

falkon

New Pleskian
After re-installation of Plesk Panel, I can't create new Mail boxes.
This options not shown in Plesk Panel.
And when I create a user and chose create an email, receive an error: "Error: There is no DSMail service for domain with id = 1".
How can i fixed it?
Thank you
 
I have received next result:
mysql> set @dom:='domain.com';
Query OK, 0 rows affected (0.00 sec)

mysql> select * from DomainServices where dom_id in ((select id from domains whe
re name = @dom),(select id from domains where webspace_id=(select id from domain
s where name = @dom)));
+----+--------+------+--------+---------------+----------------+
| id | dom_id | type | status | parameters_id | ipCollectionId |
+----+--------+------+--------+---------------+----------------+
| 3 | 3 | web | 0 | 0 | 3 |
+----+--------+------+--------+---------------+----------------+
1 row in set (0.00 sec)


Am i right, that systems show me that MAIL server not installed?
In components all modules were installed.
 
Back
Top