SYNOPSIS

snpp [\s-1OPTIONS\s0] recipient...

OPTIONS

-s SERVER[:PORT]

Connect to the specified \s-1SERVER\s0 (and \s-1PORT\s0, if given). Default is \*(L"localhost:444\*(R".

-f \s-1USER\s0

Show that the sent page is coming from \s-1USER\s0. Default is the current user.

-m \s-1MESSAGE\s0

Send the given \s-1MESSAGE\s0 instead of reading text from stdin.

-n

Do not notify the 'from' user about the status of the page.

-d

Display \s-1SNPP\s0 session debugging.

-C \s-1CONF\s0

Read \s-1CONF\s0 instead of /etc/sendpage/snpp.conf for server default.

-h

Display a summary of all the available command line options.

DESCRIPTION

This tool is used to send a page via the Simple Network Paging Protocol (level 2). It is designed to be used with 'sendpage', but should work with any other \s-1SNPP\s0 servers as well.

The /etc/sendpage/snpp.conf file can contain a single line in the form of

        server:ADDRESS[:PORT]

where \s-1ADDRESS\s0 and \s-1PORT\s0 are the defaults for snpp.

AUTHOR

Kees Cook <[email protected]>

BUGS

Not much happening in this tool, but I bet the use of \*(L"CALLer id\*(R" is not standard, and other \s-1SNPP\s0 server may require this tool run with the '-n' option all the time.

COPYRIGHT

snpp is free software; it can be used under the terms of the \s-1GNU\s0 General Public License.

RELATED TO snpp…

perl\|(1), sendpage\|(1), Net::SNPP\|(3)