User Tools

Site Tools


internet:mail:zarafa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:zarafa [2014/03/19 12:52]
gcooper
— (current)
Line 1: Line 1:
-====== Zarafa Collaboration Platform ====== 
  
-Editions: http://www.zarafa.com/content/editions 
- 
-Web Client: http://www.zarafa.com/content/webapp 
- 
-Mobility: http://www.zarafa.com/content/mobility 
- 
-http://www.unixmen.com/install-zarafa-centos-6-5-alternative-microsoft-exchange-mail-server/ 
- 
-http://wiki.centos.org/OzydeJong/CentOS6_ZarafaServer7 
- 
-http://wiki.centos.org/OzydeJong/CentOS6_ZarafaServer7_Z-push1 
- 
-===== CentOS 6.5 ===== 
- 
-Perform a **[[computing:linux:minimal_centos_install|Minimal Install]]**. 
- 
-Change the SSH port and firewall. 
- 
-Install some prerequisites, start some services and reboot: 
- 
-<file> 
-yum install file libxslt poppler-utils unzip sysstat mysql-server mysql php php-cli w3m httpd \ 
-vim-enhanced wget libicu boost man postfix telnet 
- 
-chkconfig mysqld on 
-chkconfig httpd on 
- 
-reboot 
-</file> 
- 
-Secure MySQL: 
- 
-<file> 
-/usr/bin/mysql_secure_installation 
-</file> 
- 
-selinux: 
- 
-<file> 
-setsebool httpd_can_network_connect=1 
-</file> 
- 
-===== Install ZCP ===== 
- 
-:!: The community edition is available in the [[computing:linux:epel|EPEL Repo]].  Use that for the community edition. 
- 
-==== Get Trial Edition ==== 
- 
-Download then copy the install tarball to the Zarafa server: 
- 
-<file> 
-scp -vP 2222 Desktop/zcp-7.1.8-44004-rhel-6-x86_64-evaluation.tar.gz root@zarafa.mydomain.com:~ 
-</file> 
- 
-==== Install Community Edition ==== 
- 
-Configure the [[computing:linux:epel|EPEL Repo]]. 
- 
-<file> 
-yum install zarafa zarafa-webaccess 
-</file> 
- 
-==== Install ==== 
- 
-Extract the tarball: 
- 
-<file> 
-tar -xzvf zcp-7.1.8-44004-rhel-6-x86_64-free.tar.gz 
-cd zcp-7.1.8-44004-rhel-6-x86_64-free 
-</file> 
- 
-Install a prerequisite and launch the installer: 
- 
-<file> 
-rpm -ivh catdoc* 
- 
-./install.sh 
-</file> 
- 
-==== Localization ==== 
- 
-<file> 
-vim /etc/sysconfig/zarafa 
- 
-ZARAFA_LOCALE="en_US" 
-ZARAFA_USERSCRIPT_LOCALE="en_US" 
-</file>  
- 
-==== Attachment Storage ==== 
- 
-<file> 
-vim /etc/zarafa/server.cfg 
- 
-attachment_compression  = 9 
-</file> 
- 
-If you want to store attachments in the MySQL database instead: 
- 
-<file> 
-attachment_storage = database 
-</file> 
- 
-==== Restart Zarafa ==== 
- 
-<file> 
-service zarafa-server restart 
-</file> 
- 
-===== Web Access ===== 
- 
-<file> 
-rm /etc/httpd/conf.d/welcome.conf 
-</file> 
- 
-<file> 
-vim /etc/httpd/conf/httpd.conf 
- 
-DocumentRoot "/usr/share/zarafa-webaccess" 
-</file> 
- 
-<file> 
-service httpd restart 
-</file> 
- 
-===== Create Admin User ===== 
- 
-<file> 
-zarafa-admin -c admin -P -f "System Administrator" -e admin@yourdomain.tld -a 2 
-</file> 
- 
-:!: 'a' is the admin level, (0) = user, (1) = admin, (2) = organisation admin 
- 
-You can check whether this worked with 
- 
-<file> 
-zarafa-admin -l 
- 
-zarafa-admin --details <username> 
-</file> 
- 
-===== Postfix ===== 
- 
-<file> 
-postconf -e "myhostname = zarafa.virtualarchitects.com" 
-postconf -e 'mydomain = virtualarchitects.com' 
-postconf -e 'myorigin = $mydomain' 
-postconf -e 'inet_interfaces = all' 
-postconf -e 'inet_protocols = all' 
-postconf -e 'mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain' 
-postconf -e 'mynetworks = 192.168.0.0/24, 127.0.0.0/8, 10.10.0.0/16, 198.167.188.32/27, 198.167.189.16/28' 
-postconf -e 'home_mailbox = Maildir/' 
- 
-/etc/init.d/postfix reload 
-</file> 
internet/mail/zarafa.1395255168.txt.gz · Last modified: 2014/03/19 12:52 by gcooper