Groupware Server With Group-Office, Postfix, Dovecot And SpamAssassin On Debian Lenny (5.0)
|
Submitted by mschering (Contact Author) (Forums) on Tue, 2009-02-24 11:27. :: Anti-Spam/Virus | Debian | Linux | Email | Postfix
Groupware Server With Group-Office, Postfix, Dovecot And SpamAssassin On Debian Lenny (5.0)IntroductionIn this howto I will explain how you can set up a groupware server using:
Set up the Debian installationDownload the Debian 5 net installer and install the base system. Just follow the Debian installation instructions and install as little software as possible. You can get Debian at http://www.debian.org. When you got Debian up and running run the following command to install all the required packages: apt-get install php5 php5-mysql php5-imap php5-gd php5-cli php5-curl apache2 postfix postfix-mysql mysql-server mysql-client phpmyadmin subversion dovecot-imapd libemail-valid-perl libmail-sendmail-perl spamassassin spamc zip tnef libwbxml2-utils sudo openssl pyzor razor rsync mailutils libmime-charset-perl libmime-encwords-perl
Set up Group-OfficeNow that all the required software is installed we can setup Group-Office. Get the Community or Professional version from: http://www.group-office.com. You need at least version 3.01-stable-2. Unpack the tar archive: # cd /var/www Create a directory for the Group-Office protected user files: # mkdir /home/groupoffice Create a directory for the Group-Office public files: # mkdir /var/www/local You can choose 3 different locations for the config.php file that is used by Group-Office:
It's best to keep the config.php file out of the source directory. This way you can upgrade easier later. We will make apache the owner temporarily so that the install script can write to it. # touch /var/config.php Now launch http://your.server/groupoffice/install/ and follow the instructions on screen. Choose "Create new database" and use the root user to create a new database called "groupoffice". # chown root /var/config.php Edit the Group-Office config.php file and add: $config['postfixadmin_autoreply_domain']="autoreply.example.com"; Make sure the domain matches with the vacation transport of postfix you will add later. Now Group-Office is up and running!
|



Recent comments
1 day 5 hours ago
1 day 5 hours ago
1 day 10 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 6 hours ago
2 days 10 hours ago
2 days 12 hours ago