Displaying 20 results from an estimated 3000 matches similar to: "Dirsize quotas with 1.1beta9"
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 =
2007 Jan 31
2
Quota crashing w/ gdb backtrace
Hi,
I'm still running into consistent crashing when moving files between
folders when dirsize quotas are enabled. This is running Dovecot1.0rc19.
Please let me know if I'm posting this to the wrong list.
Here is the gdb backtrace:
#0 0x377fc in mbox_file_seek (mbox=0xc8560, view=0xc94c0, seq=1,
deleted_r=0xffbef157) at mbox-file.c:167
167 if (data == NULL) {
(gdb) bt
2007 Dec 02
1
Quick fix for nfs-workarounds.c
Hi,
Under Solaris 8, the rmdir() command returns EEXIST instead of ENOTEMPTY
if an rmdir() is attempted on a directory with files still in it.
Dovecot 1.1beta9 currently gives tons of errors in the logfile as
a result of the code not checking for the right error value.
The function nfs_flush_file_handle_cache_dir() in nfs-worksarounds.c
probably needs to reflect EEXIST as well as ENOTEMPTY.
--
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
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
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
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
2011 Sep 09
1
dovecot 2.0.12: mdbox & quota=dirsize
#doveconf -v
......................
? quota = dirsize:User quota
? quota_debug = yes
? quota_exceeded_message = message
? quota_warning = storage=95%% quota-warning 95 %u
? quota_warning2 = storage=80%% quota-warning 80 %u
............................?
# du --max-depth=1 -h
311M??? ./storage
20K???? ./sieve
7,8M??? ./mailboxes
319M??? .
# doveadm quota get -u myuser
Quota
2007 Dec 03
3
LIST problem with Dovecot1.1beta10
Hi,
Certain IMAP folder problems started popping up with Squirrelmail with
the 1.1beta10 version of Dovecot (and possibly earlier versions).
Looked into it and I am seeing odd behavior with the LIST command.
Here is how to reproduce problem, unless I'm missing something obvious:
a001 login dean <password>
a001 OK Logged in.
a002 list "" *
* LIST (\NoInferiors \UnMarked)
2008 Jun 17
2
Can't find next message offset
Hi,
I am getting a lot of warnings since upgrading to 1.1rc10 (from rc4):
mbox /home2/seta/Mail/Sent: Can't find next message offset for uid=12
Almost always, it is the Sent or Trash folders that are giving these. Users
aren't experiencing any problems, but the errors continue to come.
Is this something I should be concerned about?
Here is output of "dovecot -n":
#
2008 Feb 23
2
rmdir() warnings with 1.1.rc1
Hi,
Looks like there are still some Solaris rmdir() warnings being
logged to syslog in 1.1.rc1 in nfs_flush_file_handle_cache_dir():
Feb 23 13:09:51 sx3 dovecot: [ID 107833 mail.error] IMAP(ran04): \
nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy
Manual for rmdir on Solaris states:
EBUSY The directory to be removed is the mount point for a
mounted
2008 Sep 03
3
1.1.3 panics
Hi,
Installed Dovecot 1.1.3 today and started receiving panic errors on a
few of our users:
dovecot: [ID 107833 mail.crit] Panic: IMAP(xx): file mail-index-transaction-view.c: line 204: unreached
When I upgraded, I deleted all of our users index files so it started
with a clean slate.
We are running mbox format over NFS with fsquota plugin on Solaris 8.
Here is output of dovecot -n:
2008 Jan 01
6
Delay on failed pw attempts
Hi,
Is there a way, or can a way be added, to add an "auth_failed_delay=10s"
style option that would put in an artificial delay after a failed
password attempt?
As it stands now, Dovecot seems highly vulnerable to widescale
brute-force password dictionary scans.
Even if it's not configurable, can a delay be hardcoded to something
like, say, 10 or 15 seconds?
--
Dean Brooks
dean
2008 Mar 28
3
UID inserted in the middle of mailbox errors
Hi,
We are still getting, on a daily basis, users who cannot move messages
to Trash or expunge Trash due to these errors:
Mar 28 10:43:57 tm2 dovecot: [ID 107833 mail.error] IMAP(kss021):
mbox sync: UID inserted in the middle of mailbox
/home/kss021/Mail/Trash (3137 > 536, seq=2, idx_msgs=76)
Our users have no other access to their mailbox other than Dovecot,
and we are using mbox
2008 Jul 11
0
Subject: Re: nfs_flush errors
dovecot-request at dovecot.org wrote:
> From: Dean Brooks <dean at iglou.com>
> Subject: Re: [Dovecot] nfs_flush errors
> To: dovecot at dovecot.org
> Message-ID: <20080711050942.GA11555 at iglou.com>
> Content-Type: text/plain; charset=us-ascii
>
> On Thu, Jul 10, 2008 at 05:20:21PM -0700, Hans Wunsch wrote:
>
> Date: Fri, 11 Jul 2008 01:09:42 -0400
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 Feb 13
2
lda quota in sql works but is ignored
Hi,
(dovecot latest vers)
i have lda deliver up with quota and sql,
but it seems that deliver simply ignores it,
normally it should bounce the message
deliver(tester at example.de): Feb 13 15:31:32 Info: auth input: gid=1001
deliver(tester at example.de): Feb 13 15:31:32 Info: auth input:
quota=dirsize:storage=3072000
deliver(tester at example.de): Feb 13 15:31:32 Info: Home dir not found:
2008 Oct 08
3
postfix/dovecot/mysql quotas not working, default dovecot.conf does.
I'm having problems getting dovecot to set imap quotas that are
defined as individual quotas for virtual users using mysql. I'm using
postfix/dovecot 1.1.3, just built from source about a week ago.
I've been testing using telnet and getquotaroot. when I define the
quota in dovecot.conf
quota = dirsize
quota_rule = *:storage=102400
I get the following response from Dovecot:
2007 Feb 15
1
strange LDA error
hi,
i try to use dovecot lda with postfix virtual delivery, but i've got
error. the maildirs are created ie: new/, tmp/, curr/, dovecot.index,
dovecot.index.log, .dovecot.lda-dupes. but the mail is not placed into
it and got and error: "save failed to INBOX". what can be the reason?
thank you for your help in advance.
yours.
---------------------------------
# ls -ald /var/vmail/
2007 Jan 25
1
X-UID gaps cause Dovecot/IMAP to hang
Hi,
When the Dovecot 1.0.rc19 IMAP server encounters X-UID headers with
gaps in them, it hangs indefinitely. I've attached a sample mailbox (in
mbox format) which repeatably exhibits this behavior. The mbox contains
only three messages with the following X-UIDs in order: 774, 785, 787.
If I remove the X-UID headers from each message, Dovecot handles the
mailbox without any problems. UW-IMAP