Displaying 20 results from an estimated 4000 matches similar to: "v1.2.2 released"
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:
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 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 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
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 =
2007 Mar 14
4
solaris 10 + dovecot (1)
hi...
i try to make dovecot (v1.0.r26) in solaris 10 and i have the following
problem
# ./configure --with-ldap
...
...
Install prefix ...................... : /usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : none
Building with SSL support ........... : yes (OpenSSL)
Building with IPv6 support ..........
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
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
2008 Jul 10
3
dovecot Digest, Vol 63, Issue 30
> It seems that a RPC call fails because rquotas are not supported on
> 'homesvr'. But dovecots quota-fs requires them for remote storage.
>
Yes, my homesvr does not support RPC rquotas. Acutally I really don't
want Dovecot to handle quota on my home directory, I only want Dovecot
to hand quota on /var/mail. That's why I put "noenforcing" in
configuration
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
2009 Jan 07
4
v1.1.8 released
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig
Most importantly mbox bugfixes. v1.1 should finally be as stable with
mboxes as it was with v1.0. Hopefully we'll also soon have the first
v1.2 beta release and the final v1.2.0 somewhat soon after that.
- mbox: Several bugfixes. Fixes "next message unexpectedly lost"
2009 Jan 07
4
v1.1.8 released
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig
Most importantly mbox bugfixes. v1.1 should finally be as stable with
mboxes as it was with v1.0. Hopefully we'll also soon have the first
v1.2 beta release and the final v1.2.0 somewhat soon after that.
- mbox: Several bugfixes. Fixes "next message unexpectedly lost"
2009 Mar 17
2
problem with ldap
Hi,
dovecot-1.2 from hg.dovecot.org
openldap-2.4.11
passdb.o: In function `passdbs_init':
/home/src/dovecot-1.2/src/auth/passdb.c:230: undefined reference to `passdb_ldap'
userdb.o: In function `userdbs_init':
/home/src/dovecot-1.2/src/auth/userdb.c:177: undefined reference to `userdb_ldap'
collect2: ld returned 1 exit status
--
Xueron Nee
http://www.xueron.com
2009 Apr 06
9
Compiling v1.3 on different OSes
I was hoping to finally get shared libdovecot.so and
libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others)
could link against them. But I'm running into trouble getting it to
compile in Solaris 10. Could you non-Linux users test if this compiles
with you?
http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
Or if anyone has ideas why this happens, I'd like to know:
2009 Jul 30
3
AIX and posix_fallocate
Hi,
AIX's implementation of posix_fallocate is a little bit, let me say,
peculiar. Attached is a patch to "fix" (=work around) this.
Without you'll see this in the logs:
Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr):
posix_fallocate() failed: File exists
Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr):
file_set_size() failed with mbox file
2009 Jul 06
1
Unable to (un)subscribe mbox with AIX, NFS and netapp filer
Hi Timo,
dovecot 1.2.0 is great! Faster and more stable on mboxes that 1.1.x by
far... good job :-)
Today I stumbled over a strange problem when I tried to subscribe an
existing Mailbox (mbox), which doesn't work.
Thunderbird IMAP log
--------------------
9932[4124558]: 40f3498:imap.fh-trier.de:A:SendData:
11 subscribe "Mail/Archiv/1998"
9932[4124558]: ReadNextLine