On 21/09/2007, Darren Jacobs <[EMAIL PROTECTED]> wrote: > My config is pretty much stock. > > How would I have a list of domains (not hosts) be accepted by the > acl_check_rcpt so that they could use the exim box as a smarthost? I > want the workstations in those domains to be able to send mail > anywhere they want.
hostlist relay_from_hosts = *.mydomain.com : *.otherdomain.com This will work provided the hosts in question have matching reverse/forward DNS. http://www.exim.org/exim-html-current/doc/html/spec_html/ch10.html#SECThoslispatnam Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
