/* Shelter Mailer Configuration                                 */
/* Comments are arexx/c style but do not permit blocks,         */
/* EACH LINE must be commented                                  */
/* Sysop Name                                                   */
SYSOP    "ROBERT WILLIAMSON"

/* City, province/state/etc, country                       EMSI */
CITY    "Pierrefonds, Quebec, Canada"

/* Full phone number or "-unlisted-"                       EMSI */
PHONE   "1-514-696-6632"

/* Your flags as listed in nodelist for primary address    EMSI */
/* In you are not listed, check GenMailer.doc as to what flags  */
/* you should include                                           */
FLAGS   "V32b,V42b,MNP,FAX,CM,XX"

/* Protocol Preference                                    EMSI */
/* This defines the order in which a protocol is to be         */
/* selected on inbound calls. This does not enable protocols   */
/* all possible protocols are listed here, even if not enabled */
PPREF   HYD,ZAP,SLK,DZA,ZMO

/* Your ADDRESSES                                               */
/* address:                                                     */
/*      The first address is the default address which will be  */
/*      when calling or being called by a site which is not in  */
/*      any of your domains                                     */
/* sitename :                                                   */
/*      sitename is the name of your system as listed in the    */
/*      nodelist or your origin line for that domain            */
/* wazooext:                                                    */
/*      NOTE: only FIDONET and MTLNET are authorized to use the */
/*      'org' all others must use 'ftn'                         */
/* zones:                                                       */
/*      the ZONE numbers used by this domain                    */
/*  address                "site name"        wazooext    zones */
AKA fidonet#1:167/104.0     "GAZEBO ECS"      org     1 2 3 4 5 6
AKA mtlnet#17:514/300.0     "Amiga ECS"       org     17
AKA amiganet#40:600/104.0   "GAZEBO Contact"  ftn     38 39 40
AKA amigaecs.UUCP           "amigaecs.UUCP"   uucp    0


/* Directories NO TRAILING SLASH */
/* you can use ENV: expansion as well as immediate or deferred  */
/* wpl expansion. Value must be defined                         */
DIR     indir       Mail:inbound
DIR     nonsecure   Mail:inbound/NONSECURE
DIR     resumedir   Mail:inbound/RESUME
DIR     outdir      Mail:outbound
DIR     flodir      Mail:outbound/n
DIR     rexxdir     Mail:rexx

/* If free space on 'indir' falls below this level, all inbound */
/* files will be refused under both Wazoo and EMSI              */
/* Should be a multiple of 512, requires Dfree command on path. */
LOWBYTES 500000

/* where Xferq.library stores the queue files,                  */
/* XFREQ: will be assigned here                                 */
XFERQ           Mail:queue

/* where TrapList or Igen nodelists, config and index           */
/* NODELIST: will be assigned here                              */
NODELIST    DH1:NODELIST

/* Public Screen to use. If none, set to "WORKBENCH SCREEN"     */
PSCREEN "GAZEBO MAILER"

/* Console Specification keywords for Mailer Display            */
/* THESE MUST BE SLASH SEPARATED, WB3.1 keywords:               */
/* AUTO CLOSE BACKDROP NOBORDER NODRAG NOSIZE NODEPTH           */
/* NOCLOSE NOZOOM INACTIVE SIMPLE SMART WAIT SCREEN             */              
WSPEC   NOSIZE/NODEPTH/INACTIVE
/* Shelter Progress Display position and size, SLASH SEPARATED  */
/*SPOS   0/80/600/100       */

/* Console Specification keywords, SLASH SEPARATED */
SSPEC   INACTIVE/AUTO/WAIT
/* Shelter Progress Display position and size, SLASH SEPARATED  */
SPOS   0/80/600/100    


LOGFILE "LOG:Gazebo.log"

/* Comment to disabled Log Display                              */
LOGWINDOW "RAW:0/148/650/67/Mailer Log/AUTO/INACTIVE/CLOSE"

/* Display each poll in own window                              */
POLLWIN "FALSE"

/* Display XPR file transfer window                             */
XPRWIN "TRUE"

/* Select scroll level */
/* 5 - launch,preinit,reinit,dial,answer,connect,user           */
/* 4 - launch,preinit,dial,answer,connect,user                  */
/* 3 - dial,connect,user                                        */
/* 2 - connect,user                                             */
/* 1 - user                                                     */
/* 0 - scroll window never opens                                */
SCROLL 3

