Displaying 20 results from an estimated 1000 matches similar to: "Dovecot "open files" (again?)"
2007 Feb 26
2
Quota stored in LDAP
Hie folks,
Does anyone have any experiences using dovecot + per user quota + ldap?
I've configured my settings as this example:
# quotaStorage must be in the format mentioned above
# For example: dirsize:storage=10240
user_attrs = uid,homeDirectory,,,uidNumber,gidNumber,quotaStorage=quota
But, Dovecot isn't creating maildirsize file.
Any guesses?
PS: I've
2013 Aug 02
1
Custom quota setup
(Dovecot 2.2-ee)
We have a weird quota requirement, we have file storage that we manage through our own APIs but want that usage to come out of the user's mail quota.
The usage is in a maildirsize like file uncreatively called filestoresize in the user's maildir.
In the past we've been doing this by modifying the quota plugin and re-compiling, but it seems like it should be
2006 Aug 16
5
ldap quota limitation problem
hello,
We have configured the quota enforcement folowing the link (http://wiki.dovecot.org/Quota) but we note that the global quota limitation configuration in dovecot.conf works well but not the ldap users configuration limit.
For example in the casee below, we have tried to limit quota usage for some users to 1Gb but only the global quota limitation appear in the user quota.
please find below
2011 Sep 04
1
Quotas not recalculating
Hello all --
I have an interesting issue, where the quotas are refusing the
recalculate for anyone on my server.
# doveadm quota get -u kyle at averageurl.com
Quota name Type Value Limit %
storage=540672 STORAGE 0 - 0
storage=540672 MESSAGE 0 - 0
# doveadm quota recalc -u kyle at averageurl.com
# doveadm
2014 Sep 26
5
increase number of libvirt threads by starting tansient guest doamin - is it a bug?
hello,
if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files:
pstree -h `pgrep libvirtd`
libvirtd───11*[{libvirtd}]
libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log
libvirtd 3016 root 22r FIFO 0,8 0t0 126124 pipe
libvirtd 3016 root
2007 Aug 21
2
Imap service and quota
Hi, i have just migrated from courier-imap to dovecot. im using it with
vpopmail, the pop service is working ok but the imap service for imp
webmail is not writing the quota information to the maildirsize file, as
recommended in the docs, i have this in dovecot.conf :
plugin {
# Quota plugin. Multiple backends are supported:
# dirsize: Find and sum all the files found from mail
2006 Nov 16
2
maildirsize update error
According to [1], Trash is a reserverd folder name. When moving a
message to it, maildirsize should be update with a negative byte count.
If I move a message from any folder to Trash, maildirsize gets two
lines, one positive and one negative.
The problem is that a user can't move messages to Trash while being
overquota because the positive entry goes before the negative.
I'm using
2008 Sep 27
1
sysctl maxfiles
By default FreeBSD 7.0 shipped with the sysctls set to:
kern.maxfiles: 12328
kern.maxfilesperproc: 11095
We recently bumped up against these limits in an unfortunate way and
we are going to raise them. I have some questions:
* why are the numbers set the way they are? They aren't round numbers,
they aren't powers of 2. But they were arrived at somehow with
planning and thought
2017 Sep 06
2
can't get quota working. I use static userdb driver.
Am 06.09.2017 um 12:17 schrieb ????? ?????:
> Thank you for your answers.
> I fixed config to:
>
> plugin {
> sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve
> sieve_global = /mnt/rw_disc/dovecot/sieve/
>
> quota = maildir:User
> quota_rule = *:storage=10M
> # quota_rule2 = INBOX.Trash:storage=+10%%
> quota_max_mail_size = 3M
>
2009 Oct 06
4
how to "hide" mailbox from the IMAP clients
Hello, everyone!
Is it possible to "hide" mailbox from the IMAP clients, so as to prevent
any user from subscribing to the some folders?
My storages are "mbox maildir".
For example, to hide the directory where the personal Sieve scripts are
stored or etc.
=kostik
2008 May 23
4
Error while set mailQuota=0 with mbox and LDAP backend
Hi, all.
I have OpenLDAP(+qmail.schema), Dovecot, Postfix installed on RHEL 5.1
(x86_64), and they works fine with mbox format.
The problem is if i set 'mailQuota=0' in LDAP, postfix can't send mail
to recipient user. But it works fine with 'mailQuota != 0', such as
'10240'(10M).
What's wrong with my mail server setting? How can i solved this issue?
Thanks very
2007 Jan 29
1
dirsize quotas crashing 1.0.rc19
Hi,
I've been trying to get dirsize quotas to work properly with 1.0rc19
and Dovecot consistently crashes when attempting to do file copies
once a user is over quota.
Dovecot works fine for us for regular mbox based IMAP, but as soon as I
add the following two entries in their respective locations in dovecot.conf:
mail_plugins = quota imap_quota (in the imap{} section)
quota =
2009 Feb 05
1
dirsize quota in sql pass db?
Is there a way to return a per user dirsize quota from a passdb sql
lookup? If so, what is the syntax?
maybe "select quota as userdb_quota"?
..and in mysql table, quota column would be:
"quota=dirsize:storage=10240" ?
I'm using mbox, with /etc/passwd userdb, and mysql passdb.
Thanks,
Ken
--
Ken Anderson
Pacific.Net
2009 Aug 21
2
quota-dirsize and mailbox rules
I noticed that the dirsize backend for quota didn't support any rules
and figured it should be easy enough to add ``ignore'' at least.
Using mbox storage and only tested with that, but it seems to work as
expected for the time being.
I'm attaching a relatively small patch for quota-dirsize.c against
dovecot-1.1.18 just in case anyone's interested.
Best Regards,
Thanos
2007 Aug 31
2
dirsize quota assertion problem
Our current virtual mailbox configuration is not compatible with one of
the assertions in the dovecot quota plugin's assertions in quota-dirsize.c.
I believe the assertion is incorrect, but I would also be happy if I
could get the same result with a better configuration setting.
Here is a sample passdb entry which causes the quota assertion to fail:
test at
2007 Mar 19
1
Adding ", S=size" to new message files when using "dirsize"
When APPENDing new message files to an IMAP Maildir, Dovecot 1.0 rc27
can be configured to add ",S=size" to the filename. That allows it
to be calculated with the "dirsize" quota plugin (and MTA's such as
Exim).
However, Dovecot only seems to do that when the "maildir" quota
plugin is specified (from "quota-maildir.c"):
/* For
2006 Oct 14
1
rrd tool to make samba usage graphs?
Someone knows of a tool to make samba usage graphs? I know this isn't
exactly samba related. But I have several samba fileservers and it would
be great to have such tool to measure the usage of a fileserver. Mostly
openfiles, but connected users would be great.
Tnxs in advance.
2008 Jun 20
4
no maildirsize file being created -dovecot v1.1
Hello List,
Getting ready to setup a new dovecot sendmail squirrelmail server for
our school which is currently running on a 4 year old install of the
same, which has worked like a champ by the way.
---------------------
EL5
dovecot-1.1 rc10 rpm
sendmail
squirrelmail
---------------------
Problem: I can not get my dovecot 1.1 rc10(rpm) to generate an
maildirsize file in each of the users
2008 Jan 25
1
Dovecot LDA (deliver) stopped working
Hello,
One day a week or so ago, a server that's Postifx w/ Local users,
dovecot w/ LDA decided to stop working. The only thing that stopped is
the LDA portion, the rest all works fine. I also posted to the postfix
mailing list yesterday but wasn't able to debug any further. Here's
the situation:
if I use mailbox_command to point to deliver, postfix will always put
the message in the
2019 Sep 10
1
Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
On 10/09/2019 08:08, L.P.H. van Belle via samba wrote:
> Hai,
>
> Well, not exactly, if you coming from source builds.
>
> In that case is suggest.
>
> Pick a repo line matching your self compiled samba.
> If thats a 4.9, choose the 4.9 repo line to add to /etc/apt/sources.list.d/van-belle.list file.
>
> Stop the self compiled samba version.
> Disable starting the