November 30th, 2011 |
admin |
Plesk offers an IP restriction policy which allows an administrator to restrict Plesk panel access to certain IPs. If your IP is not in the allowed list, you will receive the following error message while accessing the Plesk control panel: Error: Access for administrator from address ‘xx.xx.xx.xx’ is restricted in accordance with IP Access restriction [...]
November 30th, 2011 |
admin |
SwSoft install it’s own certificate during Plesk installation but because it’s a self-signed certificate it gives you a warning message while accessing Plesk control panel. If you wish, you can purchase your own SSL certificate and replace it with the default certificate. Issue your new SSL certificate using the server hostname say ‘server.yourdomain.com’ and place [...]
November 30th, 2011 |
admin |
How to configure alternate SMTP port OR change the SMTP port on a Plesk server? Sometimes some ISPs block port 25 for security reasons in which case, you need to open an alternate SMTP port on your server for your clients. Plesk do not offer a straight forward method of configuring an alternate SMTP port, [...]
November 29th, 2011 |
admin |
Package mpack is required in order to extract the backup contents. # apt-get install mpack # zcat /path/to/backup_file > backup_file.mime # munpack backup_file.mime The result is a set of tar and sql files that contain domains’ directories and databases. Untar the directory as needed. For example, to restore the httpdocs folder for the DOMAIN.TLD domain: [...]