3. Getting and installing the softwareMost of the software is included in your Linux distribution. I. e. SuSE is shipping Cyrus as far as I know since 7.1. Since SuSE 8.1, cyrus-imap 2.1 and sasl2 is included, and works. It is still recommended to compile Cyrus by yourself. SuSE does not ship a MySQL enabled Postifx. Please let me know about other distributions, especially Debian. 3.1. Getting and installing MySQL3.1.1. DownloadOrigin-Site: http://www.mysql.com/downloads/ 3.1.2. Building and installing
For security-improvement add a mysql-user on your system i.e. »mysql«, then
You may wish to start MySQL automatically at boottime, copy /usr/local/mysql/share/mysql/mysql.server to /etc/init.d/ for SuSE, for Redhat it is /etc/rc.d/init.d instead of /etc/init.d/. Further you need to add symbolic links to /etc/init.d/rc3.d for SuSE and /etc/rc.d/rc3.d for Redhat. The following example is for SuSE Linux and should be easily changed for Redhat and other Linux distributions and commercial Unixes.
3.2. Getting and installing Berkeley DBThe Berkeley DB is a requirement for building Cyrus-SASL and Cyrus-IMAP. Some Systems comes with recent versions but without the header files installed. Please see your distributors CD/DVD to check if you can install the header files from a package. Usually this package is called bdb-devel. The version that comes with GNU/Debian Linux is out of Date, you will need to compile most recent version instead. If you already installed Berkely DB on your Debian Box, please fist uninstall the software to prevent conflicts. It is also very important, that Cyrus-SASL and Cyrus-IMAP is compiled with the same version of Berkely DB of else you can run into problems 3.2.1. Download Berkely DBOrigin-Site: http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz 3.3. Getting and installing OpenSSL3.3.1. Download OpenSSLOrigin-Site http://www.openssl.org 3.3.2. Building and installing
3.4. Getting and installing Cyrus SASL and IMAPBuilding Cyrus SASL and IMAP from source is not a easy task. There are some prerequisites to be fulfilled, and lots of difficult authentication related stuff to be considered. 3.4.1. Download Cyrus SASL and Cyrus IMAPOrigin-Site: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.12.tar.gz Origin-Site: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-2.1.12.tar.gz 3.4.2. Create the cyrus userOn most systems there is no cyrus user and mailgroup per default. Check for a free UID, usually daemons are running with UID less that 100. As example I'm using UID 96 like SuSE has in the default /etc/passwd.
3.4.3. Building and installing Cyrus SASL
The SASL library is installed in /usr/local/lib/sasl2 but some programs are expecting SASL in /usr/lib/sasl2. So it is a good idea to create a symbolic link: ln -s /usr/local/lib/sasl2 /usr/lib/sasl2. 3.4.4. Building Cyrus-IMAP
3.4.5. Automatic startup scriptIf you wish to start the Cyrus IMAP daemon automatically after booting, you need a startupscript. Place the following script in /etc/init.d/ for Redhat it is /etc/rc.d/init.d instead of /etc/init.d/.
If I get the time, I'll provide a more sophisticated script, but this script works Now create the Symlinks in the runlevel directory (SuSE):
For Redhat:
3.5. Getting and installing Postfix3.5.1. DownloadOrigin-Site: http://www.postfix.org/ftp-sites.html 3.5.2. Creating a User-ID (UID) and Group-ID (GID) for postfixBefore you can build and install postfix you have to be sure a »postfix« and a »postdrop« groups and users exists on the system. First check for the groups. You can check this by grep postfix /etc/group and grep maildrop /etc/group If there are no such groups and users, you just create them. Search for a free nummeric UID and GID. In the following example I will use UID and GID 33333 for Postfix and 33335 for the maildrop UID and GID. This ID's are corresponding to other documents.
3.5.3. Building and installingThe following screen shows what you have to do, if you installed MySQL from source as described above. If you installed MySQL from a binary package such as rpm or deb, then you have to change the include and library-flags to -I/usr/include/mysql and -L/usr/lib/mysql.
During make install a few question are asked. Just pressing Enter should match your needs. For Redhat users it could be useful to enter /usr/local/share/man Now you need to create some sybolic links to start Postfix automatically on system startup. The sample is for SuSE Linux, please consult your vendors manual for other distributions.
3.6. Getting and installing PAMPAM is on almost all ditributions installed by default. I'm not descibing here how compile PAM by yourself, because it could break your system. I'll describe instead, how install the RPM. the version could be vary.
Experianced Debian users: Please provide me information how to install pam-devel, thanks 3.7. Getting and installing pam_mysql3.7.1. DownloadOrigin-Site: http://sourceforge.net/projects/pam-mysql/ 3.7.2. Installing
Depending if you compiled mysql by yourself or not, check the Makefile and enter the correct path to your mysql libs and add the compiler flag CFLAGS -I/path/to/mysql/include.
After customizing that file go ahead with compiling pam_mysql
3.8. Getting and installing Web-cyradm3.8.1. DownloadOrigin-Site: http://www.web-cyradm.org 3.8.2. Installing
After unpacking web-cyradm, move it to a place in your webservers DocumentRoot Thats all. Now you need to configure the whole bunch of software. Web-cyradm 0.5.3 is considered stable, and was released on 2003-03-24 Since web-cyradm uses PEAR for its database abstraction layer, you also need a recent copy of PEAR. This is included in recent PHP Versions. I strongly suggest to update PHP to 4.3.1, because a lot of important bugs have been fixed. An often mistake is to forget to touch the logfile and change the owner to the UID that Apache use. This is usually »nobody« or »wwwrun«. 3.8.3. Create the databases and tablesNow we need to create the database and tables for Postfix and Web-cyradm and add a user to the database. Web-cyradm comes with three MySQL scripts: insertuser_mysql.sql and create_mysql.sql. The first inserts the Database user to the database »mysql« and creates the database »mail«. The second creates the needed tables and populates the database with an initial admin-user and the cyrus user. The third script is used for upgrading from Web-cyradm 0.5.2 to 0.5.3. The password for the database user »mail« in this example is »secret«. Please insert whatever user and password you like. The username for the initial superuser is »admin« with the password »test«.
After customizing the username and password, apply the scripts:
3.8.4. Upgrading from 0.5.2 to 0.5.3In version 0.5.3 there us a small Database enhancement done. You can upgrade your Database by issuing the MySQL script that commes with the distribution.
Since Version 0.5.3 web-cyradm does have full support for DES crypted passwords. You can use the php-script migrate.php to convert the users passwords from plain to unix compatible crypt (DES).
Linux HOWTO full list |
|
This document, LDP HOWTO-INDEX, is copyrighted (c) 1995 - 2002 by Tim Bynum, Guylhem Aznar, Joshua Drake and Greg Ferguson. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is available at http://www.gnu.org/copyleft/fdl.html. If you have questions, please contact the LDP.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |