On 2013-06-13, Raphael Bauduin <[email protected]> wrote:
> Hi,
>
> I'm working on a working greylisting setup, but it currently has some
> trouble with mail coming from gmail, because the different delivery
> attempts may use different IP addresses. that's why I wanted to add a
> whitelist check.
>
> To the defer directive (see bottom for the complete directive), I add the
> whitelist exception:
>
>   !dnslists = list.dnswl.org
>
> and I also add an accept directive (I also tested with a warn directive)
>
>   accept  #or warn
>     domains      = +local_domains
>     dnslists      = list.dnswl.org
>     logwrite      = $sender_host_address is whitelisted

which ACL is this in?

> When I send a mail from gmail, which is in the whitelist, I see this in the
> logs:
> 2013-06-13 10:35:30 skip defer greylist (header) <[email protected]> for
><...@...>.
> 2013-06-13 10:35:30 209.85.219.45 is whitelisted
>
> So the new config is applied, but no further processing of the mail happens
> after that.

perhaps there's something in rejectlog?


-- 
⚂⚃ 100% natural

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to