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