/* Importer is domain aware and does not require                */
/* separate inbound directories for each domain                 */
/* If this is false, FTNsort will be forced in EMSI             */
/* unless PRIMARYONLY is TRUE                                   */
/*DOMAINAWARE "TRUE"    */
DOMAINAWARE FALSE
/* Present only our primary (default) address when calling EMSI */
/* Should normally be FALSE if DOMAINAWARE is TRUE              */
/*PRIMARYONLY FALSE */
PRIMARYONLY TRUE

/* start and end times of your Universal Mail Hour              */
/* This is also known as ZMH, but is not necessary limited to   */
/* one hour. In fact, to avoid problems when switching from     */
/* Standard to DayLight Savings time, many systems set UMH to 2 */
/* hours */
UMH "04:00 06:00"
/* Your Time Zone                                               */
TZ EST5EDST

/* Number of seconds between modem wakeup calls                 */
/* The ATTEN string is sent to the modem, if it fails to        */
/* respond, the INIT string is sent                             */
/* It is not recommened to set this any lower than 45 seconds   */
WAKEUP 180

/* Number of seconds to wait for input after a connection       */
/* applies to mailers, uucp, user command and menus             */
LOGINWAIT   60

/* duration of a call window in minutes                         */
CALLWINDOWMIN   60

/* delay in seconds to wait between dials to each site          */
REDIALDELAY     180

/* delay in seconds between dials to each number of a site      */
ALTDIALDELAY    60

/* delay in seconds to wait between dials on when a line        */
/* is busy dialing another number                               */
BUSYDELAY       60  

/* Treat a no answer same as busy                               */
IGNORENOANSWER TRUE

/* MODULES */
/* Install Atomic CLOCK dialing and connect code if true         */ 
CLOCK  FALSE

/* Install UUCP code if true, this also sets the mailer to      */
/* to accept UUCP calls. The ENV variable may be set FALSE      */
/* to disable accepting calls via a cron event                  */
UUCP    TRUE

/* Install FAX code if true, this also sets the mailer to       */
/* to accept FAX calls. The ENV variable may be set FALSE       */
/* to disable accepting calls via a cron event                  */
FAX    FALSE

/* Enable user access, BBS spawning,  WPL Utilities             */
/* The ENV variable may be set FALSE to disable accepting       */
/* the feature via a cron event                                 */
ACCESS  TRUE

/* Install bbs and online service dialing/term launching        */
/* code if true                                                 */
ONLINE TRUE

/* Address called or calling will be spoken                     */
SPEECH TRUE

/* process inbound file requests                                */
/* The ENV variable may be set FALSE to disable accepting       */
/* the feature via a cron event                                 */
ALLOWFREQS  TRUE

/* process file requests in FTS1 sessions                       */
/* The ENV variable may be set FALSE to disable accepting       */
/* the feature via a cron event                                 */
FTSFREQS    FALSE

/* If using RAM: for fast loading, your startup will need       */
/* to copy the files there                                      */
/*FREQCMD MAIL:Xfreqsh  */
FREQCMD RFH
/* If FREQCMD is set to RFH, the RFH functionhost will be used  */
/* and the following will be ignored                            */
/*FREQCFG MAIL:Xfreqsh.cfg  */
/*FREQLOG LOG:FREQ.LOG  */


/* system variables                                             */
STACK       50000
PRIORITY    1
/* priority at which a slave is launched                        */
LAUNCHPRI   2
/* priority to use during WaZoo/EMSI negotiation                */
NEGOPRI     3
/* xferpri is priority of file transfers                        */
XFERPRI     5

/* the program used to Lookup Nodelist Info is defined          */
LOOKUP "MAIL:TLlookup >NIL:"

/* AUX device support                                           */
AUXDEV      NEWAUX:
AUXMOUNT    "Mount NEWAUX: from DEVS:mountlist.newaux"
AUXDIRECT   "<>NEWAUX:"

/* UUCP */
/* uucico command line, site address, device and unit are added */
/* automatically, site specific options are added from the site */
/* cache uuopts entry for each site address                     */    
UUCICO  "UUCP:c/uucico -o -pri"
/* Login command line, user name, device and unit are added     */
LOGIN   "Mail:login <NULL: >NULL:"

