Done, at last!!!

Missing stuff on my install:

[PostfixAdmin config file]
$CONF['used_quotas'] = 'YES'; // Was no activated, this was the main reason of my past mails. Sorry again.
$CONF['quota'] = 'YES';

Other changes made:

[Dovecot config file]
protocol imap {
mail_plugins = quota imap_quota
}

protocol pop3 {
mail_plugins = quota
}

protocol lda {
mail_plugins = quota
}

dict {
quota = mysql:/etc/dovecot/dovecot-quota.conf
}

plugin {
quota = dict:storage=200000 proxy::quota
}

[dovecot-quota.conf]
driver = mysql
connect = host=localhost dbname=postfix user=postfix password=yourpassword
default_pass_scheme = MD5-CRYPT
table = quota
select_field = current
where_field = path
username_field = username

[dovecot-sql.conf]
password_query = SELECT username AS user,password FROM mailbox WHERE username = '%u' user_query = SELECT maildir, 5000 AS uid, 5000 AS gid, CONCAT('dict:storage=',floor(quota/1024),' proxy::quota') as quota FROM mailbox WHERE username = '%u'

Best regards and many, many thanks to all.
HTH all trying to do the same, the way I did it.


--
/***************************************************
*Leslie León Sinclair
*Administrador de Redes
*Facultad de Ingenieria Electrica, CUJAE.
*Calle 114 #11901 e/ Ciclovía y Rotonda
*Marianao 19390, Ciudad de la Habana, Cuba
*Tel: (53 7) 266-3321
*Miembro de GUTL ->  
http://www.ecured.cu/index.php/Grupo_de_Usuarios_de_Tecnolog%C3%ADas_Libres_GUTL
*Another happy Slackware&  Debian GNU/Linux user
*Proud GNU/Linux User #445535 ->  http://counter.li.org/
*Katana yanai, otoko nanda.
****************************************************/




Participe en Universidad 2012, del 13 al 17 de febrero de 2012.
Habana, Cuba: http://www.congresouniversidad.cu
Consulte la enciclopedia colaborativa cubana. http://www.ecured.cu

Participe en el Segundo Congreso Medio Ambiente Construido y Desarrollo Sustentable (MACDES 2011) del 6 al 9 de diciembre de 2011, Hotel Nacional, Habana, Cuba: http://macdes.cujae.edu.cu

Reply via email to