Resposta de
randra em 23/05/2007 - 12:43h:
* randra usa Debian
* randra tem conceito: 7.7




wget
http://telia.dl.sourceforge.net/sourceforge/courier/sqwebmail-3.4.0.20021026.tar.bz2
$ tar zxvf sqwebmail-0.99.tar.gz
$ cd sqwebmail-0.99
$ ./configure --enable-imagedir=/webserver_document_root \
> --enable-cgibindir=/webserver_cgi-bin \
> --enable-lang=pt-BR --with-defaultlang=pt-BR [more options]
$ make configure-check
$ make
$ make check
# make install-strip
Colocando em Português
$ tar -xvzf sqwebmail-3.0.0.20010827.tar.gz
$ cd sqwebmail-3.0.0.20010827
$ ./configure --enable-imagedir=/home/httpsd/htdocs \
> --enable-cgibindir=/home/httpsd/cgi-bin \
> --enable-unicode=unicode_ISO8859_1 \
> --enable-utf7-folder-encoding \
> --without-authmysql
$ cd sqwebmail/html
$ make clone from=en-us to=pt-BR
$ echo "pt-50 pt-BR" > pt-BR/LANGUAGE_PREF
$ echo pt_BR > pt-BR/LOCALE
$ echo portuguese > pt-BR/ISPELLDICT
$ cd ../..
$ ./configure --enable-imagedir=/home/httpsd/htdocs \
> --enable-cgibindir=/home/httpsd/cgi-bin \
> --enable-unicode=unicode_ISO8859_1 \
> --enable-utf7-folder-encoding \
> --without-authmysql
Em seguida traduzir templates localizados em
sqwebmail-VERSÃO/sqwebmail/html/pt-BR
$ make dist