On Fri, 12 Nov 2004 10:43:35 +0200, Hement Gopal <hementg@???> wrote:
> Hi Peter
>
> Thanks for reply.
>
> I kinda realised that just after mailing the list so i removed
> hash......it got rid of the error msg and exim starts up ok
>
> (see new config below)
> -----------------------------------------------
> begin acl
>
> # This access control list is used for every RCPT command in an incoming
> # SMTP message. The tests are run in order until the address is either
> # accepted or denied.
>
> #acl_check_rcpt:
> acl_check_rcpt:
> accept domains = +local_domains : +relay_domains
> accept hosts = +relay_hosts
>
You named the domainlist as 'relay_to_domains', but referenced it
later as 'relay_domains'. Choose one or the other....
Peter