i want to create a mini mail-list just by putting some (externe)
addresses into aliases. on every post to "[EMAIL PROTECTED]" i want the
sender to be rewritten to the same name "[EMAIL PROTECTED]" (not only
reply-to). is this easy to be done in exim.conf? how?
Set errors_to on the list alias router.
thanks Tony
i put in s.th. like
lists:
driver = forwardfile
domains = mydomain.de
no_check_local_user
no_more
forbid_pipe
forbid_file
file = /etc/exim/lists/$local_part
errors_to = [EMAIL PROTECTED]
and built the /etc/exim/lists/mylist file.
but then startign exim i get an error:
transport lists: cannot find transport driver "forwardfile"
i looked for a typo and googled for "forwardfile". this brought many examples, but all somewhat
alike to mine. do i have to "teach" exim the driver "forwardfile"? what is missing?
tia
hardy
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/