Example of wiretap with multiple destinations.
This commit is contained in:
+5
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user