1
| yum install -y sudo libidn gmp libstdc++.i686 libstdc++ nc sysstat sqlite perl libtool-ltdl libtool-ltdl-devel bind |
1
2
| service iptables stop chkconfig iptables off |
1
| vi /etc/sysconfig/selinux |
1
| SELINUX=disabled |
1
| vi /etc/named .conf |
1
2
3
4
5
| zone "dominio.com.br" IN { type master; file "db.dominio.com.br" ; }; include "/etc/rndc.key" ; |
1
2
3
4
5
6
7
8
9
10
| $TTL 86400 @ IN SOA mail.dominio.com.br. root.mail.dominio.com.br. ( 10118 ; Serial 43200 ; Refresh 3600 ; Retry 3600000 ; Expire 2592000 ) ; Minimum IN NS mail.dominio.com.br. MX 10 mail.dominio.com.br. mail IN A 192.168.0.123 |
1
| 192.168.0.123 mail.dominio.com.br mail |
1
2
3
| service named start chkconfig named on |
1
| nameserver 127.0.0.1 |
1
| hostname mail.dominio.com.br |
1
2
3
4
5
| tar -zxvf zcs-8.0.7_GA_6020.RHEL6_64.20140321160526.tgz cd zcs-8.0.7_GA_6020.RHEL6_64.20140321160526 . /install .sh |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| Install zimbra-ldap [Y] Install zimbra-logger [Y] Install zimbra-mta [Y] Install zimbra-snmp [Y] Install zimbra-store [Y] Install zimbra-apache [Y] Install zimbra-spell [Y] Install zimbra-memcached [N] Install zimbra-proxy [N] Checking required space for zimbra-core checking space for zimbra-store Installing: zimbra-core zimbra-ldap zimbra-logger zimbra-mta zimbra-snmp zimbra-store zimbra-apache zimbra-spell The system will be modified. Continue? [N] |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| Main menu 1) Common Configuration: 2) zimbra-ldap: Enabled 3) zimbra-store: Enabled +Create Admin User: yes +Admin user to create: admin@mail.dominio.com.br ******* +Admin Password UNSET +Anti-virus quarantine user: virus-quarantine.ebx24m0sq@mail.dominio.com.br +Enable automated spam training: yes +Spam training user: spam._dtqtzg5@mail.dominio.com.br +Non-spam(Ham) training user: ham.zdkapqgaa@mail.dominio.com.br +SMTP host: mail.dominio.com.br +Web server HTTP port: 80 +Web server HTTPS port: 443 +Web server mode: https +IMAP server port: 143 +IMAP server SSL port: 993 +POP server port: 110 +POP server SSL port: 995 +Use spell check server: yes +Spell server URL: http: //mail .dominio.com.br:7780 /aspell .php +Configure for use with mail proxy: FALSE +Configure for use with web proxy: FALSE +Enable version update checks: TRUE +Enable version update notifications: TRUE +Version update notification email: admin@mail.dominio.com.br +Version update source email: admin@mail.dominio.com.br 4) zimbra-mta: Enabled 5) zimbra-snmp: Enabled 6) zimbra-logger: Enabled 7) zimbra-spell: Enabled 8) Default Class of Service Configuration: r) Start servers after configuration yes s) Save config to file x) Expand menu q) Quit |
1
2
3
4
5
| Select from menu, or press 'a' to apply config (? - help) a Save configuration data to a file ? [Yes] y Save config in file : [ /opt/zimbra/config .31129] Saving config in /opt/zimbra/config .31129... done . The system will be modified - continue ? [No] y |
Social