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_
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
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
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