Restarting Mail Enable through Plesk (Windows)
In order to restart the Mail server [Mail Enable], please use these steps. 1) Login To Remote Desktop >> “Plesk Services Monitor” [ Right side in the task bar] >> Check the box “Mail Server” >> Click on Restart. OR 2) Login To Remote Desktop >> Start >> Run >> type ” services.msc ” From here, you have restart the Mail Enable [ Mail Server] services such as: Mail Enable List Connector Mail Enable Mail Transfer Agent Mail Enable POP service Mail Enable […]
Read MoreHow to bind IPs on a Windows Server
1. Start -> Settings -> Control Panel -> Network Connections 2. Right click and go to properties of the enabled/active NIC 3. Highlight on TCP/IP and click on properties 4. Select ” Use the following IP address ” 5. Enter your IP information for the server. 6. Click on Advanced 7. Click Add on the IP Settings tab. 8. Enter the usable IP range along with the netmask. ( ie 255.255.255.0 ) 9. Click OK.
Read MoreCreating domain on a freshly added IP address fails in Parallels Panel for Windows
Symptoms Creating domain with hosting on the IP address that has just been added fails and the following error is returned: dnsmng::update() failed: dnsmng failed: Unknown error 0x80131501 (COM Error 80131501, Description: Generic failure ) at resetSecondaries ZoneName = ” transfer={ “” } notify={ “” } at (dnsmng::msdns::MsDnsManager::resetSecondaries line 385) at createPrimaryZone ZoneName = ”(dnsmng::msdns::MsDnsManager::createPrimaryZone line 373) at execute “C:\Program Files (x86)\Parallels\Plesk\/admin/bin/dnsmng” update (vconsoleapp::run line 140) Cause As soon as an IP address is added to the system, Microsoft Windows […]
Read More[How to] How to configure containers to not apply Microsoft updates installed on Virtuozzo host.
Symptoms By default Microsoft updates installed on Virtuozzo host are applied in containers during next containers start. Resolution If auto applying Microsoft updates in containers is unnecessary option it is possible to configure containers to not install updates even if its are on Virtuozzo host. The following example shows how to disable this auto applying option for container 100: vzcfgt set 100 DisableWindowsUpdates 1 If this option is set to “1” no more windows updates will be applied to the […]
Read MoreAdmin account locked out of Plesk
If the Plesk admin account becomes locked due to multiple failed logins, you have two options. The first is to wait till the lockout automatically resets (15 to 30 minutes) or use the following comands. Redhat, once connected via SSH as root: #mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e ‘DELETE FROM lockout’ or #mysql -u admin -p Admin_password #use psa; #delete from lockout where login = ‘admin’; Be sure to replace “Admin_Password” with your current admin password for Plesk. Windows, once […]
Read MoreHow do I retrieve the Plesk control panel password?
You can always get the Plesk password if you have Administrative access to the server. If you have also lost administrative access to the server, refer to [How do I reset the password on my server] For Windows, 1. From the Start menu, select Run. 2. Enter the following command: “C:\Program Files\SWsoft\Plesk\admin\bin\plesksrvclient.exe” -get For Linux, 1. Via SSH, run the following command: cat /etc/psa/.psa.shadow
Read More