For what it is worth, this is the config I am using for exim on Ubuntu 12.04 
LTS with SPF compiled exim:

deny  message         = [SPF] $sender_host_address is not allowed to send mail \
                          from $sender_address_domain SPF_MSG
          hosts         =!+spf_host
  log_message           = SPF check failed.
  spf                   = fail

including a host list (could of course also be a domain list) to exempt 
hosts/domains from this check (in my case taken from the Baruwa database using 
macros.conf). 

And as far as I can remember SPF works correctly, including making a distiction 
between a soft and a hard fail. 

This is Exim 4.82 compiled from source with EXPERIMENTAL_SPF=yes



________________________________________
Van: [email protected] <[email protected]> namens 
Andrew Colin Kissa <[email protected]>
Verzonden: woensdag 10 september 2014 13:09
Aan: Baruwa users list
Onderwerp: Re: [Baruwa] rejected rcpt errors

On 10 Sep 2014, at 12:56 PM, Raymond Norton <[email protected]> wrote:

> >>> ACL is NULL: implicit DENY

That is your issue, you do not have ACL's

acl_not_smtp =
acl_not_smtp_mime =
acl_not_smtp_start =
acl_smtp_auth =
acl_smtp_connect =
acl_smtp_data =
acl_smtp_dkim =
acl_smtp_etrn =
acl_smtp_expn =
acl_smtp_helo =
acl_smtp_mail =
acl_smtp_mailauth =
acl_smtp_mime =
acl_smtp_notquit =
acl_smtp_predata =
acl_smtp_quit =
acl_smtp_rcpt =
acl_smtp_starttls =
acl_smtp_vrfy =

Why did you get the configuration file ?

Both Jeremy's and my sample configuration files do have ACL's enabled.

https://github.com/fluxlabs/baruwa/blob/master/2.0/extras/centos/config/exim/exim.conf#L18
https://github.com/akissa/baruwa2/blob/master/extras/config/exim/exim.conf#L18


_______________________________________________
http://pledgie.com/campaigns/12056

Reply via email to