From bd8fabae0f6de0de347750be84ddec9310dc64fe Mon Sep 17 00:00:00 2001 From: Stuart Gathman Date: Tue, 16 Aug 2005 22:46:10 +0000 Subject: [PATCH] Example of wiretap with multiple destinations. --- milter.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/milter.cfg b/milter.cfg index 5dc2f69..11afe08 100644 --- a/milter.cfg +++ b/milter.cfg @@ -104,6 +104,7 @@ blind = 1 # (sendmail aliases let you monitor incoming mail) # ;users = disloyal@bigcorp.com, bigmouth@bigcorp.com +# multiple destinations can use smart_alias ;dest = spy@bigcorp.com # discard outgoing mail without alerting sender # can be used in conjunction with wiretap to censor outgoing mail @@ -111,7 +112,10 @@ blind = 1 # # smart aliases trigger on both sender and recipient # -;smart_alias = copycust,walter +;smart_alias = copycust,walter,spy1,spy2 +# multiple wiretap monitors +;spy1 = disloyal@bigcorp.com,spy@bigcorp.com +;spy2 = bigmouth@bigcorp.com,spy@bigcorp.com # mail from client@clientcorp.com to sue@bigcorp.com is redirected to # local alias copycust ;copycust = client@clientcorp.com,sue@bigcorp.com