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