Re: [exim] rewrite "from" depending on "to" or recipient

Top Page
Delete this message
Reply to this message
Author: Hardy
Date:  
To: exim-users
Subject: Re: [exim] rewrite "from" depending on "to" or recipient

>>i want to create a mini mail-list just by putting some (externe)
>>addresses into aliases. on every post to "list@???" i want the
>>sender to be rewritten to the same name "list@???" (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 = me@???


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