Displaying 20 results from an estimated 600 matches similar to: "how to disable quota for second namespace?"
2011 Jun 30
1
Problems with acl and shared namespace
Hi,
i'm a dovecot-newbie and also new at this mailinglist.
I'm try to configure an mailserver with dovecot2, postfix and
postfixadmin. At this time i struggle with acl and shared namespace.
My goal is, that every user get an archive-area on an separate storage
without quota (quota isn't running yet).
With:
namespace {
type = private
separator = /
prefix =
2013 Sep 27
1
fts-solr indexer-worker connects to wrong solr host dovecot-2.2.4
Hello.
We're setting up fts solr and want to have the solr server host be set per-user via UserDB.
It looks like if a user connects and fts indexes mail, and then another user connects and indexes mail, indexer-worker is connecting to the first user's fts host:
User1, hammer at rp-auth-test.com connects, does a SEARCH for the first time, indexer-worker gets UserDB settings and
2014 Oct 03
1
quota using wrong limits in user shared mailboxes
Hi,
I confirm this bug with LDAP userdb. The temporary workaround is to set
quota ignore rule for Shared namespace or specific shared folder. This is
obviously not secure workaround.
Example:
for a shared namespace:
namespace
(
....
prefix = Shared Folders/%%u/
...
}
you have to set
quota_rule4 = Shared Folders/*:ignore
or
quota_rule4 = Shared Folders/username/*:ignore
-
Bartlomiej
2008 Nov 06
1
Per User Quotas
HI All
Asking for a little patience and a bit of help here. I'm using
dovecot-1.1.3_1 with postfix and squirrelmail. I have implemented a global
quota successfully. That works fine. I want to now implement per user
quotas. So far I have read the howto in the documentation and searched
several threads but can't seem to get it working properly. My LDAP server is
Windows 2003 Active
2004 May 15
1
Re: [Logcheck-commits] CVS logcheck/src
On Sat, 15 May 2004, CVS User ttroxell wrote:
> if [ -f /etc/logcheck/header.txt ] ; then
> - $CAT /etc/logcheck/header.txt >> $TMPDIR/report
> + $CAT /etc/logcheck/header.txt >> $TMPDIR/report \
> + || error "Could not append header to $TMPDIR/report Disk full?"
> fi
> }
>
> @@ -152,7 +157,8 @@
> # Add a footer
2018 Jan 14
4
Mailbox from virtual mailbox in other namespace
Hi there!
I have more namespaces. One for subscription, another one "inbox", then
one for the archiv and a shared and a public namespace.
And than is there a namespace for virtual mailboxes.
In the namespace for virtual mailboxes is one mailbox wich gives me all
emails in the archiv namespace
#cat dovecot-virtual
Archiv/*
all
The namespace is normally hidden, but for debugging i
2008 Aug 07
1
Dovecot 1.1 Quota Plugin Configuration?
With 1.0 I had the quota plugin set to allow some accounts to have no
quota by setting their size (in bytes) to 0 (via mysql). Following the
upgrade to 1.1 this no longer seems to work and has resulted in a lot of
annoyed people having messages bumped :-(
The config I have is as follows...
quota = maildir
quota_rule = *:storage=15M
quota_rule2 = Trash:ignore
quota_rule3 =
2013 Aug 11
2
(un)mounting takes a long time
Hello!
I''m using ArchLinux with kernel Linux horus 3.10.5-1-ARCH #1 SMP PREEMPT.
Mounting and unmounting takes a long time:
# time mount -v /mnt/Archiv
mount: /dev/sde1 mounted on /mnt/Archiv.
mount -v /mnt/Archiv 0,00s user 0,16s system 1% cpu 9,493 total
# sync && time umount -v /mnt/Archiv
umount: /mnt/Archiv (/dev/sdd1) unmounted
umount -v /mnt/Archiv 0,00s user
2013 Nov 12
1
Dovecot 2.0.9 Quota Limit issues
Hello,
I've tried searching for information regarding this problem but haven't
found anything.
Currently I have a Dovecot 2.0.9 with virtual users from a SQL table.
Right now I'm only using global quota limits. Here is my quota setup:
plugin {
quota = maildir:User quota
quota_rule = *:storage=3G
quota_rule2 = Trash:storage=+100M
quota_rule3 = Archive:storage=+1G
2010 Mar 30
2
Mbox corruption - Inbox beginning with 'FFrom' or 'FrFrom'
Hi,
Since the 23rd of March, we encounter mailbox corruption for some users
(15 out of 5000) using POP mainly via Thunderbird.
Symptoms are :
-users can login but fail to receive new mails and fail to read
their inbox
-Dovecot.log : ar 29 11:00:06 Error: POP3(user_login): Couldn't init
INBOX: Mailbox isn't a valid mbox
-The mailbox start with either 'FFrom or
2007 May 06
1
namespace
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i use dovecot 1.0 and try to implement an public mbox namespace parallel
to a private and a public maildir namespace.
namespace:
type: public
separator: /
prefix: Archiv/
location:
mbox:/srv/imapd/shared/archiv/maildir:CONTROL=/srv/imapd/user/%u/shared-settings/archiv/
control:INDEX=/srv/imapd/user/%u/shared-settings/archiv/index
2012 Dec 19
1
setting mail_home and vacation
Hello!
dovecot version 2.1.7
I set up vacation with sieve. We have mboxes and maildirs and in dovecot.conf
mail_location = mbox:/var/spool/vhosts/%d/dovecotprivate/%n:INBOX=/var/spool/vhosts/%d/%n
Error: User archiv at xyz.de doesn't have home dir set, disabling duplicate database
Dec 19 20:37:03 lda(archiv at xyz.de): Error: sieve: sieve script file path ~/.dovecot.sieve is relative to
2018 Jan 12
1
Error in virtual mailbox dovecot 2.3-devel maybe in mailcount
Hi there!
I splitted my Mailarchiv to an extra namespace. Because i have some
Problems with the Archiv.
I can open all Folders from Mailarchiv with dovecot. But i want to have
a "all archives" Mailbox to search in all messages in only one virtual
mailbox. Trying to open this virtual folder from thunderbird, I get in a
big archiv this error in logs from dovecot:
J?n 12 10:54:41
2017 Oct 20
1
quota only for oungoing
oops. no, quota doesn't change :(
thats my configs:
plugin {
quota = maildir:User quota
quota_rule = *:storage=300M
quota_rule2 = Trash:storage=+10%%
quota_rule3 = Sent:ignore
quota_rule4 = Archive*:ignore
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
quota_grace = 10%%
}
protocol lda {
mail_home = /var/spool/mail/%d/%n
2014 Jun 22
1
ACL group vs. owner question
A hopefully simple question regarding the use of ACLs - the spirit being
of taking away most permissions first and then adding them back selectively:
In the global ACL declaration I have:
> * owner lr
> * group=SYS lrwstipekxa
The owner is put into the SYS group via userdb extra field in static
passwd file ("archiv" is a system user, but pam is disabled for the server):
>
2011 Sep 22
2
doveadm mailbox list shows file system directories as mailboxes
Hello.
In our dovecvot we use mbox format with the default filesystem layout.
Therefore it is not possible to have mailboxes which are subfolders of
other mailboxes containing messages.
The command "doveadm mailbox list" includes the file system
directories, that contain only subfolders, as normal mailboxes in the
output:
archiv
archiv/daemon
archiv/dovecot
Did I miss something
2010 Mar 04
8
Huge difference in reporting disk usage via du and zfs list. Fragmentation?
Do we have enormous fragmentation here on our X4500 with Solaris 10, ZFS Version 10?
What except zfs send/receive can be done to free the fragmented space?
One ZFS was used for some month to store some large disk images (each 50GByte large) which are copied there with rsync. This ZFS then reports 6.39TByte usage with zfs list and only 2TByte usage with du.
The other ZFS was used for similar
2004 Nov 27
1
an excecute error
this it is the first time that I program with ogg libraries (I am a beginner).
it has happened me an error, the code is the following one:
/*********************************************/
OggVorbis_File *musica=NULL;
FILE *archiv =NULL;
archiv = fopen("prueba.ogg","r");
if(archiv==NULL)
exit(0);
int falla = ov_open(archiv,musica,NULL,0);//aca se produce el error
2010 Aug 09
2
create Sub-Subfolders
Hi all,
this is my first post to this list, and hope someone can help me ;-)
I'm running dovecot.x86_64 1.0.7-7.el5 on a CentOS release 5.5 (Final) box.
when a user tries to create a sub-subfolder in Archiv, he gets the message:
"Mailbox doesn't allow inferior mailboxes"
Mailclient is MS Outlook 2003 SP3
is there a spezial configuration in /etc/dovecot.conf needed?
2010 Aug 04
4
"listen=*, ::" broken?
Hi,
the default:
listen = *, ::
should work and should open port 143 on IPv4 and IPv6.
In my setup it looks broken:
root at mail-archiv:/etc/dovecot# doveconf | grep ^listen
listen = *, ::
root at mail-archiv:/etc/dovecot# /etc/init.d/dovecot restart
Restarting mail server: dovecotError: service(imap-login): listen(::,
143) failed: Address already in use
Fatal: Failed to start listeners