
; Systemverwalter-Account für KMS

USER
  name          = "KMS System"   ; Das ist der Realname
  alias         = "System"       ; Hier der Login/Username
  password      = ""
  sysop
  readaccess    = #?
  writeaccess   = #?
  netaccess     = #?
ENDUSER

; Gast-Account für KMS
;
; Bis auf Name/Alias/Password sollten alle KMS-Usereinträge so aussehen

USER
  name            = "KMS Gast"    ; Das ist der Realname
  alias           = "Gast"        ; Hier der Login/Username (unnötig,
                                  ; falls identisch mit Realname)
  password        = ""
  readaccess      = #?
  writeaccess     = #?
  netaccess       = #?
ENDUSER

; Interner UMS-Account für KMS 
; (Zu möglichem Password siehe Dokumentation)

USER
  name                     = KMS
  password                 = ""
  sysop
  readaccess               = #?
  writeaccess              = #?
  netaccess                = #?
  KMS.loglevel             = 9
  KMS.logintries           = 3
  KMS.inputtimeout         = 300
  KMS.inputtimeoutwarnings = 2
  KMS.maxconnecttime       = 60
  KMS.maxconnecttime1      = 15
  KMS.maxconnecttime250    = 180
  KMS.maxconnecttime255    = 180
  KMS.maxconnectwarnings   = 3
  KMS.maxhistcount         = 30
  KMS.xofftimeout          = 120
  KMS.coneditor            = "KMSEd %v %s %t %w" ; %v = Dateiname %w = Titelzeile
  KMS.remoteeditor         = "KMSEd %v %s %t %w" ; %s = Zeilen    %t = Spalten
  KMS.defuserprompt        = "[%p]> "
  KMS.bindir               = KMS:Bin/
  KMS.datdir               = KMS:Data/
  KMS.txtdir               = KMS:Text/
  KMS.rexxdir              = KMS:Rexx/
  KMS.userdir              = KMS:User/
  KMS.logdir               = KMS:Data/
  KMS.doordir              = KMS:Doors/
  KMS.tempdir              = T:
  KMS.originstr1           = "Karfunkel Mailbox System"
  KMS.quotestr1            = "*N"
  KMS.quotestr2            = "*NHallo %v,*N*N   Du hast mir am %d geschrieben:*N"
  KMS.quotestr3            = "*NIn %g schrieb %f am %d:*N"
  KMS.pquotestr1           = "*NHallo %v,*N*N   Du hast am %d in %g geschrieben:*N"
  KMS.resendstr1           = "*N****** This is a repost of a message from %d*N"
  KMS.forwardstr1          = "
** This message was forwarded from Group %g:
** Originally From: %f (%F)
**            To  : %t (%T)
**            Date: %d
**            Subj: %s
"
  KMS.modemreset           = "ATZ%M"
  KMS.modemhangup          = "%P%P+++%P%PATH%M"
  KMS.modemanswer          = "ATA%M"
  KMS.modemring            = "RING"
  KMS.modemconnect         = "CONNECT"
  KMS.xprdescrip1          = "XModem CRC16"
  KMS.xprlibrary1          = "xprymodem.library"
  KMS.xproptions1          = "YS,Z1,C0,B0"
  KMS.xprdescrip2          = "YModem Batch, 1024 Byte Blocks, CRC16@"
  KMS.xprlibrary2          = "xprymodem.library"
  KMS.xproptions2          = "YB,Z1,C1,B1"
  KMS.xprdescrip3          = "ZModem@"
  KMS.xprlibrary3          = "xprzmodem.library"
  KMS.xproptions3          = "TN ON B16 F0 E10 AN DN KY SN RN"
  KMS.xprdescrip4          = "Kermit (1K blocks)@"
  KMS.xprlibrary4          = "xprkermit.library"
  KMS.xproptions4          = "OP1024,B1,O10,R10"
ENDUSER

; *
; * Einstellungen ab hier nur nötig, wenn mit KMS Points gearbeitet werden
; * soll (-> externes KMS-Kommando "KMSPOLL").
; *
;
; Globale Variable für das UMS-Tool "Export". Bei Bedarf das ";" entfernen:

; export.nodename = "YourDomainName"

