Displaying 5 results from an estimated 5 matches for "mail_quota".
2009 Feb 11
3
Expire plugin does not delete expired mail
...postfix/private/auth
mode: 432
user: postfix
master:
path: /var/run/dovecot/auth-master
mode: 432
user: dovecot
group: mail
plugin:
quota: maildir
quota_rule: *:storage=1000M
quota_rule2: Trash:storage=50M
quota_warning: storage=80%% /usr/home/scripts/mail_quota-warning.sh 80
quota_warning2: storage=90%% /usr/home/scripts/mail_quota-warning.sh 85
quota_warning3: storage=95%% /usr/home/scripts/mail_quota-warning.sh 90
quota_warning4: storage=95%% /usr/home/scripts/mail_quota-warning.sh 95
sieve: /var/mail/vmail/%u/dovecot.sieve
expire: Trash 7 Pub...
2011 Nov 18
2
Mail_quota plugin and LDAP on Dovecot 1.2
Hi, I'm new in this List, but I have 6 years using
Dovecot on my debian from etch,lenny and now squeeze
Package: dovecot-imapd
Version: 1:1.2.15-4
Tags: squeeze
-- System Information:
Debian Release: 6.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/24 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
2007 Mar 13
1
quota - dict - username = '(null)'
...al domain with quota using postfix and
dovecut.
But I can't get the quota to work, every time I try sending a mail
the following queries is run on the database.
SELECT home, uid, gid FROM mail_view_tmp WHERE account = 'dummy' AND
domain = 'example.com'
SELECT current FROM mail_quota WHERE path = 'quota/storage' AND
username = '(null)'
BEGIN;INSERT INTO mail_quota (current, path, username) VALUES ('quota/
storage', 262, '(null)') ON DUPLICATE KEY UPDATE current = current +
262;COMMIT
The mail is delivered, but the quota for the user is not...
2009 Jan 28
1
Unknown dict module: db with expire plugin
...postfix/private/auth
mode: 432
user: postfix
master:
path: /var/run/dovecot/auth-master
mode: 432
user: dovecot
group: mail
plugin:
quota: maildir
quota_rule: *:storage=1000M
quota_rule2: Trash:storage=50M
quota_warning: storage=80%% /usr/home/scripts/mail_quota-warning.sh 80
quota_warning2: storage=90%% /usr/home/scripts/mail_quota-warning.sh 90
quota_warning3: storage=95%% /usr/home/scripts/mail_quota-warning.sh 95
sieve: /var/mail/vmail/%u/sieve
expire: Trash 7 Trash/* 7 Junk 2
expire_dict: proxy::expire
dict:
expire: db:/var/lib/dovecot/exp...
2009 Feb 04
2
Expire plugin does not work
Hi.
I test expire plugin for my dovecot 1.1.8. But, it seems to not work.
I have 3 mailboxes on my machine.
I want my messages in Junk and Trash expire after 1 day. I removed all messages in them before installing expire plugin.
See my dovecot.conf:
expire: Trash 1 Junk 1
expire_dict: proxy::expire
My dabatases in /var/lib/dovecot are used.
When I launch /usr/local/sbin/dovecot