Pular para o conteúdo principal

Zimbra 6.0 e Centos 5.4

1. Instalar Centos
2. Editar /etc/hosts
127.0.0.1 localhost.localdomain localhost
xx.xx.xx.x webmail.domain.xx webmail
3. yum update -y
4. yum install compat-db gmp compat-libstdc++-296 compat-libstdc++-33 libtool-ltdl sysstat
5. yum remove sendmail
6. yum install fetchmail
6. Desactivar os serviços, exim, cups e bluetooth
7. chkconfig --level 0123456 exim off
8. Editar o ficheiro /etc/sudoers e comente a linha “defaults requiretty”
9. Editar o ficheiro /etc/sysconfig/i18n e deletar a linha LANG=”en_US.UTF-8”.
10. Executar
tar xvfz zcs-6.0.1_GA_1816.RHEL5.20090911181524.tgz
cd zcs-6.0.1_GA_1816.RHEL5.20090911181524
11. ./install.sh --platform-override
12 Quase no final da instalação, se tudo correu bem, o zimbra apresentará uma mensagem de erro, a informar que localhost.localdomain é um endereço inválido.
Setting defaults…No results returned for A lookup of localhost.localdomain
Checked nameservers:
XXX.XX.XXX.X
XX.XXX.XX.XXX
Ajuste as configurações de hostname e domain name.
DNS ERROR resolving localhost.localdomain
It is suggested that the hostname be resolveable via DNS
Change hostname [Yes] Please enter the logical hostname for this host [localhost.localdomain] zimbra.dominio.com
DNS ERROR resolving MX for zimbra.dominio.com
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create Domain: [zimbra.dominio.com] dominio.com
MX: zimbra.dominio.com(XXX.XX.XXX.XX)
Interface: XXX.XX.XXX.XX
Interface: 127.0.0.1
done.

12. Após ajustar o hostname e o domain, será apresentado um menu com várias configurações do zimbra. É necessário fazer algumas configurações
No menu 3) Zimbra Store Recomendo alterar:
4) Admin Password
12) Web server mode – De http para redirect, assim todo o acesso http é automagicamente redirecionado para https, adicionando um pouco mais de segurança para o usuário final.
No menu 1) Common configuration, ajustar o 6) TimeZone
Recomendo passar nos outros menus para verificar se as outras configurações a fim de refletirem o seu ambiente. Observar também se os endereços mostrados correspondem ao seu hostname e domínio.
Após o término da configuração, use a opção “a” para salvar e aplicar as novas configurações. O instalador passará por mais alguns pontos e com sorte, o processo estará finalizado em alguns minutos.

13. E já está

Comentários

Postagens mais visitadas deste blog

Favigen, Favicon Generator

Favigen, Favicon Generator : " Favicons are small icons that help identify websites. They are used as a visual representation of a website both in the web browser and at many online services. The three most prominent locations of favicons are the browser’s address bar, the tabbar and the bookmarks folder. Many webmasters like to create custom favicons to add that custom identifier to their website. Favicons can be created in many image and icon editors, but also online. Favigen is a straightforward favicon generator that can turn an image into a favicon. All that it takes is to pick an image from the local hard drive first, select the dimensions of the favicon and click the submit button to make the service generate the favicon. Favigen supports several image formats, including jpg and png, and it does not seem to have size restrictions either. Available image dimensions range are 16×16, 32×32 and 64×64. The generated favicon is displayed directly on the page. A click on do...

A simple rsync script to back up your home directory

A simple rsync script to back up your home directory : " Backing up important data is obviously something we should all do. Unfortunately, it is not always easy to make it happen. We get lazy; we do not have the additional hardware for a backup server; it takes a long time and a lot of CDs to back up to optical media; we do not trust online backup services; backup schemes are difficult to set up and use — any of dozens of reasons can stand in our way. Still, we know we should be backing up our important data. Modern open source Unix-like operating systems offer a plethora of options for incredibly simple, effective backup schemes, however. If the problem is figuring out how to set one up, a simple rsync solution may be exactly what you need. The rsync utility is used to synchronize files between two systems. It does so by way of incremental copies, only copying from the source to the destination what has not already been copied there, saving time, network bandwidth, and syst...

Google Wave now open to the public: faster, Robots and Gadgets aplenty!

Google Wave now open to the public: faster, Robots and Gadgets aplenty! : " Filed under: Internet , Google If you somehow missed it, Google Wave is now a bonafide Labs project: rather than being an invite-only alpha, it's now a public beta test! If you don't already have an account, just head on over to Wave and use your regular Google login details. If you've not seen any of the Google Wave introductory videos , you should check them out -- they explain the whole thing a lot more succinctly than I ever could. Wave has also been enabled for Google Apps domains -- businesses could convert their internal communication to Waves today! Leading up to this public release there have a lot of changes. It's by no means finished, but Google Wave is now a lot faster . It's also more intuitive -- more useful -- and given the large number of Robots and Gadgets now reaching prime-time readiness, it feels like the mass adoption of Wave is imminent. Also, if you're an ol...