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