Quota roundcube no ispconfig ?

1. Quota roundcube no ispconfig ?

Rodrigo Kulb
RodrigoKulb

(usa Ubuntu)

Enviado em 02/08/2008 - 20:54h

Bom instalei o Roundcube no ISPconfig Version: 2.2.18.

Quando vou logar em uma conta com limites de espaço o Roundcube aparece "Utilização: Sem limitação", bom sei q o ISPconfig já esta tentando ajustar este webmail, mais já estou tentando consertar pois no Uebimial funcionava normal e os dois são Programados em PHP.

Alguem sabe como ajustar esta falha?


  


2. Opa referente ao roundcube

william mendes da silva
william.xp

(usa Debian)

Enviado em 30/11/2008 - 11:35h

Estou com um problema referente a carregar as mensagens na caixa de entrada alguem imagina o q pode ser ?


3. Achei onde ele busca a quota

Rodrigo Kulb
RodrigoKulb

(usa Ubuntu)

Enviado em 04/03/2009 - 14:52h

Caminho: roundcubemail/program/steps/mail/func.inc

Achei onde ele busca a quota mais não consegui arrumar...

Linha: 423

function rcmail_quota_content($display)
{
global $IMAP, $COMM_PATH;

if (!$IMAP->get_capability('QUOTA'))
$quota_text = rcube_label('unknown');
else if ($quota = $IMAP->get_quota())
{
$quota_text = sprintf("%s / %s (%.0f%%)",
show_bytes($quota["used"] * 1024),
show_bytes($quota["total"] * 1024),
$quota["percent"]);

// show quota as image (by Brett Patterson)
if ($display == 'image' && function_exists('imagegif'))
{
$attrib = array('width' => 100, 'height' => 14);
$quota_text = sprintf('<img src="./bin/quotaimg.php?u=%s&amp;q=%d&amp;w=%d&amp;h=%d" width="%d" height="%d" alt="%s" title="%s / %s" />',
$quota['used'], $quota['total'],
$attrib['width'], $attrib['height'],
$attrib['width'], $attrib['height'],
$quota_text,
show_bytes($quota["used"] * 1024),
show_bytes($quota["total"] * 1024));
}
}
else
$quota_text = rcube_label('unlimited');

return $quota_text;
}



4. Opa!!

william mendes da silva
william.xp

(usa Debian)

Enviado em 04/03/2009 - 15:06h

muito bom vou dar uma olhada nesse script, valew !






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts