Re: exclude client from smtpd_tls_security_level = encrypt

2014-04-29 Thread Viktor Dukhovni
On Tue, Apr 29, 2014 at 04:49:48PM -0400, btb wrote: > for the moment, i've done > > smtpd_tls_security_level = may > smtpd_tls_auth_only = yes > > which suffices, but not quite in the manner that i'd prefer. The alternative to "smtpd_tls_security_level = encrypt" is: main.cf: cidr

Re: exclude client from smtpd_tls_security_level = encrypt

2014-04-29 Thread li...@rhsoft.net
Am 29.04.2014 22:49, schrieb btb: > i have an msa, which requires encryption and smtp auth, save one sole > exception - a client which [for now] cannot > perform either, that i must explicitly trust based only on source ip address. > to that end, i've allowed it to > perform submission with ch

exclude client from smtpd_tls_security_level = encrypt

2014-04-29 Thread btb
i have an msa, which requires encryption and smtp auth, save one sole exception - a client which [for now] cannot perform either, that i must explicitly trust based only on source ip address. to that end, i've allowed it to perform submission with check_client_access, but i'm left at odds with