Re: Debian exim4 SRS forward only how-to
David Woodhouse <[email protected]> Mon, 19 Dec 2005 14:05:37 +0000
| Newsgroups | gmane.mail.spam.srs.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2005-12-19 at 12:55 +0100, [email protected] wrote: > I found no how-to about setting up SRS with exim4 under Debian and > actually have no clue how to implement this. I need just SRS, not > whole SPF, and only for forwarded e-mails! It can be done purely within Exim. For an example, see http://www.infradead.org/rpr.html You can explicitly list the broken domains which require you to do SRS, so that you don't have to mangle reverse-paths unconditionally. My current configuration is in http://david.woodhou.se/eximconf/ which differs only slightly. -- dwmw2