Re: Plugin CHECK_QUOTA

2007-08-29 Por tôpico Gustavo Tux
Tu é o cara

Muito obrigado meu irmão


-- 
_
Gerente de TI
IDT / UFRJ
Tels: 2562-2887/2833


Re: Plugin CHECK_QUOTA

2007-08-28 Por tôpico Julio Gimenes
Bom dia Gustavo,

Hoje de manhã tirei um tempinho para dar uma olhada no plugin username, o 
processo de instalação é bem simples se segui o da documentação está correto, o 
problema é que o usuário deve habilitar ou desabilitar o plugin.
 
Faça o login no Webmail com seu usuário depois vá em "Options > Dysplay 
Preference" e altere as opções "Show Username", "Show Username Position" e Show 
"Username in Message Of The Day" conforme sua necesidade.

Agora você deve estar pensando que saco, "vou ter que entrar na conta de todos 
usuários para fazer isso??"

Não é necessário, depois das configurações feitas definidas para seu usuário 
edite ou liste o arquivo cat /var/www/webmail/data/[EMAIL PROTECTED] e copie as 
linha relativas a este plugin, as linhas são:

show_username=1
show_username_pos=top
username_motd=0

Inclua essas 3 linhas no arquivo /var/www/webmail/default_pref para que cada 
novo usuário que se logar no webmail já tenha esse plugin habilitado.

Agora monte um simples script para adicionar essas linhas no .prefs do demais 
usuários.

#!/bin/bash
cd /var/www/webmail/data/
for prefs in *.pref ; do
echo "show_username=1
show_username_pos=top
username_motd=0" >> $prefs
done
#EOF

Julio.

- Mensagem original  
De: Gustavo Tux <[EMAIL PROTECTED]> 
Para: Julio Gimenes <[EMAIL PROTECTED]> 
Cc: debian-user-portuguese@lists.debian.org 
Enviadas: Terça-feira, 28 de Agosto de 2007 0:19:59 
Assunto: Re: Plugin CHECK_QUOTA 

Muito obrigado amigo 


Em 27/08/07, Julio Gimenes <[EMAIL PROTECTED]> escreveu: 
Boa noite, 

fico feliz em ter ajudado é uma pena que esse plugin eu nunca instalei, assim 
que tiver um tempinho vou dar uma olhada e se tiver sucesso na instalação 
coloco aqui o passo o passo. 

Att., 

Julio. 

Muito obrigado prezado Jilio! 

O msg_flags ficou legal só o plugin "username" não rolou, a forma que eu 
instalo ele é igual ao do "CHECK_QUOTA" vi no arquivo de ajuda dele mesmo, mas 
não rolou. Não sei mais o que fazer... 


Em 24/08/07, Julio Gimenes < [EMAIL PROTECTED]> escreveu: 
Muito obrigado Júlio! 

Este pluigin agora está funcionando perfeitamente. Agora... instalei outros 
dois plugins ("usernama diaplay", "mail_flags") obedecendo as mesmas instruções 
e nada. O que devo fazer? 


2007/8/22, Julio Gimenes <[EMAIL PROTECTED]>: 
Caros companheiros!!! 

Alguém por aqui poderia me dizer como eu faço para habilitar o plugin 
"CHACK_QUOTA" no Squirremail? 

-- 
_ 
Gerente de TI 
IDT / UFRJ 
Tels: 2562-2887/2833 

Oi Gustavo, 

O msg_flags não é instalado da mesma forma, por acaso tenho aqui o procedimento 
de instalação e envio abaixo. Já o username_display eu nunca instalei, verique 
se dentro do diretório dele não existe um arquivo chamado INSTALL e ou README 
que deve trazer instruções especificas para instalação desse plugin. 

Depois de baixar o pacote e descompactar siga as intruções abaixo adequando os 
diretórios para sua estrutura. 
. 
cp -rf msg_flags /var/www/webmail/plugins 
cp -f /var/www/webmail/functions/mailbox_display.php 
/var/www/webmail/functions/mailbox_display.php.old 
cp -f /var/www/webmail/src/move_messages.php 
/var/www/webmail/src/move_messages.php.old 
cp -f /var/www/webmail/src/left_main.php /var/www/webmail/src/left_main.php.old 
cp -f /var/www/webmail/plugins/msg_flags/functions/mailbox_display.php 
/var/www/webmail/functions/mailbox_display.php 
cp -f /var/www/webmail/plugins/msg_flags/src/move_messages.php 
/var/www/webmail/src/move_messages.php 
cp /var/www/webmail/plugins/msg_flags/src/left_main.php 
/var/www/webmail/src/left_main.php 



