Parallels Confixx 3.3.4 Release Notes
Contents
- Introduction
- Installation Instructions
- Before Installation
- Software Requirements
- Regular Installation Procedure
- Parallels Confixx 3.3.4 Virtuozzo Container templates
- After the Installation
- Upgrade Instructions
- Regular Upgrade
- Parallels Confixx 3.3.4 Virtuozzo Container templates
- What's New
- Known Problems and Limitations
- Contact Information
1. Introduction
Thank you for downloading this release of Parallels Confixx 3.3.4. This file contains
information that supplements the Parallels Confixx 3.3.4 documentation such as
information on new features, corrected bugs, known problems etc. This file was updated
with the latest information available at release time.
2. Installation Instructions
This section explains the installation requirements and instructions specific to the Parallels Confixx 3.3.4 version.
For other details, refer to the Parallels Confixx documentation
(http://www.parallels.com/en/products/confixx/docs/).
2.1. Before Installation
We recommend installing Parallels Confixx on a web server that is not hosting any web pages yet. Since you cannot find two identically configured web servers, there are no unified scripts for adding already existing Users to Parallels Confixx. You will have to integrate Users into Parallels Confixx user database manually, or to create a custom script specially configured for your web server settings. We do not guarantee that existing web pages will be fully available after the installation of Parallels Confixx.
Please also refer to the specific pre-installation instructions for servers with SuSE and Debian
in the Parallels Confixx documentation (http://www.parallels.com/en/products/confixx/docs/).
2.2. Software Requirements
Parallels Confixx installation is tested on the following Linux operating systems:
- RedHat 7.3, 9.0
- RedHat Enterprise Linux 3
- SuSE 7.3, 8.0, 8.1, 8.2, 9.0, 9.1, 9.2, 9.3, 10.0, 10.1, 10.2, 10.3
- Debian 3.0 (Woody), 3.1 (Sarge), 4.0 (Etch)
- Fedora Core 1, 2, 3, 4
The following operating system utilities must be installed and enabled on the server:
- ifconfig
- grep
- find
- du
- cp
- chown
- chmod
- rm
- gzip
- tar
The following third-party components must be installed on your system for Parallels Confixx to function:
2.3. Regular Installation Procedure
- Log into the server as root.
- Download the Parallels Confixx 3.3.4 installation package from the following location:
http://download1.swsoft.com/Confixx/ConfixxPro3.3/3.3.4/confixx_pro_3.3.4-10_install.tgz.
- Untar the archive and go to the installation directory:
# cd /root
# tar -xfvz confixx_pro_3.3.4-10_install.tgz
# cd confixx-install
- Run the configuration script:
# ./configure.pl
Follow the script's prompts to provide the necessary Parallels Confixx configuration.
The configuration procedure can be aborted and resumed without any complications,
since changes have not yet been made to the system.
- Begin the installation by running the installation script:
# ./install.pl
Now the actual installation of Parallels Confixx will begin, and direct changes will be made to your system.
- Sometimes you need to add a secondary Parallels Confixx server for external mail or DNS, to the main
server (Parallels Confixx base server).
- Log into the secondary server as root, download and unpack the same installation archive.
- Run the configure.pl script and provide the following answers specific to the external server:
- Which version of Parallels Confixx do you want to install?
You can choose between Parallels Confixx base and External dns/mail server.
Choose External DNS/mail server.
- What is the name of your server? (complete domain name)
Hostname by which your server can be accessed on the Internet.
- Please enter the database server for Parallels Confixx.
Enter the complete hostname or IP address of the server on which the
Parallels Confixx base database is running.
- Please enter the name for the Parallels Confixx database
Enter the name of the database used by Parallels Confixx base.
- Please enter a user with access rights for the database confixxdb.
Enter the name of a user who has remote access to the Parallels Confixx database on the remote server.
- Please enter the password for database user confixxdb on remotehost.tld.
Enter the password for the database user.
Note: configure.pl will try and connect to remote Parallels Confixx database.
You cannot continue unless connection to remote database is successful.
You need to allow remote connections for that user in the database.
- Run install.pl to complete the installation of a secondary server.
- On the Parallels Confixx base server, edit confixx_main.conf:
- If you installed an external mail server, set $mail_server to 0.
- If you installed an external DNS server and don't want to use the Parallels Confixx base server as
a primary or secondary DNS server, set $dns_server also to 0.
-
- As for the Parallels Confixx base server, add the confixx_updatescript.pl to the crontab to run it every minute.
2.4. Installation from Parallels Confixx 3.3.4 Virtuozzo Container templates
- Download the respective Parallels Confixx 3.3.4 Virtuozzo Container templates:
- Follow the Virtuozzo Container template installation instructions
(see http://www.parallels.com/en/products/virtuozzo/docs/).
2.5. After the Installation
- Add the script checking for Parallels Confixx updates to the cron. For this, under root run crontab -e
and add/edit the following line:
*/1 * * * * /root/confixx/confixx_updatescript.pl
- Access the Parallels Confixx control panel Web interface. Open the page you have configured for Parallels Confixx control panel
(for example, http://www.myconfixxcp.net/), enter the admin login and password. Please refer to Parallels Confixx Admin Guide
for more details.
- Register Parallels Confixx. You can do this from the admin interface or from the command line on the server.
- In your Parallels Confixx control panel, select General Licensing Information, then select Unlock license,
and follow the interface instructions to enter your serial number and the key.
- To register Parallels Confixx by the console script:
- Copy the auto_reg.pl script from the /root/confixx/admin/contrib/ directory to
/root/confixx/
- Run the script and enter your serial number and the key.
Then you can run the script manually or have it run by crond (for example, if you have a rental license).
The script will register your Parallels Confixx license for the first time and update it afterwards.
- Also you might want to run /root/confixx/admin/admin.pl to activate/deactivate features in
Parallels Confixx configuration.
3. Upgrade Instructions
3.1. Regular Upgrade
- Download the Parallels Confixx 3.3.4 upgrade package from the following location:
http://download1.swsoft.com/Confixx/ConfixxPro3.3/3.3.4/confixx_pro_3.3.4-10_update.tgz.
- Choose your Parallels Confixx update version and download it to Parallels Confixx server
(for example, to
/root/).
Notes:
- Change into Parallels Confixx installation directory:
# cd /root/confixx/
- Rename old admin directory:
# rm rf admin.old
# mv admin admin.old
- Extract new Parallels Confixx update archive:
# tar -xfvz /root/confixx_pro_3.3.4-10_update.tgz
- Start Parallels Confixx update:
# ./admin/updates/update_3.x.pl
- Follow instructions to complete the update.
Note: After the update, depending on your previous version, you might need to update your license.
- Also you might want to run /root/confixx/admin/admin.pl to activate/deactivate features in
Parallels Confixx configuration.
3.2. Upgrade of Parallels Confixx 3.3.1 Installed from Virtuozzo Containers Templates.
Please refer to KB 5366.
4. What's New
[+] Added user mail backup/restore feature.
[*] Added a new design for AWStats placeholder.
[*] Added at-domain value to admin user stats page.
[-] Fixed an issue with moving email message to IMAP directory with an umlaut symbol in the directory name.
[-] Fixed an issue with autoresponder creation throwing the "Local key is unknown" error message.
[-] Fixed an issue with autoresponder creation when user has only a catchall email address and tries to enable autoresponder for it.
[-] Fixed user storage space calculation - now it includes mail disk usage if the $append_mail_disk_space config value is enabled.
[-] Fixed navigation between pages on the reseller's httpd special page.
[-] Fixed an issue with error notification in process of reseller creation
[-] Fixed license valid date info displayed while running system cron confixx_counterscript.pl in debug mode.
[-] Corrected a new email message header creation. Now it contains the Date value.
[-] Fixed displaying the Wildcard subdomain value in admin/reseller/user interface.
[-] Fixed saving Wildcard subdomain during user/reseller creation.
[-] Fixed an issue with Confixx EZ template structure for Debian 4.0 in 3.3.3 version.
[-] Corrected the deletion an email message in view mode. A deleted message is now is moved to IMAP Trash folder.
[-] Corrected mail disk usage calculation. It could be inaccurate for the $maildrop = 'HOMEDIR/Maildir/' config value.
Legend:
[+] new feature
[-] bug fixed or removed
[*] bug fixed and improvement made
5. Known Problems and Limitations
- phpMyAdmin is installed separately of SuSE 10.0 VZ Parallels Virtuozzo Container template for Parallels Confixx 3.3.4
(KB 5364)
- proftpd is installed separately of SuSE 10.0 VZ Parallels Virtuozzo Container template for Parallels Confixx 3.3.4
(KB 5362)
- Autoresponder may not work on VZ Virtuozzo Container template on Parallels Confixx 3.3.4 installed on SuSE 10.0
(KB 5365)
- Parallels Confixx fails to install on Debian Lenny (5.0)
(KB 5365)
- AWStats does not collect data on Confixx 3.3.2+ on Suse 10.3 EZ template based installations (KB 5540)
- Installation of Parallels Confixx 3.3.x on Virtuozzo 4.0.0-442 using the 'confixx' container sample fails (KB 5643)
6. Contact Information
Parallels Holdings
660 SW 39th Street
Suite 205
Renton, Washington 98057
USA
Phone: +1 (425) 282 6400
Fax: +1 (425) 282 6444
Web: http://www.parallels.com/
E-mail:
For billing information, email accounting@parallels.com
For purchasing or partnering information, email sales@parallels.com
To report problems with Parallels software, email
bugreport@parallels.com
For information on career opportunities with Parallels, email
careers@parallels.com
For press contact information, email press@parallels.com
For information about becoming a Partner, email
partners@parallels.com
For information on translating into your language, email
i18n@parallels.com
For general product information, email info@parallels.com
©Copyright 2008 Parallels GmbH. All rights reserved.