Graeme, I added the condition you suggested below and sent a test fax and it
was again rejected:
2007-04-30 14:27:17 H=(spserver2.kwcharlotte.local) [66.255.39.113] sender
verify fail for <postmaster@fax>: unrouteable mail domain "fax"
2007-04-30 14:27:17 H=(spserver2.kwcharlotte.local) [66.255.39.113]
F=<postmaster@fax> rejected RCPT <michael@???>: Sender verify failed
# fix for bannett fax
accept local_parts = postmaster
domains = fax
hosts = 66.255.39.113
#Do cheap sender domain verification to avoid further work.
require verify = sender
Have you got any other suggestions???
Thanks
"Graeme Fowler" <graeme@???> wrote in message
news:1177692907.22390.4.camel@???...
> On Fri, 2007-04-27 at 02:59 -0400, Debbie D wrote:
>> One of my hosted clients is receiving efax's that does not come FROM a
>> verified address. These mails are getting trashed as unverified sender
>>
>> 2007-04-26 22:37:35 H=(spserver2.kwcharlotte.local) [66.255.39.113]
>> sender
>> verify fail for <postmaster@fax>: unrouteable mail domain "fax"
>> 2007-04-26 22:37:35 H=(spserver2.kwcharlotte.local) [66.255.39.113]
>> F=<postmaster@fax> rejected RCPT <mb@???>: Sender verify failed
>>
>> I tried whitelisting kwcharlotte but that did not have any effect. I
>> belive
>> I need an ACL and need some hand holding on writing that please..
>>
>> How can I edit exim config to allow this one through with out turning off
>> the sender verify feature??
>
> You'll need an accept clause immediately before the part of your ACL
> that does sender verification. Not knowing your config, you should have
> something like this already:
>
> require verify = sender
>
> So in order to accept emails from that particular sender, try this:
>
> accept local_parts = postmaster
> domains = fax
> hosts = 66.255.39.113
>
> require verify = sender
>
> That way, messages arriving from 66.255.39.113 with a sender address of
> "postmaster@fax" will be accepted; if they arrive from elsewhere they'll
> be rejected.
>
> Graeme
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
>