/* FAX */
/* Command to receive a Fax  (ECfax)                            */
FAXRECV "Mail:faxrecv -f $(unit)/$(device) -b 0 -v - l 18 -ii -d $$(faxindir)"    
/* Command to send a Fax     (ECfax)                            */
FAXSEND "Mail:faxsend -f $(unit)/$(device) $$(xprsetup.$$(remote.address)) $$(remote.number) $$(localfile)"  
/* Command to receive a Fax  (Amigafax)                         */
/* FAXRECV "Mail:faa $$(inbound) -D $(device) -U $(unit) -G -d5"      */
/* Command to send a Fax  (AmigaFax)                            */
/* FAXSEND "Mail:afaxsend  -D $(device) -U $(unit) -t"       */

/* BBS */
BULL    INFO:news

/* Gazebo BBS Command does NOT require deferred expansion       */
/*      name             launch command                         */
BBS     "Amiga ECS"      "Launch_BBS $(baud) $(line) ECS"  

/* WHENRECD and AFTERSESSION */
/* SCAN keyowrd may take one of three options:                  */
/*      FALSE   - enables all MAILL and TIC AFTERSESSION CMDs   */
/*      MAIL    - disables all global, line and site-specific   */
/*                MAIL AFTERSESSION CMDs                        */
/*      ALL     - TrapDoor Mode, disables all MAIL and TIC      */
/*                global, line and site-specific CMDs           */
/* SCAN MUST appear BEFORE any CMD's in GEN.CFG                 */
SCAN    ALL
/* Commands executed on successful reception of a file          */
/* arc=*.(MO|TU|WE|TH|FR|SA|SU[0-9]                             */
/*CMD     arcrecd    "Run >NIL: Execute MAIL:SCRIPTS/TOSSARCS $(host.domain)"   */
/* pkt=*.PKT                                                    */
/*CMD     pktrecd    "Run >NIL: Execute MAIL:SCRIPTS/TOSSPKT $(host.domain) $(remfile)" */
/* tic=*.TIC                                                    */
/*CMD     tickrecd   "Run >NIL: Ftick CFG:Ftick.cfg.$(host.domain)" */
CMD     uucprecd   ""


/* FTN sorting command, used ONLY in the following cases:       */
/*      MULTI is set true for a site in the Cache               */
/*      DOMAINAWARE and PRIMARYONLY are FALSE                   */
/* if FTNSORT is to be performed as an WHENRECD command     */
/*CMD sortrecd "RUN >NIL: RX MAIL:rexx/FTNSORT.rexx $(remfile) $(inbound)"  */
/*CMD sortrecd "RUN >NIL: FTNSORT $(remfile) $(inbound)"  */
/* if FTNSORT is to be performed as an AFTERSESSION command     */
/*CMD     sortrecd    "Echo >>T:sortlist $(inbound)$(remfile)   */

/*CMD sortsess Rx MAIL:rexx/FTNSORT.rexx LIST T:SORTLIST"*/
/*CMD     sortsess    "RUN >NIL: FTNSORT LIST T:SORTLIST"   */


/* Commands executed After a Session                            */
/* Commands executed After a Session                            */
CMD impscan     "Run >NIL: FTNSORT SCAN $(inbound)"   
/*CMD     impsess    ${IMPSESS} */
/* Command to execute after a TIC file received                 */
CMD     ticksess   "Run >NIL: Rx MAIL:REXX/TICKMGR FILE $(host.domain)
/* Command to execute after a session in which an REQ was SENT  */
/*CMD     freqsess   Run >NIL: WFREQit-Check $(inbound)    */
CMD     freqsess   "Run >NIL: FreqNote $(inbound) $(remote.address)"

/* BANNERS */
/* If this keyword exists, the file specified will be sent      */
/* using the xprascii protocol instead of the 'BAN welcome'     */
/*BANNER  INFO:WELCOME.ANS  */

/* On connect, the sysver and welcome banners are sent          */
/* If a BANNER file is used, the welcome banner is not sent     */
/*  version banner                                              */ 
BAN  sysver "  Gazebo Mailer v${SMVER} ${WPLname}"
/* Welcome Banner                                               */
BAN  welcome "  The Gazebo Mailer welcomes you, hit ESC TWICE to enter BBS\r\n"

/* the command prompt                                           */
BAN  sysprompt  "\r\nThe Gazebo [Line:$(line)] ? for menu or login: "

/* caller input timeout                                         */
BAN  timeout "\n\rYou have exceeded the $(loginwait) sec. input timeout, Bye...\r\n"

/* Message to present to human callers when ACCESS              */
/* is set FALSE outside of UMH                                  */
BAN  notumh  "Sysop has disabled BBS access during software upgrade."
/**/
