Formatting code for Exim
{{parent page="Mail"}}
===Exim===
====Address rewriting====
To intercept all outgoing mail and have them sent to a fixed address:
%%
--- exim.conf 2009-10-12 09:40:10.000000000 +0200
+++ exim.conf 2009-10-12 09:40:18.000000000 +0200
@@ -876,6 +876,7 @@
# There are no rewriting specifications in this default configuration file.
begin rewrite
+* catchall@domain.com T
%%
===Exim===
====Address rewriting====
To intercept all outgoing mail and have them sent to a fixed address:
%%
--- exim.conf 2009-10-12 09:40:10.000000000 +0200
+++ exim.conf 2009-10-12 09:40:18.000000000 +0200
@@ -876,6 +876,7 @@
# There are no rewriting specifications in this default configuration file.
begin rewrite
+* catchall@domain.com T
%%