home *** CD-ROM | disk | FTP | other *** search
- ; The HMB Board were the messages must be posted in.
- HMBBoard = 4
- ;
- ; The path to your NetMail (*.MSG) directory.
- ; If you don't want HS-USER to create a netmail with the statistics, just
- ; leave this option commented out.
- NetMailPath = F:\FD\MAIL
- ;
- ; The Name were the messages to the users must originate from.
- ; This Name is also used to write the Netmails to (if enabled).
- MessageFrom = Martijn Janssen
- ;
- ; This option specifies the file that must be posted to users with 30 days
- ; of subscription left. If you don't want HS-USER to check for users with
- ; 30 days of subscription left, just leave this option commented out.
- 30_Days_Message = F:\RA\HSUSER\30_DAYS.MSG
- ;
- ; This option specifies the file that must be posted to users with 7 days
- ; of subscription left. If you don't want HS-USER to check for users with
- ; 7 days of subscription left, just leave this option commented out.
- 7_Days_Message = F:\RA\HSUSER\7_DAYS.MSG
- ;
- ; The complete path were HS-USER can create it's LogFile.
- ; If you don't want HS-USER to create a LogFile, just leave this option
- ; commented out.
- LogPath = F:\LOG
- ;
- ; Here you can enter up to 50 different security levels wich HS-USER must scan.
- ; Syntax:
- ; Change_Account = <OldSec> <NewSec> <FlagsOff> <FlagsOn> <File>
- ;
- ; <OldSec> = Security Level to scan for.
- ; <NewSec> = Security Level this user must have after HS-USER changed the account.
- ; <FlagsOff> = Flags that must me turned off (Ex. 'A1B2C3' or enter 'None' if
- ; flags don't have to be changed).
- ; <FlagsOn> = Flags that must me turned on (Ex. 'A2B3C4' or enter 'None' if
- ; flags don't have to be changed).
- ; <File> = This file is the file that is posted to the user when his/her
- ; Security Level is changed.
- ;
- Change_Account = 50 10 A3 A2 F:\RA\HSUSER\LOWSEC.TXT
- Change_Account = 25 10 A3 A2 F:\RA\HSUSER\LOWSEC.TXT
-
-