Mudanças entre as edições de "Iredmail"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 1: | Linha 1: | ||
página do projeto | página do projeto | ||
* http://www.iredmail.org/ | * http://www.iredmail.org/ | ||
+ | |||
+ | em /etc/apt/sources.list adicione | ||
+ | deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free | ||
+ | |||
+ | hostname | ||
+ | echo mail > /etc/hostname | ||
+ | hostname -F /etc/hostname | ||
+ | |||
+ | em /etc/hosts | ||
+ | 127.0.0.1 mail.quijaua.net mail localhost localhost.localdomain | ||
+ | |||
== instalando == | == instalando == | ||
Linha 14: | Linha 25: | ||
atualizando clamav | atualizando clamav | ||
# freshclam | # freshclam | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
atualize | atualize | ||
− | + | aptitude update; aptitude upgrade |
Edição das 01h13min de 9 de maio de 2010
página do projeto
em /etc/apt/sources.list adicione
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
hostname
echo mail > /etc/hostname hostname -F /etc/hostname
em /etc/hosts
127.0.0.1 mail.quijaua.net mail localhost localhost.localdomain
instalando
cd /usr/src apt-get install -y mysql-server dialog bzip2 wget -c http://iredmail.googlecode.com/files/iRedMail-0.6.0-beta3.tar.bz2 tar jxvf iRedMail-0.6.0-beta3.tar.bz2 cd iRedMail-0.6.0-beta3/pkgs sh get_all.sh cd .. sh iRedMail.sh
atualizando clamav
# freshclam
atualize
aptitude update; aptitude upgrade