Re: plaintextloginpause affects all POP3 connections

2015-10-15 Thread ellie timoney
On Fri, Oct 16, 2015, at 10:34 AM, Bron Gondwana wrote: > @Ellie - let's add this, it's plainly the right thing to do. > Yeah, agreed. > On Fri, Oct 16, 2015, at 02:54, Wolfgang Breyha wrote: > > I patched it a while ago for my local RPMs: This is now in git on cyrus-imapd-2.5 and master branch

Re: plaintextloginpause affects all POP3 connections

2015-10-15 Thread Bron Gondwana
@Ellie - let's add this, it's plainly the right thing to do. On Fri, Oct 16, 2015, at 02:54, Wolfgang Breyha wrote: > On 24/09/15 22:57, Michael D. Sofka wrote: > > The plaintextloginpause affects all POP3 connections, even those that > > are encrypted via pop3s or STARTTLS. Not that this is ne

Re: autocreate.sieve doesn't work correct. temporary files

2015-10-15 Thread ellie timoney
Aha! Okay, it was calling cyrus_mkdir() with the wrong path:  cyrus_mkdir() expects to get a path to a *file*, and it ensures all the directory components exist (but ignores the file part).  But we were passing it only the directory component (/var/spool/sieve/r/root).  It was ignoring "root", ass

Re: plaintextloginpause affects all POP3 connections

2015-10-15 Thread Wolfgang Breyha
On 24/09/15 22:57, Michael D. Sofka wrote: > The plaintextloginpause affects all POP3 connections, even those that > are encrypted via pop3s or STARTTLS. Not that this is necessarily a > bad thing But is it expected behaviour? True for 2.4.18 and 2.5.6. Looking at the code in pop3d.c it i