I had to manually quote in dovecot-config
LIBDOVECOT_LOGIN='-ldovecot-login -lssl -lcrypto '
by default was
LIBDOVECOT_LOGIN=-ldovecot-login -lssl -lcrypto
That cause pigeonhole to failed.
Regards
nanashi
On 29.11.2012, at 11.00, nanashi wrote:
> I had to manually quote in dovecot-config
> LIBDOVECOT_LOGIN='-ldovecot-login -lssl -lcrypto '
> by default was
> LIBDOVECOT_LOGIN=-ldovecot-login -lssl -lcrypto
>
> That cause pigeonhole to failed.
Oh, annoying :( I guess I'll release 2.1.12 with this
HI,
I'm pulling my hair out a little trying to get dovecot to save it's
index locally rather than in the NFS mount. No matter what I do it seems
to save the indices in the Maildir on the NFS.
I'm using dovecot 2.0.18 on CentOS 6.3.
The relevant config I'm using:
mmap_disable = no
dotlock_u
Hi all,
First of all, excuse me for my previous posts (Maildir hardlinks).
Today I realized the following issue.
Maildir hardlinks works OK on dovecot 2.1.10 without sieve.
If set sieve plugin in dovecot-lmtp hardlinks stop working.
Is there a way to have both sieve and hardlinks working?
Thank yo
On 2012-11-29 6:02 AM, Matt Jones wrote:
The relevant config I'm using:
mmap_disable = no
Please only/always post full output of doveconf -n, not copy/pastes from
the config file... this is the only way to be sure that you are using
the config you *think* you are using...
--
Best regar
I checked again and I did not see any log entries on the server or client. Not
sure how to debug iPhone/iPad.
I'm sure this isn't a bug in dovecot per se because the behavior is different
on the different client types. I was just wondering if someone else has seen
similar behavior before and wo
Hi,
we have installed dovecot version 2.1.11
Now we have found 3 problems with doveadm on proxy server:
1 problem:
In our configuration we have:
protocol doveadm {
auth_socket_path = director-userdb
}
I have executed this:
# doveconf -m doveadm -f service=doveadm auth_socket_path
auth_socket_
Hello Timo,
Building 2.1.11 was ok, but rebuilding pigeonhole 0.3.3 for dovecot 2.1.11
show up the following errors:
checking for dovecot-config in "/usr/lib/dovecot"... /usr/lib/dovecot/dovecot-
config
./configure: line 11410: -lssl: command not found
checking whether OS supports plugin depende
On 29/11/2012 15:57, Tobias Hachmer wrote:> Hello Timo,
>
> Building 2.1.11 was ok, but rebuilding pigeonhole 0.3.3 for dovecot
2.1.11
> show up the following errors:
>
> [...]
>
Hi,
Just have a look at:
http://www.dovecot.org/list/dovecot/2012-November/069722.html ;).
Regards,
Gilles.--
=
On Thursday 29 November 2012 16:09:35 Gilles Chauvin wrote:
> Just have a look at:
> http://www.dovecot.org/list/dovecot/2012-November/069722.html ;).
Yeah, I saw your post. But Timo asked for another possible errors. I don't
know if this error belongs to your error:
cmd-vacation.c:4:17: fatal e
On 29/11/2012 16:14, Tobias Hachmer wrote:
> On Thursday 29 November 2012 16:09:35 Gilles Chauvin wrote:
>> Just have a look at:
>> http://www.dovecot.org/list/dovecot/2012-November/069722.html ;).
>
> Yeah, I saw your post. But Timo asked for another possible errors. I don't
> know if this error
On Thursday 29 November 2012 16:18:14 Gilles Chauvin wrote:
> The post I linked above wasn't my post but I had the exact same problem
> this morning while trying to compile pigeonhole against dovecot 2.1.11.
> Manually adding the quotes in the dovecot-config file fixed the issue
> for me.
Oh, sorr
No, the test to bug out doesn't work because net_geterror(proxy->fd_ssl)
returns 0 in the statement
if (!proxy->client_proxy &&
net_geterror(proxy->fd_ssl) == ENOTCONN) {
However, errno is indeed ENOTCONN. Changing the test to
if (!proxy->client_proxy &&
errno == ENOTCONN)
On 29.11.2012, at 17.42, Erik A Johnson wrote:
> No, the test to bug out doesn't work because net_geterror(proxy->fd_ssl)
> returns 0 in the statement
>
> if (!proxy->client_proxy &&
> net_geterror(proxy->fd_ssl) == ENOTCONN) {
>
> However, errno is indeed ENOTCONN. Changing the test t
At 10PM +0200 on 29/11/12 Timo Sirainen wrote:
> On 29.11.2012, at 17.42, Erik A Johnson wrote:
>
> > No, the test to bug out doesn't work because net_geterror(proxy->fd_ssl)
> > returns 0 in the statement
> >
> > if (!proxy->client_proxy &&
> > net_geterror(proxy->fd_ssl) == ENOTCONN) {
On 30.11.2012, at 0.12, Ben Morrow wrote:
>> This change isn't very reliable, since the previous call might not
>> have been read().. I wonder if something like would work:
>>
>> if (!proxy->client && read(proxy->fd_ssl, &err, 0) < 0 && errno == ENOTCONN)
>> {
>
> How about calling getpeername
On 29.11.2012, at 16.22, Ramon Frontera wrote:
> Now we have found 3 problems with doveadm on proxy server:
>
> 1 problem:
> In our configuration we have:
> protocol doveadm {
> auth_socket_path = director-userdb
> }
>
> I have executed this:
> # doveconf -m doveadm -f service=doveadm auth_socke
On 11/29/2012 12:49 PM, Timo Sirainen wrote:
On 29.11.2012, at 18.06, Daniel L. Miller wrote:
On 11/28/2012 10:37 PM, Timo Sirainen wrote:
On 29.11.2012, at 7.47, Daniel L. Miller wrote:
doveadm fetch text -u amil...@amfes.com mailbox-guid
a47e4e264aa1c94cc3513bc41c5f uid 12891
The re
On 11/29/2012 9:32 PM, Daniel L. Miller wrote:
I (hopefully) fixed my config - put 'zlib' into 10-mail.conf and
removed it from the others. Re-indexing is now good on some mailboxes
that were broken before - but I still have a fault on others.
Using the tcpflow dump, I found a couple bad me
Trying to clean up the last of the corruption caused by my own
stupidity. I now have two mailboxes for one user that give errors such as:
doveadm(f...@amfes.com): Error:
zlib.read(/var/mail/amfes.com/fax/mdbox/storage/m.9): gz trailer has
wrong CRC value at 20065618
doveadm(f...@amfes.com): E
On 30.11.2012, at 7.57, Daniel L. Miller wrote:
> On 11/29/2012 9:32 PM, Daniel L. Miller wrote:
>>
>> I (hopefully) fixed my config - put 'zlib' into 10-mail.conf and removed it
>> from the others. Re-indexing is now good on some mailboxes that were broken
>> before - but I still have a fault
On 30.11.2012, at 8.03, Daniel L. Miller wrote:
> Trying to clean up the last of the corruption caused by my own stupidity. I
> now have two mailboxes for one user that give errors such as:
>
> doveadm(f...@amfes.com): Error:
> zlib.read(/var/mail/amfes.com/fax/mdbox/storage/m.9): gz trailer h
On 11/29/2012 10:09 PM, Timo Sirainen wrote:
On 30.11.2012, at 7.57, Daniel L. Miller wrote:
On 11/29/2012 9:32 PM, Daniel L. Miller wrote:
I (hopefully) fixed my config - put 'zlib' into 10-mail.conf and removed it
from the others. Re-indexing is now good on some mailboxes that were broken
Hi,
seems v2.1.11 has broken Pigeonhole 0.3.3
Christian
Am 29.11.2012 07:44, schrieb Timo Sirainen:
> http://dovecot.org/releases/2.1/dovecot-2.1.11.tar.gz
> http://dovecot.org/releases/2.1/dovecot-2.1.11.tar.gz.sig
>
> * lmtp/lda: dovecot.index.cache file is no longer fully mapped to
>
http://dovecot.org/releases/2.1/dovecot-2.1.12.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.12.tar.gz.sig
The dovecot-config file installed by v2.1.11 was missing quotes, which
broke building Pigeonhole. This release fixes that.
25 matches
Mail list logo