imap_admins, lmtp_admins, [service]_admins?

2016-06-14 Thread ellie timoney via Cyrus-devel
Bits of our documentation refer to these various service-specific admins settings, and googling a bit I see a bunch of people using them in the imapd.confs they post when asking for help with stuff. But I went looking for where/how they're implemented (to see what was needed to support the same so

Re: feature request: support STARTTLS for LMTP preauth'd connection

2016-06-14 Thread ellie timoney via Cyrus-devel
> I use "lmtpd -a" listen on a NIC interface and receive lmtp request > from a remote postfix instance. Now preauth works, but mail data was > transfered without encryption. Ah, I see what you mean.  I didn't know that -a option was there. > I guess the commit your mentioned disabled startssl b

Re: feature request: support STARTTLS for LMTP preauth'd connection

2016-06-14 Thread Marty Lee via Cyrus-devel
You could use something like 'stunnel' to protect arbitrary connections between hosts. Lmtp is normally for connections between services on the same host, so I'm not surprised that Cyrus isn't using tls for it. Marty Lee Maui Systems Ltd > On 14 Jun 2016, at 10:16, qyb via Cyrus-devel > wrot

Re: feature request: support STARTTLS for LMTP preauth'd connection

2016-06-14 Thread qyb via Cyrus-devel
I use "lmtpd -a" listen on a NIC interface and receive lmtp request from a remote postfix instance. Now preauth works, but mail data was transfered without encryption. I guess the commit your mentioned disabled startssl because the author think we just need ssl to protect PLAIN Password auth reque