On the first glance: Just put a text-file in /etc/exim or where exims path is linked to Ex.: rewrite
In rewrite : [email protected] : [email protected] <-- first real then after remote what you want it to be In exim.conf: Rewrite Rules: ##mails out [email protected] "${extract{remote} {${lookup{$0}lsearch{/etc/exim/rewrite}{$value}fail}}{$value} fail}" rsfF EDV Daniel Müller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 Tübingen Tel.: 07071/206-463, Fax: 07071/206-499 Email: [email protected] www.tropenklinik.de www.bauen-sie-mit.tropenklinik.de -----Ursprüngliche Nachricht----- Von: Frank Richter [mailto:[email protected]] Gesendet: Mittwoch, 12. Juli 2017 09:22 An: [email protected] Betreff: [exim] Rewriting envelope from to header From Hwllo, I'd like to rewrite envelope from "apache@*.mydomain" to the address in header From. I tried it according to https://github.com/Exim/exim/wiki/Q0801 with this rewrite rule: apache@*.mydomain ${sg{$h_from:}{^.*<(.*)>}{\$1}} Ffrs Sending an email with a header From: leads to this: 2017-07-12 09:10:49 Rewrite of [email protected] yielded unparseable address: empty address in address I tried different variations of header From, and broke the rewrite rule down to apache@*.mydomain $h_from: F with no success. Any ideas are welcome! Regards, Frank Richter Chemnitz University of Technology, Germany -- ## List details at https://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/