Siga as intruções do INSTALL se der erri posta ai... 

Installing Check Quota 
== 
1) To install Check Quota, you must untar and gunzip the quota file you 
downloaded. This is an example to do this with version 2.2 of the plugin: 
On Linux, FreeBSD, etc: 
$ cd plugins 
$ tar -xvfz check_quota-2.2-1.4.0.tar.gz 
On Solaris, when using Solaris native tar: 
$ cd plugins 
$ gzip -d check_quota-2.2-1.4.0.tar.gz 
$ tar -xvf check_quota- 2.2-1.4.0.tar 
2) Change into the check_quota directory, copy config.sample.php to 
config.php and edit config.php, making adjustments as you deem 
necessary (see "Configuring Check Quota" below). 
$ cd check_quota 
$ cp config.sample.php config.php 
$ vi config.php 
3) Then go to your SquirrelMail root directory and run configure. Choose 
option 8 and move the plugin from the "Available Plugins" category to 
the "Installed Plugins" category. Save and exit. 
$ cd ../../ 
$ ./configure 
PLEASE NOTE that if you are using the MOTD warning functionality in 
Check Quota and you have any other plugins that modify the MOTD, you 
should usually make sure that Check Quota is listed AFTER the other 
MOTD-related plugins. 


Flickr agora em português. Você clica, to

Re: Plugin CHECK_QUOTA

2007-08-27 Por tôpico Gustavo Tux
Muito obrigado amigo

Em 27/08/07, Julio Gimenes <[EMAIL PROTECTED]> escreveu:
>
> Boa noite,
>
> fico feliz em ter ajudado é uma pena que esse plugin eu nunca instalei,
> assim que tiver um tempinho vou dar uma olhada e se tiver sucesso na
> instalação coloco aqui o passo o passo.
>
> Att.,
>
> Julio.
> Muito obrigado prezado Jilio!
>
> O msg_flags ficou legal só o plugin "username" não rolou, a forma que eu
> instalo ele é igual ao do "CHECK_QUOTA"  vi no arquivo de ajuda dele mesmo,
> mas não rolou. Não sei mais o que fazer...
>
>
> Em 24/08/07, Julio Gimenes <[EMAIL PROTECTED]> escreveu:
> >
> > Muito obrigado Júlio!
> >
> > Este pluigin agora está funcionando perfeitamente. Agora... instalei
> > outros dois plugins ("usernama diaplay", "mail_flags") obedecendo as mesmas
> > instruções e nada. O que devo fazer?
> >
> >
> > 2007/8/22, Julio Gimenes <[EMAIL PROTECTED]>:
> > Caros companheiros!!!
> >
> > Alguém por aqui poderia me dizer como eu faço para habilitar o plugin
> > "CHACK_QUOTA" no Squirremail?
> >
> > --
> > _
> > Gerente de TI
> > IDT / UFRJ
> > Tels: 2562-2887/2833
> >
> > Oi Gustavo,
> >
> > O msg_flags não é instalado da mesma forma, por acaso tenho aqui o
> > procedimento de instalação e envio abaixo. Já o username_display eu nunca
> > instalei, verique se dentro do diretório dele não existe um arquivo chamado
> > INSTALL e ou README que deve trazer instruções especificas para instalação
> > desse plugin.
> >
> > Depois de baixar o pacote e descompactar siga as intruções abaixo
> > adequando os diretórios para sua estrutura.
> > .
> > cp -rf msg_flags /var/www/webmail/plugins
> > cp -f /var/www/webmail/functions/mailbox_display.php
> > /var/www/webmail/functions/mailbox_display.php.old
> > cp -f /var/www/webmail/src/move_messages.php
> > /var/www/webmail/src/move_messages.php.old
> > cp -f /var/www/webmail/src/left_main.php
> > /var/www/webmail/src/left_main.php.old
> > cp -f /var/www/webmail/plugins/msg_flags/functions/mailbox_display.php
> > /var/www/webmail/functions/mailbox_display.php
> > cp -f /var/www/webmail/plugins/msg_flags/src/move_messages.php
> > /var/www/webmail/src/move_messages.php
> > cp /var/www/webmail/plugins/msg_flags/src/left_main.php
> > /var/www/webmail/src/left_main.php
> >
> >
> >
> > Siga as intruções do INSTALL se der erri posta ai...
> >
> > Installing Check Quota
> > ==
> > 1) To install Check Quota, you must untar and gunzip the quota file you
> > downloaded. This is an example to do this with version 2.2 of the
> > plugin:
> > On Linux, FreeBSD, etc:
> > $ cd plugins
> > $ tar -xvfz check_quota-2.2-1.4.0.tar.gz
> > On Solaris, when using Solaris native tar:
> > $ cd plugins
> > $ gzip -d check_quota-2.2-1.4.0.tar.gz
> > $ tar -xvf check_quota- 2.2-1.4.0.tar
> > 2) Change into the check_quota directory, copy config.sample.php to
> > config.php and edit config.php, making adjustments as you deem
> > necessary (see "Configuring Check Quota" below).
> > $ cd check_quota
> > $ cp config.sample.php config.php
> > $ vi config.php
> > 3) Then go to your SquirrelMail root directory and run configure. Choose
> > option 8 and move the plugin from the "Available Plugins" category to
> > the "Installed Plugins" category. Save and exit.
> > $ cd ../../
> > $ ./configure
> > PLEASE NOTE that if you are using the MOTD warning functionality in
> > Check Quota and you have any other plugins that modify the MOTD, you
> > should usually make sure that Check Quota is listed AFTER the other
> > MOTD-related plugins.
> >
> >
> > Flickr agora em português. Você clica, todo mundo vê.
> > http://www.flickr.com.br/
> >
> >
> >
> >
> >
> > --
> > _
> > Gerente de TI
> > IDT / UFRJ
> > Tels: 2562-2887/2833
> >
> >
> >  Flickr agora em português. Você clica, todo mundo vê.
> > http://www.flickr.com.br/
> >
> >
>
>
> --
> _
> Gerente de TI
> IDT / UFRJ
> Tels: 2562-2887/2833
>
>
> Flickr agora em português. Você clica, todo mundo vê. Saiba 
> mais.
>
>



