• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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