| [Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
Re: Sendpage info?
|
Yup. Just config sendpage, and pipe the NOCOL output (noclog-confg) to a
perl script. Here is my script (There are probably better ways to do
this..)
#!/usr/bin/perl -w
$value = <STDIN>;
open(OUT, ">/tmp/incident");
print OUT ("$value");
open(MAIL, "|/usr/local/bin/sendpage -f nocol\@nocol.nacs.net staff <
/tmp/incident");
staff is an alias that is setup through sendpage in the sendpage.cf file.
> Is anyone using the Sendpage program successfully with NOCOL? I have seen
> the configs for pagerd, etc... but I'm really looking to use Sendpage.
>
> Let me know.
>
> Dana Mueller
>
>
Richard Zack..
------------------------------------------------------------
New Age Consulting Service, Inc. 216-619-2000
richard@nacs.net, hostmaster@nacs.net, postmaster@nacs.net,
listmaster@nacs,net, security@nacs.net
http://www.nacs.net/~richard
------------------------------------------------------------
"Think as it was, and then again, it will be"
|