Re: SMTP: Reject unencrypted connections

2012-11-01 Thread Noel Jones
On 10/31/2012 4:46 PM, thorso...@lavabit.com wrote: >> The above two settings are sufficient to require encryption on every >> connection. Note these settings are not appropriate for an >> internet-facing server. > > I don't want to send passwords in clear that's what I'm trying to > accomplish.

Re: SMTP: Reject unencrypted connections

2012-10-31 Thread Patrick Ben Koetter
* thorso...@lavabit.com : > > The above two settings are sufficient to require encryption on every > > connection. Note these settings are not appropriate for an > > internet-facing server. > > I don't want to send passwords in clear that's what I'm trying to > accomplish. I think that I'm mixing

Re: SMTP: Reject unencrypted connections

2012-10-31 Thread thorsopia
> The above two settings are sufficient to require encryption on every > connection. Note these settings are not appropriate for an > internet-facing server. I don't want to send passwords in clear that's what I'm trying to accomplish. I think that I'm mixing SMTP AUTH with SMTP. What should I t

Re: SMTP: Reject unencrypted connections

2012-10-30 Thread Noel Jones
On 10/30/2012 2:52 AM, thorso...@lavabit.com wrote: > Hi, > > How to configure Postfix to reject unencrypted connections? > > Will the following do the job? > > smtp_tls_security_level = encrypt > smtpd_tls_security_level = encrypt The above two settings are sufficient to require encryption on