search for: pirio

Displaying 6 results from an estimated 6 matches for "pirio".

Did you mean: sirio
2006 Jul 23
0
Bug or not ?
.../lib/dovecot/imap mail_plugins = quota imap_quota } ## POP3 specific settings protocol pop3 { login_executable = /usr/lib/dovecot/pop3-login mail_executable = /usr/lib/dovecot/pop3 pop3_uidl_format = %v.%u } ## LDA specific settings protocol lda { postmaster_address = postmaster at pirio.org mail_plugins = quota } ## Authentication processes auth default { mechanisms = plain ## dovecot-lda specific settings socket listen { master { path = /var/run/dovecot-auth-master mode = 0600 user = postfix } } # PAM authentication passdb pa...
2006 Jul 19
1
Dovecot and quotas
Hello, I have succesfully installed dovecot version 1.0.rc2 on my Debian Sarge. I have configured quotas (just for tests) like this : == dovecot.conf == ... auth default { mechanisms = plain passdb pam { } userdb passwd { } } protocol imap { mail_plugins = quota imap_quota } plugin { # quota = 10 Mb quota = dirsize:storage=10240 } ... ================== Quotas
2006 Jul 23
1
Module dict... How it works
Hello, I try to use dict for quota... But it's impossible :) I have this error message : === dovecot.err === dovecot: 2006-07-23 03:00:47 Error: IMAP(myuser): Unknown dict module: mysql =================== But, mysql is supported... I don't understand... My config about dict : ==== dovecot.conf ==== ... plugin { quota = dict:storage=10240 mysql:/etc/dovecot/dict-quota.conf }
2006 Jul 23
0
MySQL table for use with dict et quota
In your "http://wiki.dovecot.org/Quota/Dict" documentation, the table to create is : create table quota ( path varchar(255) not null primary key, username varchar(255) not null, current integer ); "path" field is the primary key. But when i see the SELECT queries, "path" is always used ('quota/storage') and username too. I don't
2010 Apr 09
1
Dovecot 1.2.11, Quota and SQL
Hello, I have a problem :(... I try to define User Quotas in Dovecot (in my DB mySQL) but default quotas (in my dovecot.conf) are always set for all users. I've defined default quota to 500M. I set 0 to one account in my DB but when i see my logs, this account have a 500M quota ! Could you help me ? My configuration : # 1.2.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-xenU i686
2006 Jul 23
2
Try with Dictionary proxy server, but... Bug or not ?
Hello again :), I try to use dictionary proxy server to replace my precedent configuration (direct use of dict in plugin quota). Before, i have this configuration in my dovecot.conf : ## Dictionary server settings dict { } ## Plugin settings plugin { # quota = 10 Mo quota = dict:storage=10240 mysql:/etc/dovecot/dict-quota.conf } And after, to use proxy, I have this configuration in my