• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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