Hi all,
i have a problem in my exim 4.22 configuration. The target is to define more than one recipient for an alias (for instance: alias1:
root@domain1.com,
root@domain2.com). With sendmail it works, but with exim he accept only one recipient (alias1:
root@doamin1.com). If there are more than one, he didn't resolve the alias correctly. Here are the router configuration in the exim.conf:
system_aliases:
driver = redirect
allow_fail
allow_defer
domains = +local_domains
data = ${lookup{$local_part}lsearch{/etc/aliases}}
# user = exim
file_transport = address_file
pipe_transport = address_pipe
Thanks in advance
Yoss