Displaying 20 results from an estimated 10000 matches similar to: "quotas on shared folders"
2006 Jun 22
0
maildir++ Quotas - bizarre behavior.
Hi Timo et al.
I've been trying to track down why Dovecot recalculations of maildirsize
are so wildly different (lower) than what Maildrop comes up with.
I think I've found some bizarre behavior in Dovecot -- this is in beta9 as
well as CVS from yesterday.
It appears Dovecot isn't looking at /Maildir/cur ... /Maildir/new and
/Maildir/tmp. It is, however, looking at
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 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 Mar 31
4
quota warning - take 2
Hi,
About one month ago, I sent a patch to this list to implement warnings
when a user is close to reach his quota.
I tried to follow Timo's advice to improve my code, and here (at last)
is a new patch. Things I did not fix:
- This patch is still for dovecot 1.0, as I will need warnings with
dovecot 1.0. I may rewrite it for CVS HEAD in the future but can't
promise.
-
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 29
1
upgrade from beta9 to rc1 - lost access to messages and folders
Hello All,
Upgraded a test machine this morning from beta9 to rc1 and lost access to
messages and folders.
an strace on the imap process shows it accessing the home directory, but
not the mail directory. The two queries that I use are:
password_query = SELECT email,crypt as password FROM users WHERE email =
'%u'
user_query = SELECT homedir AS home, maildir AS mail, 1000 AS uid, 1000
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 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
2006 Aug 11
3
Dovecot - Issue with Maildir++ quotas
Hi,
I've been bitten by an issue running Squirrelmail on top of Dovecot
using Maildir++ quotas.
Having configured these quotas in Dovecot, I notice that Dovecot
appears not to exclude the 'Trash' folder from its quota calculation
(which it should do, according to the Maildir++ spec). Unfortunately
this breaks Squirrelmail if I try to delete a message from a
close-to-quota
2006 Jul 11
2
Shared folders not woking for me
Hello,
I'm new to dovecot, please forgive me my silly questions. :-)
My OS is FreeBSD 6.1. I just installed dovecot 1.0.beta9. I have created
a public namespace this way:
namespace public {
separator = /
prefix = Public/
location = maildir:/var/mail/public
}
namespace private {
separator = /
prefix =
location = maildir:/home/%u/Maildir
inbox = yes
}
Then I created a new
2004 Dec 23
1
Worthwile to use quotas?
I'm aware that dovecot doesn't support Maildir++ quotas yet (pity).
However, is it still worthwhile to set up something like Postfix + Maildrop
to use quotas, or is dovecot's lack of support just going to throw a wrench
in the works?
Thanks,
:Peter
2006 Jun 22
1
Patch for rawlog.c
hello
The homedirectories are stored as a relative path in my userdb
One problem ocoures with rawlog:
rawloging occures only if a directory $HOME/dovecot.rawlog exist.
this is checked with lstat
for me $HOME is always "username/". This is relative to /var/mail and works.
in rawlog.c lstat should now check "username//dovecot.rawlog" which fails.
lstat can check
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
2006 Jul 05
1
moving public folders to private Trash
Using Thunderbird 1.5.0.4 against dovecot beta9:
If a user has Thunderbird configured to move deleted messages into a Trash folder,
then the user cannot delete folders in a public namespace. There is no problem
deleting messages.
Thunderbird says:
"The current command did not succeed. The mail server responded: Can't rename
mailbox to another storage type."
All mailboxes
2018 Jun 27
1
v3 to AD migration: home folders, quotas, users..
Hi,
we want to migrate from samba3 NT4 domain (we were using it for a long
time) to Samba4 AD. A lot of questions.
a) user homes mapping
From our v3 smb.conf
logon drive = S:
[homes]
comment = Home Directories
path = /home/%u
read only = No
create mask = 0700
directory mask = 0700
inherit acls = Yes
browseable = No
2011 Jan 08
2
folder quotas
Hi all,
Is there a way to implement folder quotas instead of just partition quotas?
I'm trying to limit home dirs from getting out of control.
And I did RTFM but it seems only partition/share quotas are possible :)
- aurf
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 09
3
Getting maildir++ quotas working
Can somebody post details for how to get maildir++ quotas working in the
latest CVS?
I have tried but can't get the CAPABILITY string to show "QUOTA"; and the
GETQUOTAROOT command is recognized, but returns nothing...
2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX" ""
* QUOTA "" ()
2 OK Getquotaroot completed.
These are the settings I have... am I
2006 Jun 17
1
1.0 beta 9 problems
Two problems with this new beta not found in beta 8.
1. mbox_from_create error
This is the configure string I use, and I paste the make error message
below. I have to use "--with-storages=maildir,mbox" to get around the error.
./configure \
--prefix=/opt1/dovecot \
--localstatedir=/var \
--without-shadow \
--without-cyrus-sasl2 \
--without-pop3d \
--without-gssapi \
--disable-ipv6 \
2007 Nov 26
2
v1.1.beta9 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta9.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta9.tar.gz.sig
Some changes since beta8:
- This release should work perfectly with NFS attribute cache enabled.
- Fixes to handling what should be written to cache file and when
- Some index handling optimizations
- IMAP LIST: dbox and cydir can now return children state
Beta9 will
2006 May 09
2
Bug: maildirsize not updated when deleting folders
When using maildir++ quotas, if you delete an IMAP folder, the maildirsize
file should get updated so that it subtracts the size of the messages that
were contained in the deleted IMAP folder. However Dovecot is not doing
this, resulting in Dovecot showing an incorrect quota value until the next
time the maildirsize file is rebuilt.
Bill