-- 
_
Gerente de TI
IDT / UFRJ
Tels: 2562-2887/2833


Re: Plugin CHECK_QUOTA

2007-08-27 Por tôpico Julio Gimenes
Boa noite,

fico feliz em ter ajudado é uma pena que esse plugin eu nunca instalei, assim 
que tiver um tempinho vou dar uma olhada e se tiver sucesso na instalação 
coloco aqui o passo o passo. 

Att., 

Julio.

Muito obrigado prezado Jilio!
 
O msg_flags ficou legal só o plugin "username" não rolou, a forma que eu 
instalo ele é igual ao do "CHECK_QUOTA"  vi no arquivo de ajuda dele mesmo, mas 
não rolou. Não sei mais o que fazer... 

 
Em 24/08/07, Julio Gimenes <[EMAIL PROTECTED]> escreveu: 
Muito obrigado Júlio!

Este pluigin agora está funcionando perfeitamente. Agora... instalei outros 
dois plugins ("usernama diaplay", "mail_flags") obedecendo as mesmas instruções 
e nada. O que devo fazer? 


2007/8/22, Julio Gimenes <[EMAIL PROTECTED]>:
Caros companheiros!!!

Alguém por aqui poderia me dizer como eu faço para habilitar o plugin 
"CHACK_QUOTA" no Squirremail? 

--
_
Gerente de TI
IDT / UFRJ
Tels: 2562-2887/2833

Oi Gustavo,

O msg_flags não é instalado da mesma forma, por acaso tenho aqui o procedimento 
de instalação e envio abaixo. Já o username_display eu nunca instalei, verique 
se dentro do diretório dele não existe um arquivo chamado INSTALL e ou README 
que deve trazer instruções especificas para instalação desse plugin. 

Depois de baixar o pacote e descompactar siga as intruções abaixo adequando os 
diretórios para sua estrutura.
.
cp -rf msg_flags /var/www/webmail/plugins
cp -f /var/www/webmail/functions/mailbox_display.php 
/var/www/webmail/functions/mailbox_display.php.old 
cp -f /var/www/webmail/src/move_messages.php 
/var/www/webmail/src/move_messages.php.old
cp -f /var/www/webmail/src/left_main.php /var/www/webmail/src/left_main.php.old
cp -f /var/www/webmail/plugins/msg_flags/functions/mailbox_display.php 
/var/www/webmail/functions/mailbox_display.php 
cp -f /var/www/webmail/plugins/msg_flags/src/move_messages.php 
/var/www/webmail/src/move_messages.php
cp /var/www/webmail/plugins/msg_flags/src/left_main.php 
/var/www/webmail/src/left_main.php



