Re: [exim] relaying?

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: Exim Users
Subject: Re: [exim] relaying?
On Fri, 12 Nov 2004 10:21:33 +0200, Hement Gopal <hementg@???> wrote:

> #acl_smtp_rcpt = acl_check_rcpt


Remove the # to uncomment this line

> acl_check_rcpt:
>    accept domains = +local_domains : +relay_domains
>    accept hosts   = +relay_hosts


These lines need to go in a section which starts with a 'begin acl'
statement. If you don't have an existing acl section in the config,
find the first 'begin' statement you have, and insert the acl block
just before it with 'begin acl' as the first line.

Peter