[Mimedefang] Cloning/Splitting Mail at SMTP level

David F. Skoll dfs at roaringpenguin.com
Tue Mar 6 14:25:33 EST 2007


Jeremy Phillips wrote:

>    After a couple hours of searching on the Internet I've come up with
> this mailing list, and was wondering if anyone has used MIMEDefang in an
> application similar to this situation?  Can MIMEDefang do these
> processes at the SMTP level so mail that comes in get's scanned by our
> spam appliance, and also send to another external account for analysis?

Sure.  Pseudocode in filter_end:

foreach my $recip (@Recipients) {
	add_recipient(localpart($recip) . '@test.example.com');
}

You then configure a box to accept mail for "test.example.com"

--
David.



More information about the MIMEDefang mailing list