Reco <recovery...@enotuniq.net> wrote:

> Seems straightforward enough.
> Edit /etc/exim4/exim4.conf.template, you'll need to comment out a block
> similar to this:

>  .ifndef REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS
>    REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS = *
>  .endif

> Do not touch second block (starting with .ifdef
> REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS).

> Execute /usr/sbin/update-exim4.conf.
> Bounce exim4.

> Smarthost certificate verification should be disabled after this.

Wouldn't it be easier to just create /etc/exim4/exim4.conf.localmacros
and put 

 REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS = !*

in it? That way you don't need to edit the template (causing a merge
prompt on the next exim4 update).

This is also the way the README.Debian suggest doing this.

S°

-- 
Sigmentation fault. Core dumped.

Reply via email to