Skip to content
Snippets Groups Projects
Commit bd8fabae authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Example of wiretap with multiple destinations.

parent d119af1a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment