1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
UNCONFIGURED
#
# The qpage configuration file is made up of keyword=value pairs:
#
# administrator=<administrator's e-mail address>
#
# forcehostname=<"yes", "no", or @mailhost>
#
# queuedir=<queue directory>
#
# lockdir=<lock directory>
#
# identtimeout=<seconds to wait before giving up on ident query>
#
# snpptimeout=<seconds to wait before giving up on SNPP commands>
#
# include=<filename containing more configuration keywords>
#
# pidfile=<filename to write the server's process ID>
#
# synchronous=<"yes" or "no" to start queue runs immediately>
#
# modem=<modem name>
# text=<optional text, no whitespace allowed>
# device=<modem device e.g. /dev/ttya>
# initcmd=<modem initialization command>
# dialcmd=<modem dial command not including phone number>
#
# service=<service name>
# text=<optional text, no whitespace allowed>
# device=<name of modem as specified above>
# phone=<phone number of paging service>
# password=<password for logging into paging terminal>
# baudrate=<speed to use while talking to modem>
# parity=<"even", "odd", or "none">
# maxmsgsize=<biggest message the paging service will accept>
# maxpages=<how many pages to send before truncating message>
# maxtries=<number of tries before page fails
# identfrom=<"yes" or "no" to use rfc1413 as default CALLerid>
# allowpid=<"yes" or "no" to require pager entry in qpage.cf>
# msgprefix=<"yes" or "no" to include sender's name in message>
#
# pager=<pager name>
# text=<optional text, no whitespace allowed>
# pagerid=<numerical pager ID>
# service=<name of paging service as specified above>
#
# group=<group name>
# text=<optional text, no whitespace allowed>
# member=<pagerid>[/schedule]
#
# Keyword values may not contain whitespace. Major keywords (administrator,
# modem, pager, etc.) must start at the left column. Minor keywords (text,
# device, etc.) must not start at the left column (i.e. they must be
# preceeded by whitespace). Minor keywords may start on the same line
# as their corresponding major keyword as long as there is at least one
# space between the major keyword value and the minor keyword name.
#
# "true" or "false" may be specified instead of "yes" or "no"
#
# All text following a pound sign (#) is ignored.
#
administrator=your_userid@your.domain
queuedir=/var/spool/qpage
identtimeout=5
snpptimeout=60
modem=ttya device=/dev/cua/a
modem=ttyb device=/dev/cua/b
service=default
device=ttya,ttyb
baudrate=1200
parity=even
allowpid=yes
maxtries=6
phone=5551212
service=supercom
phone=482-9768
service=range
phone=222-1000
maxmsgsize=120
maxpages=6
#
# start of pager list
#
pager=tomiii
text=Thomas_Dwyer_III
pagerid=2228050
service=range
pager=tony
pagerid=711
service=supercom
group=sysadmin
text=System_Administrator
member=tomiii/Any0000-0800
member=tomiii/Any1700-2359
member=tony/Any0800-1700
|