By default, the open relay option for the mail server is disabled in Parallels Plesk Panel.
It is not recommend to enabe this option because an open relay can make it possible for an unscrupulous senders to route large volumes of spam.
You can enable it by using the root.controls.lock file located in PRODUCT_DATA_D\var directory.
To enable open relay, follow these steps:
1. Open the root.controls.lock file.
2. Remove the /server/mail.php3:relay_open line and save the file.
To upload a backup file to backup repository:
Go to Domains > domain name > Backup Manager (in the Files group) > Database Backup Repository and click Upload Backup File.
Select the database in which repository you want to upload the backup file to in the Database name menu.
Click Browse… and select the required backup file.
Leave the Restore database backup immediately upon uploading check box selected if you want the database contents to be restored immediately after the backup file is uploaded.
Click OK.
The database backup file will be uploaded to the backup repository of the specified database.
Resource : http://parallels.com/Plesk/
Downloading Backup Files from Plesk Server
To download a backup file from a backup repository within the control panel
Access the repository you need.
To access your own repository of backup files, go to Home > Backup Manager (in the Server group).
To access a repository of a reseller or client, go to Resellers > reseller’s name > Backup Manager (in the Files group) or Clients > client’s name > Backup Manager (in the Files group).
To access a repository related to a specific Web site, go to Domains > domain name > Backup Manager (in the Files group).
Click the icon corresponding to the backup file you wish to download.
Select the location where you wish to save the backup file and click Save.
The backup file will be downloaded from the backup repository.
Changing Tomcat Java Connector Ports
The default port numbers for Coyote and Warp connectors in Parallels Plesk Panel are 9080 and 9008.
If you want Tomcat Java to work on other ports (e.g. 8090 and 8009), you should connect to the Parallels Plesk Panel database and add two parameters to the database as in the following example:
insert into misc (param,val) values (’coyote_connector_port’, ‘8090′);
insert into misc (param,val) values (’warp_connector_port’, ‘8009′);
Note: It is recommended that you change the Tomcat Java ports right after Parallels Plesk Panel is installed on server, or prior to enabling the Tomcat Java service for your domains.
Including Directives into Web Server Configuration File - Plesk
Note: you can change the location of virtual host directories using the transvhosts.pl utility, which is located either in /usr/local/psa/bin/ or /opt/psa/bin/ directory, depending on your operating system.
You can include domain-specific Apache configuration directives into web server configuration file. In Parallels Plesk Panel, each domain has virtual hosts configuration stored in a separate file httpd.include.
On all Linux systems, this file is located in the directory /var/www/vhosts/domain-name/conf/.
On FreeBSD systems, this file is located in the directory /usr/local/psa/home/vhosts/domain-name/conf/.
To use custom directives or redefine those inserted by Parallels Plesk Panel, you need to create the files vhost.conf or vhost_ssl.conf with necessary directives in the directory /path_to_vhosts/domain-name/conf/ for a domain, and /path_to_vhosts/domain-name/subdomains/subdomain-name/conf/ for a subdomain.
Resource: http://parallels.com/Plesk/