# setup parameters for forwarding using lnxforward package # these are used in different places, but should all be consistent - eg same # system names etc! # # BBS_LIST is the list of bbs calls (system names), separated by space # These are the system names (may not be what you actually connect to) # and must not have SSID's appended. BBS_LIST="on0rat" # #COPY_LIST is a list of systems/processes/interfaces messages are copied to. # it is in the format of parameters to the fbb_copy program, separated by ":" # Note: I use 4 parts just to keep the lines at a manageable length :-) , # but dont forget the : on the end of all but the last one! # Note too that the last entry (& no others) should have the "delete" keyword. COPY_LIST1="-d -f mailgw.ctl mailgw: -d -f on0rat.ctl on0rat delete" #COPY_LIST2="-d -f vk5xxx.ctl vk5xxx:-d -f vk5sr.ctl vk5sr:" #COPY_LIST3="servers: -d vk7ax delete" #COPY_LIST4="" # #CALL_LIST is the list of parameters used to call the various BBS's # it is in the form of parameters to fbbforward, separated by ":" # note that entries here can be repeated to poll a system twice if needed CALL_LIST="-d KISS on0rat-8 on0baf on0ret" # #COMP_LIST is a list of system-name/compression-technique pairs, each pair # separated from other pairs by ":" COMP_LIST="on0rat lzhuf" # MYCALL=on0baf-8 #SAT_LIST is a list of satellites to be used (no hypens in name!) #SAT_LIST="ao16 uo22 lo19" #SAT_COPY is the list of pfh_copy commands - similar to $COPY_LIST #SAT_COPY="-d -f ao16.ctl ao16: -d -f lo19.ctl lo19: -d -f uo22.ctl uo22" # #-------------------- the following wouldnt normally be altered---------- FBB_IN=/var/spool/fbbforward/in # must match fbbforward.h FBB_OUT=/var/spool/fbbforward/out # must match fbbforward.h EXE=/usr/local/fbbforward # wherever the executables are... GWEXE=/usr/sbin # where MAILGW executables are (if used) ImportFile=/var/spool/mailgw/mail.in # must match mailgw.conf file ExportFile=/var/spool/mailgw/mailgw.out # must match mailgw.conf file LOCKALL=/var/lock/fbbforward.all FBB_BASE=/var/spool/fbbforward CONFIG=/etc/fbbforward # where config files are kept