Re: [Exim] receiver_verify problem

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Marcus Huedepohl
CC: exim-users
Subject: Re: [Exim] receiver_verify problem
Marcus Huedepohl wrote:
> hi,
> i set the receiver_verify option to get rid of those bounce-mails my system
> tries to deliver to non-existent spammers.
>
> sadly, it does not work. my system still accepts any local_part, even if it is
> non-existent. i searched the archives, the faq and the book but had no luck
> with this.
>
> do i have do give some additional options to my directors to make this work?
> my first director looks like this:
>
> spamcheck_director:
> condition = "${if eq {$received_protocol}{spam-scanned} {0}{1}}"
> driver = smartuser
> transport = spamcheck
> verify = yes


This director accepts ANY recipient, so you should disable it for
verficication, just set verify = false instead of verify=yes, so it will
be skipped while verification.

ciao