Displaying 20 results from an estimated 1000 matches similar to: "dovecot Digest, Vol 63, Issue 30"
2008 Jul 10
3
fs quota check with server does not support rquotad
Hi,
Last time, I have got no reply, hope this time is better.
OS: Solaris 10
Dovecot version : 1.1.1
file system of /var/mail : NFS from Solaris
file system of /home : other NFS server that not support rquotad.
Here is my setting that works:
----------------------------
plugin {
quota = fs:INBOX:mount=/var/mail
quota2 = fs:home:noenforcing:mount=/home/h1
}
The above settings works. Dovecot
2008 Jul 08
2
Multiple quota roots with quota-fs backend
Today I've tried to configure multiple filesystem quotas, with some
strange results.
These are my two filesystems; both using quotas:
* /dev/mail mounted to /var/spool/mail
using AIX quotas for all users. Mailbox format is 'mbox' and
they are named '/var/spool/mail/<logname>'
* filer0:/vol/home mounted to /home/f0 via nfs
using netapp quotas for all
2007 Mar 13
1
1.0.rc27 released
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz.sig
A few new small features and lots of index/mbox fixes. I've been heavily
stress testing this release, so I think it should be about perfect. :)
I think the only thing still missing from v1.0 is documentation. There
are some unwritten pages in the wiki, and I still haven't bothered
2007 Mar 13
1
1.0.rc27 released
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc27.tar.gz.sig
A few new small features and lots of index/mbox fixes. I've been heavily
stress testing this release, so I think it should be about perfect. :)
I think the only thing still missing from v1.0 is documentation. There
are some unwritten pages in the wiki, and I still haven't bothered
2009 May 06
7
Quota over NFS
Hey,
I've been strugling to get quota working on my enviroment.
I have one storage server that exports the 'home' dir.
My mail server mounts the exported 'home' server at '/home'
# dovecot --version
> 1.1.14
I'm also running Postfix and using Dovecot/LDA as MDA so that we can use the
Dovecot's Quota plugin.
The thing is that if the user has exceeded
2007 Mar 20
3
compiling dovecot on aix gcc 3.3.2
I try to compile the dovecot with gcc version 3.3.2 on aix. It seemed it was
okay. It was working but when i try to use quota dynamic modules i get
error.
Edlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: Could not
load module /usr/local/lib/dovecot/imap/lib10_quota_plugin.so.
System error: No such file or directory
Error: imap dump-capability process returned 89
When i check
2007 Jan 07
1
deliver rewrites envelop-sender
Hello,
we are currently using sendmail, procmail, uwimap and qpopper. We are
planing to replace uwimap and qpopper with dovecot. Which seems to be a
very good idea :-)
But: Sendmail and Procmail will not be replaced.
Now I've realized that deliver rewrites existing "From <....> ..."
header lines to ">From <...> ..." and adds it's own "From
2009 Oct 19
23
testing needed
Can someone find an OS where the attached program doesn't work? It
should print "success". So far tested for success: Linux 2.6, Solaris
10, FreeBSD 7.2, OpenBSD 4.2.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.c
Type: text/x-csrc
Size: 1100 bytes
Desc: not available
URL:
2009 Aug 20
3
script to report quota upon user's request
Hi there
is there any binary/script to repot user's quota upon request?
Dimitrios Karapiperis
2007 Jan 30
1
1.0rc19 with plugins on AIX 5.2
Hello,
has anyone out there successfully build dovecot on AIX with plugins
supported? I'm talking about an dlopen error when a plugin tries to
access global symbols, that are defined in the dovecot "parent" binary
For example:
# MAIL_PLUGINS=zlib /usr/local/libexec/dovecot/imap
imap(root): Error:
dlopen(/usr/local/lib/dovecot/imap/lib20_zlib_plugin.so) failed:
rtld: 0712-001
2008 Jul 05
1
AIX: mntctl implementation for NFS quota support
Hi Timo, Hello list,
I've played around with dovecot-1.1.1 on AIX to get quotas (especially
NFS quotas) to work. I've found that dovecot doesn't implement handling
of 'mntctl' and so it is unable to determine filesystem mountpoints on
AIX correctly.
Your'll find more information about 'mntctl' here:
2009 Aug 13
4
Quota question.
Hi,
I am trying to get quota working properly on dovecot 1.2.3 with postfix admin,
amavisd-new, mysql, and postfix.
So far I can see the db getting updated when messages are added and deleted
from the mailbox. The problem I am having is that I have imported a bunch of
messages from the old mail server that was running uw-imap and mbox to the
doevcot machine using maildir++. As a result the
2008 Jul 04
2
Different PROXY for IMAP and POP3 using LDAP-auth
Hello everybody!
I'm trying to configure dovecot 1.1.1 with different proxy hosts and/or
ports for different protocols (IMAP, POP3). I'm using LDAP for
authentication.
I've tried:
1) Variable in "auth default" configuration:
[dovecot.conf]
passdb ldap {
args = /usr/local/etc/dovecot-ldap-%Ls.conf
}
userdb ldap {
args =
2009 Sep 23
2
Segfault in quota-fs plugin
Hi all,
We recently attempted to update our Dovecot installation to version
1.2.5. After doing so, we noticed a constant stream of crash messages in
our log file:
Sep 22 15:58:41 hostname dovecot: imap-login: Login: user=<USERNAME>,
method=PLAIN, rip=X.X.X.X, lip=X.X.X.X, TLS
Sep 22 15:58:41 hostname dovecot: dovecot: child 6339 (imap) killed with
signal 11 (core dumps disabled)
We rolled
2013 Jan 09
14
how to setup different quota for multiple namespaces
Hello all,
I am using dovecot for some time now but always had very basic
configurations. I recently have configured a new, additional namespace
in order to move archived mails (Thunderbird Archives) to another
storage system.
namespace {
type = private
separator = .
prefix = Archives.
location = maildir:/var/vmail/archive/%Ln/Maildir
subscriptions = yes
list = children
inbox = no
2009 Jul 27
5
v1.2.2 released
http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig
Found and fixes several v1.2-specific bugs. Hopefully it's now stable
for most people's usage.
* GSSAPI: More changes to authentication. Hopefully good now.
* lazy_expunge plugin: Drop \Deleted flag when moving message.
+ dovecot -n/-a now outputs also lda settings.
+
2009 Jul 27
5
v1.2.2 released
http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig
Found and fixes several v1.2-specific bugs. Hopefully it's now stable
for most people's usage.
* GSSAPI: More changes to authentication. Hopefully good now.
* lazy_expunge plugin: Drop \Deleted flag when moving message.
+ dovecot -n/-a now outputs also lda settings.
+
2008 Jul 16
0
fs quota check with server does not support, rquotad
I think the problem is in these few lines:
----------------------------
dovecot: Jul 15 18:13:21 Info: IMAP(01234567g): fs quota add storage dir
= /home/h1/sc/01234567g/mail
dovecot: Jul 15 18:13:21 Info: IMAP(01234567g): fs quota block device =
homesvr:/h1
dovecot: Jul 15 18:13:21 Info: IMAP(01234567g): fs quota mount point = /home/h1
----------------------------------
Since my configuration
2011 Sep 06
3
Quota fs (ignore mount)
Hi,
I set "quota: fs:INBOX:noenforcing:mount=/var/spool/mail", but receive: "fs quota add storage dir = /home/pit/mail"...
Why ?
In fstab:
/dev/mapper/mpath1p1 /var/spool/mail ext2 usrquota 0 0
In dovecot.log:
Sep 06 15:02:00 pop3-login: Info: Login: user=<pit>, method=PLAIN, rip=192.168.3.10, lip=192.168.6.3, TLS
Sep 06 15:02:00 POP3(pit): Info: Loading modules
2011 Jun 24
2
Please help with Quota dict mysql configuration
Hello
So what i have:
centos 5.6
postfix 2.3.3
dovecot 2.0.13
postfixadmin 2.3.3
roundcube 0.5.3
All general things are working right now i can send receive email with
ssl connections etc...
Now i'm trying to configure additional options like quota and some
other plugins like sieve, trash, expire and deleted-to-trash.
Configuration of quota is on first place. I have read wiki regarding
quota