What can I do if I am unable to start the qmail service in Plesk?
First of all, make sure that qmail is not running.
If so, try to start it from the command line.
If that does not work take a look at the /usr/local/psa/var/log/maillog logfile for helpful error messages.
Reference: http://kb.parallels.com/en/
Service Container on a Parallels Virtuozzo Containers hardware node can be created using ‘vzsveinstall‘ utility:
# vzsveinstall -D DISTRIB_DIR -s SERVICE_CT_IP
- DISTRIB_DIR - path to Virtuozzo distribution directory hierarchy on a server.
- SERVICE_CT_IP - IP address to be assigned to Service Container;
In case you have downloaded Virtuozzo distributive already (example for 64-bit PVC 4.0) as file “virtuozzo-4.0.0-${build_version}-x86_64.sfx”, please extract it in the following way:
# mkdir -p /vz/full_distr
# bash /path/to/virtuozzo-4.0.0-${build_version}-x86_64.sfx -d /vz/full_distr –extract
Create Service Container then using this command (make sure old Service Container #1 does not exist):
# vzsveinstall -v -D /vz/full_distr -s SERVICE_CT_IP
Please refer to man page on ‘vzsveinstall‘ utility for additional information.
Reference: http://parallels.com
If you are installing Parallels Plesk Panel inside a PVC, it is strongly recommended to increase Container parameters as follows:
# Auxiliary parameters
-PRIVVMPAGES=”262144:292912″
+PRIVVMPAGES=”362144:392912″
-NUMFILE=”8192:8192″
+NUMFILE=”12000:12000″
# Disk quota parameters (in form of softlimit:hardlimit)
-DISKSPACE=”1048576:1153434″
+DISKSPACE=”5240709120:5368709120″
-DISKINODES=”200000:220000″
+DISKINODES=”350000:370000″
# Secondary parameters
-KMEMSIZE=”21299200:23429120″
+KMEMSIZE=”24299200:26429120″
Source: http://parallels.com/Plesk/
Before installing Parallels Plesk Panel on Ubuntu
If you are using Ubuntu 8.04 LTS: Before installing Parallels Plesk Panel, switch the AppArmor service off using the command ‘/etc/init.d/boot.apparmor stop’ and remove it from start-up list by ‘update-rc.d -f apparmor remove’
$ sudo update-rc.d -f apparmor remove
Removing any system startup links for /etc/init.d/apparmor …
IMPORTANT: To install Postfix mail server, you have to select the Postfix component for installation in Parallels Products Installer. Both command line interface and web interface of Parallels Products Installer can be used for Postfix mail server selection and installation.
Source : http://parallels.com/Plesk/
Upgrading Parallels Plesk Panel through Parallels Products Installer
To upgrade your Parallels Plesk Panel software through Parallels Products Installer:
1. Download the latest version of Parallels Products Installer that suits your operating system from http://www.parallels.com/en/download/plesk9/ and save it on your server’s hard drive.
2. Run Parallels Products Installer
To update or upgrade Parallels Plesk Panel through the web interface of Parallels Products Installer, run the following command:
# ./parallels_products_installer_file_name –web-interface
Open your browser and enter http://hostname:8447/ or http://IP-address:8447/ in the address bar. The Parallels Product Installer web interface will open. Log in as root.
To update or upgrade Parallels Plesk Panel through the command line interface of Parallels Products Installer, run the following command:
# ./parallels_products_installer_file_name
3. Follow the instructions on the screen to perform the upgrade.