Siga as intruções do INSTALL se der erri posta ai... 

Installing Check Quota
==
1) To install Check Quota, you must untar and gunzip the quota file you 
downloaded. This is an example to do this with version 2.2 of the plugin:
On Linux, FreeBSD, etc: 
$ cd plugins
$ tar -xvfz check_quota-2.2-1.4.0.tar.gz
On Solaris, when using Solaris native tar:
$ cd plugins
$ gzip -d check_quota-2.2-1.4.0.tar.gz
$ tar -xvf check_quota- 2.2-1.4.0.tar
2) Change into the check_quota directory, copy config.sample.php to
config.php and edit config.php, making adjustments as you deem
necessary (see "Configuring Check Quota" below).
$ cd check_quota
$ cp config.sample.php config.php
$ vi config.php 
3) Then go to your SquirrelMail root directory and run configure. Choose
option 8 and move the plugin from the "Available Plugins" category to
the "Installed Plugins" category. Save and exit. 
$ cd ../../
$ ./configure
PLEASE NOTE that if you are using the MOTD warning functionality in
Check Quota and you have any other plugins that modify the MOTD, you
should usually make sure that Check Quota is listed AFTER the other 
MOTD-related plugins.


Flickr agora em português. Você clica, todo mundo vê.
http://www.flickr.com.br/





--
_
Gerente de TI 
IDT / UFRJ
Tels: 2562-2887/2833


 Flickr agora em português. Você clica, todo mundo vê.
http://www.flickr.com.br/





-- 
_
Gerente de TI
IDT / UFRJ
Tels: 2562-2887/2833


  Flickr agora em português. Você clica, todo mundo vê.
http://www.flickr.com.br/

Re: Plugin CHECK_QUOTA

2007-08-27 Por tôpico Gustavo Tux
Muito obrigado prezado Jilio!

O msg_flags ficou legal só o plugin "username" não rolou, a forma que eu
instalo ele é igual ao do "CHECK_QUOTA"  vi no arquivo de ajuda dele mesmo,
mas não rolou. Não sei mais o que fazer...


Em 24/08/07, Julio Gimenes <[EMAIL PROTECTED]> escreveu:
>
> Muito obrigado Júlio!
>
> Este pluigin agora está funcionando perfeitamente. Agora... instalei
> outros dois plugins ("usernama diaplay", "mail_flags") obedecendo as mesmas
> instruções e nada. O que devo fazer?
>
>
> 2007/8/22, Julio Gimenes <[EMAIL PROTECTED]>:
> Caros companheiros!!!
>
> Alguém por aqui poderia me dizer como eu faço para habilitar o plugin
> "CHACK_QUOTA" no Squirremail?
>
> --
> _
> Gerente de TI
> IDT / UFRJ
> Tels: 2562-2887/2833
>
> Oi Gustavo,
>
> O msg_flags não é instalado da mesma forma, por acaso tenho aqui o
> procedimento de instalação e envio abaixo. Já o username_display eu nunca
> instalei, verique se dentro do diretório dele não existe um arquivo chamado
> INSTALL e ou README que deve trazer instruções especificas para instalação
> desse plugin.
>
> Depois de baixar o pacote e descompactar siga as intruções abaixo
> adequando os diretórios para sua estrutura.
> .
> cp -rf msg_flags /var/www/webmail/plugins
> cp -f /var/www/webmail/functions/mailbox_display.php
> /var/www/webmail/functions/mailbox_display.php.old
> cp -f /var/www/webmail/src/move_messages.php
> /var/www/webmail/src/move_messages.php.old
> cp -f /var/www/webmail/src/left_main.php
> /var/www/webmail/src/left_main.php.old
> cp -f /var/www/webmail/plugins/msg_flags/functions/mailbox_display.php
> /var/www/webmail/functions/mailbox_display.php
> cp -f /var/www/webmail/plugins/msg_flags/src/move_messages.php
> /var/www/webmail/src/move_messages.php
> cp /var/www/webmail/plugins/msg_flags/src/left_main.php
> /var/www/webmail/src/left_main.php
>
>
>
> Siga as intruções do INSTALL se der erri posta ai...
>
> Installing Check Quota
> ==
> 1) To install Check Quota, you must untar and gunzip the quota file you
> downloaded. This is an example to do this with version 2.2 of the plugin:
> On Linux, FreeBSD, etc:
> $ cd plugins
> $ tar -xvfz check_quota-2.2-1.4.0.tar.gz
> On Solaris, when using Solaris native tar:
> $ cd plugins
> $ gzip -d check_quota-2.2-1.4.0.tar.gz
> $ tar -xvf check_quota- 2.2-1.4.0.tar
> 2) Change into the check_quota directory, copy config.sample.php to
> config.php and edit config.php, making adjustments as you deem
> necessary (see "Configuring Check Quota" below).
> $ cd check_quota
> $ cp config.sample.php config.php
> $ vi config.php
> 3) Then go to your SquirrelMail root directory and run configure. Choose
> option 8 and move the plugin from the "Available Plugins" category to
> the "Installed Plugins" category. Save and exit.
> $ cd ../../
> $ ./configure
> PLEASE NOTE that if you are using the MOTD warning functionality in
> Check Quota and you have any other plugins that modify the MOTD, you
> should usually make sure that Check Quota is listed AFTER the other
> MOTD-related plugins.
>
>
> Flickr agora em português. Você clica, todo mundo vê.
> http://www.flickr.com.br/
>
>
>
>
>
> --
> _
> Gerente de TI
> IDT / UFRJ
> Tels: 2562-2887/2833
>
>
>  Flickr agora em português. Você clica, todo mundo vê.
> http://www.flickr.com.br/
>
>


