Displaying 20 results from an estimated 36 matches for "edquote".
Did you mean:
edquot
2009 Jan 28
2
ZFS+NFS+refquota: full filesystems still return EDQUOT for unlink()
We have been using ZFS for user home directories for a good while now.
When we discovered the problem with full filesystems not allowing
deletes over NFS, we became very anxious to fix this; our users fill
their quotas on a fairly regular basis, so it''s important that they
have a simple recourse to fix this (e.g., rm). I played around with
this on my OpenSolaris box at home, read around
2003 Mar 26
2
Dovecot and Quotas
Is there anything that can be done so that when users IMAP to their
inbox and have reached their filesystem quota, that they can still
DELETE their mail? They can login, but when they go to delete/expunge
this is the error I get in syslog. I have tried mail_read_mmaped to yes
and no, and same result.
Mar 25 14:54:27 penguin1 imap(bob): file_set_size() failed with index
data file
2016 Jun 15
2
quota rules for mail users
Dear All,
Is it possible to make quota rules under $HOME/Maildir/* mailboxes with
a specific command such as 'edquota' when the first email arrives at the
$HOME/Maildir/{new,cur,tmp} of a user. In the below example, the <UserB>
is the one who gets an email for the first time.
edquota -p <UserA> <UserB>
---man edquot---
-p, --prototype=protoname
Duplicate the
2001 Dec 07
1
chown/quota bug in ext3
Hi,
there appears to be a bug w.r.t. chown and quotas in ext3.
In particular, if you "chown" a file on a filesystem with userquotas
enabled, the quota charge in not transfered.
ditto "chgrp" and group quotas.
This happens because i_op->setattr has been redefined for files, and
ext3_setattr doesn't do the DQUOT_TRANSFER like it should.
I have fixed it by adding a
2008 Oct 19
2
NFS quota: hard or soft
Yes. I could spend more time testing this myself or examining the code.
It looks to me that, with fs quota, dovecot refuses to store a mail
(e.g. when the client moves a mail from one IMAP folder to another)
if the user is beyond his soft limit.
Is this correct/intended? Knowing nothing about the IMAP Quota
extension, I would have expected that being in grace was OK. At
least, this is what
2006 Aug 02
4
Disc quota exceeded when attempting to write session
Hi All,
When trying to write sessions file, I''m getting disc quota errors.
Looking into the sessions folder, I see:
-rw------- 1 www www 188 Aug 2 21:03 ruby_sess.d39a2c77b4750b72
-rw-r--r-- 1 www www 0 Aug 2 21:03 ruby_sess.d39a2c77b4750b72.tmp
I''m guessing the the tmp should not be there, as it does not show on
my dev setup.
I''m using rails (1.1.1)
2011 Jun 08
7
save failed to INBOX: Not enough disk space
Hi
I migrated to dovecot 2 and I started using lmtp for mail delivery.
But I have found this on my logs "save failed to INBOX: Not enough disk space" .
There is enougth space on disk. and I am not using quota plugin on lmtp
my lmtp conf is as follow:
#
## LMTP specific settings
##
# Support proxying to other LMTP/SMTP servers by performing passdb lookups.
#lmtp_proxy = no
# When
2017 May 23
6
[Bug 2721] New: Improve SFTP server to make remove always work on ZFS/Btrfs
https://bugzilla.mindrot.org/show_bug.cgi?id=2721
Bug ID: 2721
Summary: Improve SFTP server to make remove always work on
ZFS/Btrfs
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: sftp-server
2020 May 19
1
[PATCH nbdkit] common/include: Add locale-safe ascii_strcasecmp and ascii_strncasecmp.
These are derived from the FreeBSD functions here:
https://github.com/freebsd/freebsd/blob/master/sys/libkern/strcasecmp.c
Thanks: Eric Blake.
---
common/include/Makefile.am | 6 +++
common/include/ascii-ctype.h | 6 +++
common/include/ascii-string.h | 77 ++++++++++++++++++++++++++++
common/include/test-ascii-string.c | 79 +++++++++++++++++++++++++++++
server/main.c
2018 Jan 28
0
[nbdkit PATCH 2/2] filters: Add log filter
'nbdkit -v' is quite verbose, and traces everything. Sometimes,
we want to trace JUST the client interactions. In particular, when
debugging another filter, being able to trace what the filter called
can be quite useful; and having the log filter in place will make
it easier to add testsuite coverage of other filters. Also, it is
nice to have timestamps in the log, in order to see if
2016 Oct 18
0
Quota and Samba4
Hallo,
I have a samba4- ad and samba4 fileserver. Fileserver is joined in AD. I configured the home shares which is working pretty. Now I'm trying to setup user quota.
I installed quota, quotatool and did the necessary preferences in fstab. Setup quota, but nothing is working. Set quota with edquote -u <username>. Repquota shows my testuser with right quota, but when i mount the share in windows, no quota ist working.
I hope you can help me, please let me know what informationen you need! Maybe you also know some alternatives.
Best regards!
2000 May 02
0
2.0.7 : 2 problems with install on Compaq Tru64
Hi,
I just installed 2.0.7 on Compaq Tru64 4.0F with options with-quotas and
with-utmp. I encountered the following two problems when building smbd :
1- In smbd/quotas.c, one comment is introduced by //. This is not supported
by native cc I was using. This is on line :
if (save_errno == EDQUOT) /* disk quota exceeded */
2- As AIX, Tru64 has utmpx.h but 'x functions' are not
2008 Mar 31
1
Segfault with soft disk quota
RHEL 5.1, dovecot 1.0.rc15 on a x86 system. dovecot -n says
[root at dg mail]# dovecot -n
# /etc/dovecot.conf
protocols: pop3 pop3s
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/pop3-login
login_process_size: 64
first_valid_uid: 100
mail_executable: /usr/libexec/dovecot/pop3
mail_plugin_dir: /usr/lib64/dovecot/pop3
auth default:
passdb:
driver: pam
userdb:
2009 Jun 10
2
Quota over NFS with inode limit
I tried searching this list, but couldn't find anything related to
inode limits except for linux quotas.
I wanted to add sieve support for our users, so was attempting to get
our email system to use dovecot's deliver lda to handle email, instead
of postfix's virtual lda, using maildir mailstore.
When I did this, I noticed that emails would get stuck in the queue if
a user was
2018 Mar 01
29
[Bug 13317] New: rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317
Bug ID: 13317
Summary: rsync returns success when target filesystem is full
Product: rsync
Version: 3.1.2
Hardware: x64
OS: FreeBSD
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayned at samba.org
2019 Aug 16
1
[nbdkit PATCH] ocaml: Map more errno values
Mapping of EOVERFLOW was missed in commit 6f8c8084.
Mapping of EOPNOTSUPP is essential for .zero to trigger a fallback to
.pwrite, missed in commit 6c0e00e9 (not to mention that it becomes a
valid protocol failure once fast zero support is added). There is no
Unix.ENOTSUP, or that would get the same treatment per commit
abb2b47c.
Preserving EROFS and EFBIG is useful because protocol.c
2019 Mar 28
1
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
On 28 Mar 2019, at 10.15, Arkadiusz Mi?kiewicz <arekm at maven.pl> wrote:
>
> error = 0x55e3e2b40ac0 "Fixed index file
> /var/mail/piast_efaktury/dovecot.index: log_file_seq 13 -> 15",
> nodiskspace = true,
This was one of the things I was first wondering, but I'm not sure why it's not logging an error. Anyway, you're using filesystem quota? And this
2006 May 23
4
Misc questions
Some miscellaneous questions:
* When you share a ZFS fs via NFS, what happens to files and filesystems that exceed the limits of NFS?
* Is there a recommendation or some guidelines to help answer the question "how full should a pool be before deciding it''s time add disk space to a pool?"
* Migrating pre-ZFS backups to ZFS backups: is there a better method than "restore
2005 Dec 21
4
ZFS, COW, write(2), directIO...
Hi ZFS Team,
I have a couple of questions...
Assume that the maximum slab size that ZFS supports is x. (I am assuming
there is a maximum.) An application does a (single) write(2) for 2x
bytes. Does ZFS/COW guarantee that either all the 2x bytes are
persistent or none at all? Consider a case where there is a panic after
x bytes has gone to disk and the change propagated to the uber block. Do
2003 May 17
0
Maildir synchronization
I thought I'd send this here too, since I spent so much time writing it
as comment to maildir-sync.c :) Now only thing left to do is to write
the code to match it.
/*
Here's a description of how we handle Maildir synchronization and
it's problems:
We want to be as efficient as we can. The most efficient way to
check if changes have occured is to stat() the new/ and cur/