Example of wiretap with multiple destinations.

This commit is contained in:
Stuart Gathman
2005-08-16 22:46:10 +00:00
parent d119af1a3e
commit bd8fabae0f
+5 -1
View File
@@ -104,6 +104,7 @@ blind = 1
# (sendmail aliases let you monitor incoming mail) # (sendmail aliases let you monitor incoming mail)
# #
;users = disloyal@bigcorp.com, bigmouth@bigcorp.com ;users = disloyal@bigcorp.com, bigmouth@bigcorp.com
# multiple destinations can use smart_alias
;dest = spy@bigcorp.com ;dest = spy@bigcorp.com
# discard outgoing mail without alerting sender # discard outgoing mail without alerting sender
# can be used in conjunction with wiretap to censor outgoing mail # 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 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 # mail from client@clientcorp.com to sue@bigcorp.com is redirected to
# local alias copycust # local alias copycust
;copycust = client@clientcorp.com,sue@bigcorp.com ;copycust = client@clientcorp.com,sue@bigcorp.com