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
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
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
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 |
+--+--+--+-+-+-
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
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