Re: multiple copies to different destinations

2012-04-16 Thread Noel Jones
On 4/16/2012 11:00 PM, Punit Jain wrote: [please don't top post. Thanks.] > Hi Noel, > > This will send the email to u...@sms.example.com. But my requirement is to > send copy of email to SMS program Yes, exactly. To deliver multiple copies, you need multiple recipients. You specify in tran

Re: multiple copies to different destinations

2012-04-16 Thread DTNX Postmaster
the original :-) Cya, Jona -- > - Original Message - > From: "Noel Jones" > To: postfix-users@postfix.org > Sent: Monday, April 16, 2012 11:28:17 PM > Subject: Re: multiple copies to different destinations > > On 4/16/2012 12:46 PM, Punit Jain wrote: >&g

Re: multiple copies to different destinations

2012-04-16 Thread Punit Jain
" To: postfix-users@postfix.org Sent: Monday, April 16, 2012 11:28:17 PM Subject: Re: multiple copies to different destinations On 4/16/2012 12:46 PM, Punit Jain wrote: > Hi , > > I have a requirement where I need to send a copy of mail to pipe daemon for > some processing, based

Re: multiple copies to different destinations

2012-04-16 Thread Noel Jones
On 4/16/2012 12:46 PM, Punit Jain wrote: > Hi , > > I have a requirement where I need to send a copy of mail to pipe daemon for > some processing, based on if recipient has an attribute set in ldap. > > At the same time mail is also delivered to recipient. The pipe daemon can > pass the mail to

multiple copies to different destinations

2012-04-16 Thread Punit Jain
Hi , I have a requirement where I need to send a copy of mail to pipe daemon for some processing, based on if recipient has an attribute set in ldap. At the same time mail is also delivered to recipient. The pipe daemon can pass the mail to SMS fateway for sms to be delivered. Any clues how to