Displaying 20 results from an estimated 600 matches similar to: "quota warning - take 2"
2007 Dec 05
6
"pipe" plugin - is anyone interested (or using it)?
Hi,
A few months ago, I sent a message to this list asking if people would
be interested by a "pipe" plugin (see
http://dovecot.org/pipermail/dovecot/2007-May/023005.html ). I received
a few answers of people who told they were intersted.
A few months later, I sent a new message announcing the availability of
my work (see
http://dovecot.org/pipermail/dovecot/2007-August/024805.html ).
2007 May 23
3
How about a "pipe" plugin?
Hi,
I have written a plugin so that each time a message is added to a
specific box, a program is run and the message is piped into it. Note
that the message is also really added to the box.
I've been using it for nearly 3 month, for spam/ham learning, and have
not had any problem with it. I guess it could also be used to
implement an out box (I remember seeing someone asking for such
2007 Aug 11
1
"pipe" plugin
Hi,
Long ago (more than 2 month ago), I told about a "pipe" plugin I had
written to perform some spam/ham learning (see the attached message).
I'm now proud to say that I can make it available for use by anyone.
You can get it from
http://nicolas.boullis.free.fr/pipe.tar.gz
Note that this is a temporary location. If someone had a good place to
host it, feel free to do (and
2007 Feb 14
3
quota warning
Hi,
Is there a way with dovecot to warn users who are close to reach their
quota?
Although I never used it, I think cyrus supports something like that by
droping a warning message into the INBOX when delivering a message that
brings the total size over a certain percentage.
Would it be feasible to implement something like that with an extra
plugin or by changing the quota plugin?
Cheers,
2007 Jan 15
1
Bug#406973: logtail misses lines in rotated file
Package: logtail
Version: 1.2.52
Severity: normal
Tags: patch
Hi,
When a logfile is rotated, logtail misses the lines logged between the
last logtail run and the logfile rotation.
The attached patch allows to set an alternate logfile that logtail tries
to use as the old logfile if the inode has changed.
It can be used as:
logtail -f /var/log/syslog -a /var/log/syslog.1
(Please note that this
2006 Jun 21
1
quotas on shared folders
Hi,
After using dovecot 0.99.14 on a production server with full
satisfaction, I'm now giving a try to 1.0beta8 (I know beta9 is out, but
it's not yet available within Debian). The new features are great.
Maildir++ quotas seem to work fine, and shared folders look promising
(despite a few issues).
My problem is that I could not fire out how to set quotas on shared
folders. Is it
2007 Feb 12
1
dovecot and libnss-ldap
Hi,
I've been using dovecot 0.99.14 for a few years, with libpam-ldap and
libnss-ldap, and never experienced any problem with those. I expect to
soon switch to dovecot 1.0rc15 (or whatever gets available in Debian
Etch, hopefuly dovecot 1.0), but I've seen some warnings against
dovecot+libnss-ldap...
Is the problem with libnss-ldap a recent problem (I mean it was not a
problem with older
2007 Mar 02
1
Doing %var-substitutions in a plugin...
Hi,
I'm trying to write a plugin that need to do some %var-substitution. Is
there a way to get the var_expand_table used by the process?
If not, I guess I could use getenv("USER") (for %u, %n and %d) and
getenv("HOME") (for %h); but what for the other ones?
Cheers,
Nicolas
2007 May 25
1
Quota warning not generated
I am testing out the unofficial quota warning patch with Dovecot 1.0.0,
and no matter what values I use for the storage or messages values, the
warning script is never executed.
My plugin settings are:
plugin {
quota = maildir:storage=20480
quota_warning = storage=80%:messages=10 /usr/local/bin/quota-warning.sh
}
I've tried the following quota_warning lines without any luck:
2007 Jul 06
3
modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
Hi,
I wanted to enable FS quota support in dovecot, and have configured the
following directives:
protocol imap {
mail_plugins = imap_quota
}
plugin {
quota = fs
}
With this additional settings, my normally working dovecot.conf doesn't start
anymore:
Starting mail server:
dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so)
failed:
2007 Jun 12
0
New experimental XEXEC plugin status
No to long ago I proposed an experimental extension to the IMAP protocol
to allow IMAP to execute extername server side code and talk to email
plugins to create custom client/server applications over an existing
authenticated IMAP connection. I am happy to say they we have working
code. It's not quite ready to download yet but we do have some life
happening. I have started to document it
2016 Apr 14
2
[PATCH] Add safe wrapper around waitpid which deals with EINTR correctly.
As Eric Blake noted in:
https://www.redhat.com/archives/libguestfs/2016-April/msg00154.html
libguestfs doesn't correctly handle the case where waitpid receives a
SIGCHLD signal and the main program has registered a non-restartable
signal handler.
In this case waitpid would return -EINTR and we would print an error,
but actually we should retry this case.
This adds two new internal functions,
2016 Apr 14
2
Re: [PATCH v3 libguestfs] launch: Implement a safer getumask.
On Thu, Apr 14, 2016 at 07:38:23AM -0600, Eric Blake wrote:
> > + /* Read the umask. */
> > + if (read (fd[0], &mask, sizeof mask) != sizeof mask) {
> > + perrorf (g, "read");
> > + close (fd[0]);
> > + return -1;
>
> Oops - this strands a child process. You have to reap the child, even
> if the read() failed.
Bleah that was
2018 Nov 09
4
collectd leaks SIGCHLD == SIG_IGN into plugins
Peter Dimitrov and myself were debugging a very peculiar bug when
libguestfs is run as a plugin from collectd:
https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
The long story short is that collectd leaks SIGCHLD == SIG_IGN setting
into plugins:
https://www.redhat.com/archives/libguestfs/2018-November/msg00095.html
This means that any plugin that does the usual
2002 Mar 29
1
Two patches for OpenSSH 3.1p1 (fwd)
Can I get people from other platforms to test the waitpid.patch to see
if it solves hang-on-exit on their platform?
I can confirm Solaris at this moment (but I've not done heavy testing at
this moment) that is works like a charm (Solaris 7). It handles 'sleep
90&' vs 'nohup sleep 90&' correctly (killed, vs left).
thanks.
- Ben
---------- Forwarded message
2005 Nov 23
8
a question about popen() performance on domU
Dear all,
When I compared the performance of some application on both a Xen domU and a standard linux machine
(where domU runs on a similar physical mahine), I notice the application runs faster on the domU
than on the physical machine. Instrumenting the application code shows the application spends more
time on popen() calls on domU than on the physical machine. I wonder if xenlinux does some
2003 Aug 20
5
Rsync hang on HP-UX 10.20
Hi,
We downloaded the latest rsync 2.5.6 source code and compiled it on HP-UX for both 10.20 and 11.x. Rsync runs fine if we run it from the command line on both platforms. But after we put rsync command into a HP Software Distributor package configure script (just a shell script with rsync command in it) and run swinstall, which will get installation bits including the configure script, put the
2004 Nov 18
1
Forward from Laurent Julliard
Let''s try that again, without Hotmail''s crappy formatting.
Dan,
I am one of the developer of the FreeRIDE project (the Ruby IDE) and I''m
in charge of the FreeRIDE debugger with which we have had a number of
problems on Windows now mostly due to the clunky implementation of
IO/Process/Signal stuff on Win32. I recently came across your Win32
utils package and
2005 Jun 02
3
[Bug 2766] rsync endless loop
https://bugzilla.samba.org/show_bug.cgi?id=2766
------- Additional Comments From paul@debian.org 2005-06-02 08:47 -------
It seems to be looping in userspace (no system calls, hence strace doesn't show
anything). Could you try ltrace instead of strace, that should show what
library functions (if any) are being called which may help.
--
Configure bugmail:
2002 Sep 03
2
[patch] for rsync
To Whom It May Concern:
Below is a patch, that I have used to eliminate the unexplained
errors in the rsync program. I was able to trace the problem to
the order in which the sigchld_handler and wait_process routines
were executed. If sigchld_handler executes first it retrieves
the status that wait_process needs to indicate proper rsync
termination. The code below allows the sigchld_handler to