-- 
_
Gerente de TI
IDT / UFRJ
Tels: 2562-2887/2833


Re: Plugin CHECK_QUOTA

2007-08-24 Por tôpico Julio Gimenes
Muito obrigado Júlio! 

Este pluigin agora está funcionando perfeitamente. Agora... instalei outros 
dois plugins ("usernama diaplay", "mail_flags") obedecendo as mesmas instruções 
e nada. O que devo fazer? 


2007/8/22, Julio Gimenes <[EMAIL PROTECTED]>: 
Caros companheiros!!! 

Alguém por aqui poderia me dizer como eu faço para habilitar o plugin 
"CHACK_QUOTA" no Squirremail? 

-- 
_ 
Gerente de TI 
IDT / UFRJ 
Tels: 2562-2887/2833 

Oi Gustavo,

O msg_flags não é instalado da mesma forma, por acaso tenho aqui o procedimento 
de instalação e envio abaixo. Já o username_display eu nunca instalei, verique 
se dentro do diretório dele não existe um arquivo chamado INSTALL e ou README 
que deve trazer instruções especificas para instalação desse plugin. 

Depois de baixar o pacote e descompactar siga as intruções abaixo adequando os 
diretórios para sua estrutura.
.
cp -rf msg_flags /var/www/webmail/plugins 
cp -f /var/www/webmail/functions/mailbox_display.php 
/var/www/webmail/functions/mailbox_display.php.old 
cp -f /var/www/webmail/src/move_messages.php 
/var/www/webmail/src/move_messages.php.old 
cp -f /var/www/webmail/src/left_main.php /var/www/webmail/src/left_main.php.old 
cp -f /var/www/webmail/plugins/msg_flags/functions/mailbox_display.php 
/var/www/webmail/functions/mailbox_display.php 
cp -f /var/www/webmail/plugins/msg_flags/src/move_messages.php 
/var/www/webmail/src/move_messages.php 
cp /var/www/webmail/plugins/msg_flags/src/left_main.php 
/var/www/webmail/src/left_main.php 



Siga as intruções do INSTALL se der erri posta ai... 

Installing Check Quota 
== 
1) To install Check Quota, you must untar and gunzip the quota file you 
downloaded. This is an example to do this with version 2.2 of the plugin: 
On Linux, FreeBSD, etc: 
$ cd plugins 
$ tar -xvfz check_quota-2.2-1.4.0.tar.gz 
On Solaris, when using Solaris native tar: 
$ cd plugins 
$ gzip -d check_quota-2.2-1.4.0.tar.gz 
$ tar -xvf check_quota- 2.2-1.4.0.tar 
2) Change into the check_quota directory, copy config.sample.php to 
config.php and edit config.php, making adjustments as you deem 
necessary (see "Configuring Check Quota" below). 
$ cd check_quota 
$ cp config.sample.php config.php 
$ vi config.php 
3) Then go to your SquirrelMail root directory and run configure. Choose 
option 8 and move the plugin from the "Available Plugins" category to 
the "Installed Plugins" category. Save and exit. 
$ cd ../../ 
$ ./configure 
PLEASE NOTE that if you are using the MOTD warning functionality in 
Check Quota and you have any other plugins that modify the MOTD, you 
should usually make sure that Check Quota is listed AFTER the other 
MOTD-related plugins. 


