Re: [exim] relaying?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: Exim Users
題目: 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