On 01-Sep-10 4:13, Amit Dalia wrote:
Hi Everyone,
Is it possible to TAP 1 email id to multiple email id. Eg. I want to
get a copy of incoming and outgoing mail for [email protected] into [email protected],
[email protected], [email protected] & [email protected].
Is it possible to do so by TAP file?
Regards,
Amit
I think it's possible with some trick, there are 2 way to achieve this
1. create multiple line on taps file
[r...@svr-m1 control]# cat taps
[email protected]:[email protected]
[email protected]:[email protected]
[email protected]:[email protected]
[email protected]:[email protected]
or 2. taps into milist with member of those four
[r...@svr-m1 control]# cat taps
[email protected]:[email protected]
[email protected] members are:
[email protected]
[email protected]
[email protected]
[email protected]
HTH