Displaying 20 results from an estimated 100000 matches similar to: "quote-warning details"
2008 Mar 31
1
deliver tries to compile already compiled sieve script
Hello,
I'm trying to setup dovecot with sieve support in a way where all sieve
scripts are precompiled. All sieve scripts are in /var/cache/sieve/.
I believe I discovered a bug here. I describe below how to reproduce it.
Dovecot and the user that deliver runs as do not have write permission
in /var/cache/sieve/.
h01:/var/cache/sieve# ls -la
total 16
drwxr-xr-x 2 ecp ecp 4096 Mar 31
2009 Nov 26
2
quote warning not being triggered (yet again)
I'm using 1.2.6 with the managesieve patch and maildir++ quotas (via
the maildirsite file). Again, I found that the quota warning is not
bering triggered.
Testing via:
smtp-source -4 -f sender at charite.de -t recipient at charite.de -m 1 -l 1000000 -C 1 mail.charite.de:submission
recipient at charite.de being a mailbox with a 10.0 MB limit.
I attached dovecot -n and the quota warn script.
2011 Apr 26
1
Why is my quota warning script not getting executed?
Storing my users and quota in MySQL,running Dovecot 1.2.16, and
followed the page at http://wiki1.dovecot.org/Quota/Dict ?I'm burning
my eyes trying to find any syntax issues but can't. I'm including
output of dovecot -n and the quota2 table schema below.
dovecot.conf:
==========
dict {
?quotadict = mysql:/usr/local/etc/postfix/dovecot-dict-sql.conf
}
plugin {
?quota =
2009 Feb 06
1
Bug#514335: logcheck-database: Nagios rules don't match the new nagios3 version
Package: logcheck-database
Severity: normal
Tags: patch
The rules in /etc/ignore.d/server/nagios contain the explicit version number "2".
Now that lenny includes nagios3, those rules don't work anymore.
Please change the rules to work for both nagios2 and 3. That can easily be done
by replacing the 2 by (2|3) for example.
-- System Information:
Debian Release: lenny/sid
APT
2007 Jul 17
1
Quota warning patch and config parsing in 1.0.2
Dovecot 1.0.2 patches and compiles fine with the quota warning patch
(http://www.dovecot.org/patches/quota-warning.patch). But, when parsing
the configuration file , deliver now seems to strip all of the spaces in
the QUOTA_WARNING environment variable, generating an error.
This is the plugin{} section from my dovecot.conf:
plugin {
quota = maildir:storage=20480
quota_warning =
2012 Jun 09
1
Deliver quota-warning via director
Hi there,
I'm using NFS with Dovecot 2.0.20 and would like to deliver
a quota warning to the user using the LMTP director.
I have configured quota warnings according to
http://wiki2.dovecot.org/Quota/Configuration
But it seems that lda delivers the mail directly to
the local filesystem and is not using our lmtp director,
which prevents NFS mailboxes from getting corrupted.
Is there a way to
2006 Aug 02
4
1.0 RC3 released
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz.sig
Does this fix the hangs people have been reporting?
- SSL connections hanged sometimes, especially when saving messages.
- mbox: Mail bodies were saved with CR+LF linefeeds
- Mail forwarding was broken with deliver/Sieve
- dbox fixes. Might actually be usable now.
- Index file handling
2006 Aug 02
4
1.0 RC3 released
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc3.tar.gz.sig
Does this fix the hangs people have been reporting?
- SSL connections hanged sometimes, especially when saving messages.
- mbox: Mail bodies were saved with CR+LF linefeeds
- Mail forwarding was broken with deliver/Sieve
- dbox fixes. Might actually be usable now.
- Index file handling
2008 Oct 27
2
quota warning not working
Hi all,
I have finally get working the quota with dovecot. Now i am setting up
the quota warning, with this in dovecot.conf:
quota_warning = storage=70%% /usr/bin/quota_warning.sh 70
In the plugin section naturally.
All seems to work fine, the quota is calculated right, but seems the
script is not executed... In dovecot logs i have this:
deliver(test at test.com): Oct 27 15:14:53 Info: Quota
2009 Jun 18
3
ldap , quotes, upgrade from dovecot-1.0.14 (q2.0)
hello list
help me please - i am trying to fix quotas about 2 days :(
i was using 1.0.14+ldap as userdb/passwd+lda+exim, and after upgrading to
last release my quotas goes away
so
> pkg_info | grep dove
dovecot-1.1.16 Secure and compact IMAP and POP3 servers
dovecot-sieve-1.1.6 A Sieve plugin for the Dovecot 'deliver' LDA
dovecot.conf
...
protocol imap {
listen = *:143
2010 Jul 22
1
quota-warning example script from wiki2
Hi,
in the wiki there's an example script for sending an email to an user
that has exceeded his quota.
Link: http://wiki2.dovecot.org/Quota/Configuration
The dovecot deliver command line is:
dovecot-lda -d $USER -o "plugin/quota=maildir:User quota:noenforcing"
I wonder about
-o: seems to be "undocumented" because I've found no information about
this parameter.
If
2010 Oct 27
1
Help with implementing quota warning
Dear All,
I am using the latest version of doveot-2.0.6 and using
dovecot-lda to deliver mail in to Maildir. I have successfully
implemented the global quota as well as per user quota using ldap for
storing per user quota. Now i am trying to send warning message when
user exceed quota limit of 80% and 95% but unable to implement the
same.
Here is the output of doveconf -n
# 2.0.6:
2011 Jul 18
1
quota-warning.sh not working (lda problem?)
Hi,
I setup a new mailserver with dovecot 2.0.12. Everything is working
fine (including quota) - except of sending quota warning mails.
When running
/usr/local/bin/quota-warning.sh 95 user at domain.de
manually as root or user vmail, the mail is delivered.
content of /usr/local/bin/quota-warning.sh
#!/bin/sh
PERCENT=$1
USER=$2
logger -p mail.info "$PERCENT% Quota-warning sent to
2011 Aug 04
0
Local delivery via deliver fails for 1 user in alias
Hi all,
I'm a bit baffled. I have an OS X server 10.6.8 and everything was working fine. Now however I seem to be having some issues and I'm unable to find log entries to help point me to the error.
I have an alias, sales at cirrusav.com, which forwards mail to myself and two others. This works fine most of the time, but on occasion messages are not delivered to one user. It is possible
2007 Sep 14
2
Bug#442244: logcheck-database: should include the filters from cyrus-imapd-2.2
Package: logcheck-database
Version: 1.2.54
Severity: normal
The included filters for cyrus (/etc/logcheck/ignore.d.server/cyrus) are very minimal. The cyrus-imapd-2.2 has a more
extensive ruleset (there's a /etc/logcheck/ignore.d.server/cyrus2_2 file in that package).
Please copy over the filters from cyrus-imapd-2.2. I'm running logcheck on a loghost, which doesn't run cyrus
2012 May 25
1
Bug report - crash on group lookup
Hi
I was doing some migration from a 1.2 installation to a 2.1. While
testing my new installation dovecot crashed at two test-cases constantly
with with a "Panic: Trying to allocate 0 bytes" message.
Both times it was because I was using a wrong group (or none) in my config.
The output I got by dovecot was not that helpful. I only figured it out,
that it has something to do with the
2007 Sep 21
1
dovecot 1.1alpha6 deliver+quota bugs
I was playing around with dovecot-1.1 and maildir++ quotas, and ran
into a reproducible error with indexing. This only seems to be a
problem for new maildirs. If I send a message without the quota
plugin on, and "seed" the index/control files, future deliveries with
the quota plugin seem to succeed without errors.
Version: 1.1alpha6
OS: Debian etch/x86 (ext3 filesystem)
#
2009 Sep 10
1
v.1.2.4 deliver maildir quota does not work
Hi,
I'm using deliver for storing new mails (nfs).
Since v.1.2 deliver does not reject mails if over quota (maildir quota).
test with v. 1.1.18:
# HOME=/tmp/maildir/ /path/dovecot-1.1.18/libexec/dovecot/deliver -e -c /path/dovecot-1.1.18/etc/dovecot.conf
# Quota exceeded (mailbox for user is full)
test with v. 1.2.4:
# HOME=/tmp/maildir/ /path/dovecot-1.2.4/libexec/dovecot/deliver -e -c
2008 Mar 04
1
deliver dovecot 1.0.9 patched with quota-rewrite-1.0.9.diff
Hi
I downloaded dovecot 1.09 sources I patched it with quota-rewrite
patch for v1.0.
And now I have a problem with quota , I have quota dans mysql.
When I send mail to a mailbox & I exeded the quota limit, I mean I
have the impresion deliver does not obey the quota limit. then when I
want
to erase de mail via imap dovecot tells me there is no space for this
operation.
my logs:
2007 Sep 05
1
Quota bug in deliver?
Hi,
I may be wrong, but I suspect a bug in dovecot deliver when using
quotas.
I've put some mails into a mailbox and then reduced the quota, to
have the mailbox be over quota - here's the quota informaiton:
[...]
2 getquotaroot INBOX
* QUOTAROOT "INBOX" ""
* QUOTA "" (STORAGE 880 5)
2 OK Getquotaroot completed.
[...]
When I have a setup with quotas only