sms-gateway

2001-03-03 Thread Martin Kos
hi folks! i need to set up a domain that works like this: if i send an email to number@smshost, a script should be started and the "number" used as a parameter for this script. how should i set up my .qmail-file ? i have no idea with this one?? thanks for help Martin -- http://www.kos.li/

Re: sms-gateway

2001-03-03 Thread Frank Tegtmeyer
> "number" used as a parameter for this script. how should i set up my > .qmail-file ? i have no idea with this one?? thanks for help Read the man page for qmail-command (type "man qmail-command" - just to be sure ...). Regards, Frank

Re: sms-gateway

2001-03-03 Thread Martin Kos
On Sat, 3 Mar 2001, Frank Tegtmeyer wrote: > Read the man page for qmail-command (type "man qmail-command" - just to be > sure ...). ops.. ok i've found now the thing with the "LOCAL"-paramter. but i have still a problem, i don't need only the data from LOCAL .. i need to add an @ to the end of t

Re: sms-gateway

2001-03-03 Thread Frank Tegtmeyer
ll a problem, i don't need only the data from LOCAL .. i need to add an > @ to the end of the paramter. > how can i do this? How about | my-sms-gateway-script "$DEFAULT@" in the .qmail-something-default file? Regards, Frank

Re: sms-gateway

2001-03-03 Thread Martin Kos
but it's okay as long as i send only to one user/number in one mail... that's enough for me ;-) > How about > | my-sms-gateway-script "$DEFAULT@" > in the .qmail-something-default file? wow...yeah... that works just fine! thank you very much for the help ! -Martin -