Re: SMS - notification

2006-09-07 Thread Vladimir Dvorak
cols > > > > on FreeBSD 6.0 and my customers much more often cry: "why your services > > are not enriched with SMS notification feature ???" :-) > > My RedHat/Fedora RPMs include an SMS notification patch which can be used > with Squirrelmail / AvelSieve. Of cou

Re: SMS - notification

2006-09-07 Thread Simon Matter
stomers much more often cry: "why your services > are not enriched with SMS notification feature ???" :-) My RedHat/Fedora RPMs include an SMS notification patch which can be used with Squirrelmail / AvelSieve. Of course you need some external tool to actually send the SMS. See the README

SMS - notification

2006-09-07 Thread Vladimir Dvorak
s are not enriched with SMS notification feature ???" :-) Well, I uncommented notifycmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1 in /usr/local/etc/cyrus.conf and also add to imapd.conf sievenotifier: notifyd # here Im no

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 ar

Re: SMS notification in a cyrus-imapd environment

2005-07-27 Thread Rob Mueller
;d like to get an idea how people who are using SMS notification implemented it. We've implemented SMS notification via the sieve "notify" extension. We had to get a few changes done to the cyrus side of things (specifically the $text$ substitution variable), which I know are

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
ike to get an idea how people who are using SMS notification implemented it. Would be nice to get some feedback. Thanks, Simon --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

SIEVE SMS Notification

2003-08-14 Thread David Meier
Hi, I am new to this list and cyrus. I have the latest release of cyrus imapd running on a RH9 box. I would like to set up a new SIEVE notification service for sending SMS upon new mail arrival. We have our own SMS gateway (kannel) running on a different box for doing so.. >From reading the doc