[Dovecot] Dovecot 1.0 rc15 + Quota by user using mysql

2008-05-27 Thread Lucas Carlessi
Hi all, I installed the Dovecot on a Debian by apt-get, it's all working except quota by user.. I have a database with all quotas in bytes, and that lines in /etc/dovecot/dovecot-sql.conf : driver = mysql connect = host=127.0.0.1 dbname=mailserver user=USER password=PASS default_pass_scheme = CR

Re: [Dovecot] Dovecot 1.0 rc15 + Quota by user using mysql

2008-05-28 Thread Lucas Carlessi
Didn't work... Download this Version -> 1:1.0.13-1~bpo40+1 ? can you help me to update my dovecot? I have postfix+amavisd+clamav+spamassassin and dovecot using sieve plugin to redirect spam e-mails to a spam folder... Will I have to update my configuration files? thank you On Tue, 27 May 200

[Dovecot] Configuring Quota on Dovecot 1.0.13-1~bpo40+1

2008-05-28 Thread Lucas Carlessi
Hi all! I have just updated my dovecot 1.0.rc15 to 1.0.13-1~bpo40+1 from backports... I need some help in configure quotas by user using mysql

[Dovecot] Configuring Quota on Dovecot 1.0.13-1~bpo40+1

2008-05-28 Thread Lucas Carlessi
Hi all! I have just updated my dovecot 1.0.rc15 to 1.0.13-1~bpo40+1 I have a mysql table with this structure: +--+--+--+-+-+---+ | Field| Type | Null | Key | Default | Extra | +--+--+--+-+-+-

[Dovecot] Fwd: Re: [SOLVED] Configuring Quota on Dovecot 1.0.13-1~bpo40+1

2008-05-29 Thread Lucas Carlessi
Thank you Tomasz! The quota per user worked fine now... The problem was that in dovecot.conf I had these lines: userdb static { args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes } And I just changed to: userdb sql { args = /etc/dovecot/dovecot-sql.conf } Now it's workin

Re: [Dovecot] Global Script to filter Spam

2008-07-08 Thread Lucas Carlessi
Add: global_script_path = /home/vmail/globalsieverc in your dovecot.conf and in /home/vmail/globalsieverc: require ["fileinto"]; # Move spam to spam folder if header :contains "X-Spam-Flag" ["YES"] { fileinto "spam"; stop; } ___ Lucas On Tue, 08