• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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