Re: [Dovecot] imap-login hanging when firewall blocks ssl handshaking

2012-12-01 Thread Ben Morrow
At 10AM -0800 on 1/12/12 Erik A Johnson wrote: > > On November 29, 2012 at 2:39:51 PM PST, Timo Sirainen wrote: > > Yes, that sounds like it would work better: > > > > if (!proxy->client && net_getpeername(proxy->fd_ssl, NULL, NULL) < > > 0 && errno == ENOTCONN) { > > Using getpeername or net_

Re: [Dovecot] imap-login hanging when firewall blocks ssl handshaking

2012-12-01 Thread Erik A Johnson
On Nov 29, 2012, at 7:42 AM, 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) { I was wrong here: the FIRST time, net_geterror retu

[Dovecot] Undeserved permissions error with g+s folder permissions

2012-12-01 Thread tlhackque
I have a (mbox/IMAP) directory under my mail directory with these permissions: drwxrws--- 4 tlhackque mail 4096 Dec 1 10:34 Vendors/ It contains a subdirectory: -rw-rw 1 thlackque mail 84805345 Dec 1 10:34 Vendors/AVendor If I try to rename the AVendor folder (client is Thunderbird 17.0

Re: [Dovecot] 回复: 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-12-01 Thread Tobias Hachmer
On Saturday 01 December 2012 08:34:09 Sam DWH wrote: > Did you installed openssh? Well, no, I have installed libssl-dev (Ubuntu Precise). What I have really done is to add the libssl-dev to the dependencies of my dovecot-dev package. This dovecot-dev package is a dependency of my pigeonhole pack