su@??? said:
> Do you know an easy way to do this for certain aliases in exim? I
> wanted to avoid creating a real mailinglist for all these internal
> aliases.
Taking a slightly more complex example and simplifying it without
testing.... An Exim 3 director something like the one below ought to be
close. Someone more clueful will correct me if I've screwed it up in the
process.
list:
driver = forwardfile
file = /etc/exim/lists/${local_part}
no_check_local_user
forbid_pipe
forbid_file
errors_to = owner-${local_part}
--
dwmw2