On Thu, Dec 01, 2005 at 05:13:46PM +0530, Warren Howard said:
> Hi,
>
> Is there a way in Exim to setup matching functionality to Postfix's
> "smtpd_tls_auth_only = yes" option? I've read through
> http://www.exim.org/exim-html-4.50/doc/html/spec_38.html#IX2419 and the
> closest matching option I can find is "hosts_require_tls" which is not
> what I want.
It sounds like you want
server_advertise_condition = ${if eq{$tls_cipher}{}{0}{1}}
on your authenticators.
--
--------------------------------------------------------------------------
| Stephen Gran | Administration: An ingenious |
| steve@??? | abstraction in politics, designed to |
| http://www.lobefin.net/~steve | receive the kicks and cuffs due to the |
| | premier or president. -- Ambrose Bierce |
--------------------------------------------------------------------------