Re: [exim] exim.conf conditionals

Top Page
Delete this message
Reply to this message
Author: John Schmerold
Date:  
To: Jeremy Harris
CC: exim-users@exim.org >> exim users
Subject: Re: [exim] exim.conf conditionals
Thank you. I used your tip to insert following lines into
/etc/exim/exim-greylist.conf.inc
  accept  sender_domains = +whitelist_domains
         logwrite = $sender_address $sender_host_address whitelisted in
local domains whitelist greylist_whitelist_domains
  accept hosts = net-iplsearch;/etc/exim/whitelist
          logwrite = $sender_address $sender_host_address whitelisted in
local hosts whitelist greylist_whitelist_hosts


Now starts the tedious process of log watching and adding safe networks
based on spf records identified using http://spf.myisp.ch/


On Mon, Jan 19, 2015 at 8:48 AM, Jeremy Harris <jgh@???> wrote:

> On 19/01/15 14:24, John Schmerold wrote:
> >     warn set acl_m_greylistreasons = We greylist all
> > mail\n$acl_m_greylistreasons
> >          require acl = greylist_mail

> >
> >
> > It seems like there is an elegant (simple) way to say if sender domain is
> > listed in whitelist, don't greylist, but I haven't figured out how.
>
> At the top of your greylist_mail acl,
> do the accept-if-whitelist thing.
>
>
> --
> ## 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/
>