On Thu, 10 Feb 2011 13:31:24 +0000 Janelle Bourne wrote:
>
> Hi all,
>
> I have a pretty standard exim conf set up on FreeBSD (Exim version 4.71),
> system aliases (or groups) are configured thus:
>
> system_aliases:
> driver = redirect
> allow_fail
> allow_defer
> data = ${lookup{$local_part}lsearch{/etc/aliases}}
> user = mailnull
> group = mail
> file_transport = address_file
> pipe_transport = address_pipe
>
> I would like to limit senders to these groups/aliases to only local addresses
> (i.e. [email protected], [email protected]... but _NOT_
> [email protected]).
> How can I do this?
1st If not already done, define "domainlist local_domains = <domains local for
your system>"
2nd Insert "domains = +local_domains" into router "system_aliases"
--Frank Elsner
--
## 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/