Posts

Showing posts with the label Zimbra Mail Server

How to install zimbra mta

Image
in this post, to use zimbra 8.6. "How to install zimbra mta". To prepare the package for install zimbra mta via to how to install and configure zimbra multi server . To step by step as the below: Download and install the zimbra open source #wget -qO- https://files.zimbra.com/downloads/8.6.0_GA/zcs-8.6.0_GA_1153.RHEL6_64.20141215151155.tgz -O zimbra-8.6.0_GA.tgz | tar xvz #cd zimbra-8.6.0_GA # ./install.sh The output: Operations logged to /tmp/install.log.1311 Checking for existing installation...     zimbra-ldap...NOT FOUND     zimbra-logger...NOT FOUND     zimbra-mta...NOT FOUND     zimbra-dnscache...NOT FOUND     zimbra-snmp...NOT FOUND     zimbra-store...NOT FOUND     zimbra-apache...NOT FOUND     zimbra-spell...NOT FOUND     zimbra-convertd...NOT FOUND     zimbra-memcached...NOT FOUND     zimbra-proxy...NOT FOUND     zimbra-archiving...NOT FOUND     zimbra-core...NOT FOUND PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE. ZIMBRA, I

How to install zimbra ldap

Image
in this post, to use zimbra 8.6. "How to install zimbra ldap". To prepare the package for install zimbra ldap via to  How to install and configure zimbra multi server . To step by step as the below: Download and install the zimbra open source #wget -c https://files.zimbra.com/downloads/8.6.0_GA/zcs-8.6.0_GA_1153.RHEL6_64.20141215151155.tgz -O zimbra-8.6.0_GA.tgz #tar zxvf zimbra-8.6.0_GA.tgz #cd zimbra-8.6.0_GA # ./install.sh The output Operations logged to /tmp/install.log.1228 Checking for existing installation...     zimbra-ldap...NOT FOUND     zimbra-logger...NOT FOUND     zimbra-mta...NOT FOUND     zimbra-dnscache...NOT FOUND     zimbra-snmp...NOT FOUND     zimbra-store...NOT FOUND     zimbra-apache...NOT FOUND     zimbra-spell...NOT FOUND     zimbra-convertd...NOT FOUND     zimbra-memcached...NOT FOUND     zimbra-proxy...NOT FOUND     zimbra-archiving...NOT FOUND     zimbra-core...NOT FOUND PLEASE READ THIS AGREEMENT CAREFULLY BEFORE USING T

Zimbra 8.6 restrict to user sending mail to certain domain

Image
How to restrict to user sending mail to certain domain. To configure on zimbra mta. Step 1: To add lines in file /opt/zimbra/conf/zmconfigd/smtpd_sender_restrictions.cf as bellow: #vi /opt/zimbra/conf/zmconfigd/smtpd_sender_restrictions.cf Adding lines the top as following: check_sender_access lmdb:/opt/zimbra/postfix/conf/restricted_senders Step 2: To add lines in file /opt/zimbra/conf/zmconfigd.cf vim /opt/zimbra/conf/zmconfigd.cf Adding the lines following before RESTART mta. POSTCONF smtpd_restriction_classes local_only     POSTCONF local_only FILE postfix_check_recipient_access.cf     RESTART mta Step 3: To create file "/opt/zimbra/conf/postfix_check_recipient_access.cf" vi /opt/zimbra/conf/postfix_check_recipient_access.cf Adding the lines following: check_recipient_access lmdb:/opt/zimbra/postfix/conf/local_domains, reject Step 4: To create file "/opt/zimbra/postfix/conf/restricted_senders" and list all user whom you restrict. vi

How to install and configure zimbra multi server

Image
In small system, to install zimbra All-in-one in single server mail .In medium and large system zimbra mail server, to install and configure multi server (the more ldap, mta , mailbox install in server separate). in this my post, the tutorial install and configure zimbra multi server and   use demo zimbra 8.6  Let's go! My Lab: Zimbra ldap Hostname: ldap.huuphan.local ip address: 192.168.131.11 Zimbra MTA Hostname: mta.huuphan.local ip address: 192.168.131.12 Zimbra Mailbox Hostname: mailbox.huuphan.local ip address: 192.168.131.13 Zimbra Proxy Hostname: proxy.huuphan.local ip address: 192.168.131.14 The requirement zimbra mail server *The DNS  mx records point to zimbra mail server to recive mail from internet. A records to resolve hostnames. *Firewall allow to ports of zimbra or disable firewall the example use to iptable. *Note: In this my post, using dns bind the external server for zimbra mail server.  How To Install the BIND DNS Ser

zimbra some services are not running [Solve problem]

Image
How to solved zimbra some services are not running. That after, to installed zimbra mail server. The display a some admin console status red in environment multiple server ( zimbra ldap, zimbra mailbox, zimbra mta etc.). Link to below you maybe likes: How to install and configure zimbra multi server.   How to restrict to user sending mail on zimbra 8.6. How to Restrict Sending to Distribution list in zimbra mail. How to change last login time for all accounts in zimbra ldap. How to zimbra reject authenticated sender login mismatch. Error zimbra some services are not running as bellow Step by step guide the solve problem zimbra some services are not running the following: To restart and enable cron service the permanently. service crond restart chkconfig crond on Opening rsyslog.conf file and uncomment the following. vim /etc/rsyslog.conf Uncomment these two lines $modload imupd $UDPServerRun514   To restart and enable rsyslog service the permanently. servic