Flickr agora em português. Você clica, todo mundo vê. 
http://www.flickr.com.br/ 





-- 
_ 
Gerente de TI 
IDT / UFRJ 
Tels: 2562-2887/2833


  Flickr agora em português. Você clica, todo mundo vê.
http://www.flickr.com.br/



Re: Plugin CHECK_QUOTA

2007-08-24 Por tôpico Gustavo Tux
Muito obrigado Júlio!

Este pluigin agora está funcionando perfeitamente. Agora... instalei outros
dois plugins ("usernama diaplay", "mail_flags") obedecendo as mesmas
instruções e nada. O que devo fazer?

2007/8/22, Julio Gimenes <[EMAIL PROTECTED]>:
>
> Caros companheiros!!!
>
> Alguém por aqui poderia me dizer como eu faço para habilitar o plugin
> "CHACK_QUOTA" no Squirremail?
>
> --
> _
> Gerente de TI
> IDT / UFRJ
> Tels: 2562-2887/2833
>
> Siga as intruções do INSTALL se der erri posta ai...
>
> Installing Check Quota
> ==
> 1) To install Check Quota, you must untar and gunzip the quota file you
> downloaded. This is an example to do this with version 2.2 of the plugin:
> On Linux, FreeBSD, etc:
> $ cd plugins
> $ tar -xvfz check_quota-2.2-1.4.0.tar.gz
> On Solaris, when using Solaris native tar:
> $ cd plugins
> $ gzip -d check_quota-2.2-1.4.0.tar.gz
> $ tar -xvf check_quota-2.2-1.4.0.tar
> 2) Change into the check_quota directory, copy config.sample.php to
> config.php and edit config.php, making adjustments as you deem
> necessary (see "Configuring Check Quota" below).
> $ cd check_quota
> $ cp config.sample.php config.php
> $ vi config.php
> 3) Then go to your SquirrelMail root directory and run configure. Choose
> option 8 and move the plugin from the "Available Plugins" category to
> the "Installed Plugins" category. Save and exit.
> $ cd ../../
> $ ./configure
> PLEASE NOTE that if you are using the MOTD warning functionality in
> Check Quota and you have any other plugins that modify the MOTD, you
> should usually make sure that Check Quota is listed AFTER the other
> MOTD-related plugins.
>
>
>   Flickr agora em português. Você clica, todo mundo vê.
> http://www.flickr.com.br/
>
>


-- 
_
Gerente de TI
IDT / UFRJ
Tels: 2562-2887/2833


Re: Plugin CHECK_QUOTA

2007-08-22 Por tôpico Julio Gimenes
Caros companheiros!!! 

Alguém por aqui poderia me dizer como eu faço para habilitar o plugin 
"CHACK_QUOTA" no Squirremail? 

-- 
_ 
Gerente de TI 
IDT / UFRJ 
Tels: 2562-2887/2833

Siga as intruções do INSTALL se der erri posta ai...
 
Installing Check Quota
==
1) To install Check Quota, you must untar and gunzip the quota file you 
downloaded. This is an example to do this with version 2.2 of the plugin:
On Linux, FreeBSD, etc:
$ cd plugins
$ tar -xvfz check_quota-2.2-1.4.0.tar.gz
On Solaris, when using Solaris native tar:
$ cd plugins
$ gzip -d check_quota-2.2-1.4.0.tar.gz
$ tar -xvf check_quota-2.2-1.4.0.tar
2) Change into the check_quota directory, copy config.sample.php to
config.php and edit config.php, making adjustments as you deem
necessary (see "Configuring Check Quota" below).
$ cd check_quota
$ cp config.sample.php config.php
$ vi config.php
3) Then go to your SquirrelMail root directory and run configure. Choose
option 8 and move the plugin from the "Available Plugins" category to
the "Installed Plugins" category. Save and exit.
$ cd ../../
$ ./configure
PLEASE NOTE that if you are using the MOTD warning functionality in
Check Quota and you have any other plugins that modify the MOTD, you
should usually make sure that Check Quota is listed AFTER the other
MOTD-related plugins.


  Flickr agora em português. Você clica, todo mundo vê.
http://www.flickr.com.br/