Re: SMS notification in a cyrus-imapd environment

2005-07-29 Thread Simon Matter
> Hi, > > I am compiling into the Cyrus code attached files. > Notification is set up by sieve as sms with options as telephone number. > Then u can run another script which does send sms. Thanks for all the replies! Simon --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http:/

Re: SMS notification in a cyrus-imapd environment

2005-07-28 Thread Bartosz Jozwiak
Hi, I am compiling into the Cyrus code attached files. Notification is set up by sieve as sms with options as telephone number. Then u can run another script which does send sms. B. notifyd.h Description: Binary data notify_sms.c Description: Binary data notify_sms.h Description: Binary d

Re: SMS notification in a cyrus-imapd environment

2005-07-28 Thread Thomas Hager
On Wed, 2005-07-27 at 09:52 +0200, Simon Matter wrote: > I'm interested to hear how people implemented SMS text notification in a > cyrus-imapd environment. we use sieve's mailto notify action. the user has an "sms notification" checkbox in webmail. all notifications are sent to a special e-mail ad

Re: SMS notification in a cyrus-imapd environment

2005-07-27 Thread Rob Mueller
I'm interested to hear how people implemented SMS text notification in a cyrus-imapd environment. There are a lot of different tools around to send SMS and as I understand several different ways to implement it. Some ways may work better in a cyrus-imapd environment than others. So I'd like to g

Re: SMS notification in a cyrus-imapd environment

2005-07-27 Thread Jure Pecar
On Wed, 27 Jul 2005 09:52:22 +0200 (CEST) "Simon Matter" <[EMAIL PROTECTED]> wrote: > I'm interested to hear how people implemented SMS text notification in a > cyrus-imapd environment. I'm keeping it as simple as possible with freely available tools. Webmail user has a checkbox if he wants to f

SMS notification in a cyrus-imapd environment

2005-07-27 Thread Simon Matter
I'm interested to hear how people implemented SMS text notification in a cyrus-imapd environment. There are a lot of different tools around to send SMS and as I understand several different ways to implement it. Some ways may work better in a cyrus-imapd environment than others. So I'd like to get