home *** CD-ROM | disk | FTP | other *** search
/ Top Ten Mega Games 2 / TOP_TEN_Mega_Games_2.iso / WIN95 / QVTNT398 / QVTNET.INI < prev    next >
INI File  |  1995-07-18  |  14KB  |  738 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;       QVTNET.INI
  4. ;
  5. ;       Global configuration file for WinQVT/Net
  6. ;
  7. ;-----------------------------------------------------------------------------
  8.  
  9.  
  10. [net]
  11.  
  12. ;
  13. ; hostdir
  14. ;
  15. ; Location of the 'hosts' file
  16. ; If omitted, WinQVT/Net will look in \WINDOWS
  17. ;
  18. hostdir=c:\winjunk
  19.  
  20.  
  21. [localio]
  22. ;-----------------------------------------------------------------------------
  23. ;
  24. ;       PC Keyboard and printer information
  25. ;
  26. ;-----------------------------------------------------------------------------
  27.  
  28. ;
  29. ; kb_type
  30. ;
  31. ; 'enhanced': IBM 101-key 'Enhanced' keyboard
  32. ; 'lk250':    DEC LK250 keyboard
  33. ;
  34. kb_type=enhanced
  35.  
  36. ;
  37. ; keypad
  38. ;
  39. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  40. ;
  41. keypad=DEC
  42.  
  43. ;
  44. ; nl_mode
  45. ;
  46. ; Should <NumLock> key be forced ON ('lock') or left alone ('unlock')
  47. ; Use 'unlock' with laptops
  48. ;
  49. nl_mode=lock
  50.  
  51. ;
  52. ; printer
  53. ;
  54. ; Specifies the default local printer for print-screen and
  55. ; slave-printing. If left blank, the default Windows printer
  56. ; will be used.
  57. ;
  58. ; The argument to this directive should of the form used by
  59. ; the 'device=' statement in the [windows] section of WIN.INI.
  60. ;
  61. printer=
  62. printer-warning=0
  63.  
  64.  
  65. [console]
  66. ;-----------------------------------------------------------------------------
  67. ;
  68. ;       Console Information
  69. ;
  70. ;-----------------------------------------------------------------------------
  71. ;
  72. ; winpos
  73. ;
  74. ; The initial screen location of the Console window
  75. ; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
  76. ; and 'y' is the vertical pixel offset.
  77. ; If not present, the console will be placed in the upper right corner
  78. ;
  79. winpos=317,5
  80.  
  81. ;
  82. ; window
  83. ;
  84. ; Specifies whether the console message area should be displayed
  85. ; or hidden at program startup
  86. ;
  87. window=visible
  88.  
  89. ;
  90. ; forecolor
  91. ;
  92. ; The color that will be used to display text in the console window
  93. ; Use any of the standard IBM color names, or a 3-part RGB color spec
  94. ; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
  95. ; and 255.
  96. ;
  97. forecolor=black
  98.  
  99. ;
  100. ; backcolor
  101. ;
  102. ; The background color of the console window
  103. ; See 'forecolor' (above) for available choices
  104. ;
  105. backcolor=192,192,192
  106.  
  107. ;
  108. ; logging
  109. ;
  110. ; Specifies whether or not console messages should automatically be
  111. ; copied to the default logfile CONSOLE.LOG.
  112. ;
  113. logging=on
  114.  
  115. ;
  116. ; auto_start
  117. ;
  118. ; A list of up to five clients that should be launched at program startup.
  119. ; To auto-start a terminal session, use the name of the terminal configuration,
  120. ; as listed in 'QVTNET.RC'.
  121. ; You may also auto-start 'ftp', 'nntp', and 'mail'.
  122. ;
  123. auto_start=
  124.  
  125. ;
  126. ; editor
  127. ;
  128. ; Name of the text editor that the news reader and mail utility will use
  129. ;
  130. editor=notepad
  131.  
  132. ;
  133. ; Network event dispatching
  134. ; 'async' is preferred, but may not work well in all situations
  135. ; use 'sync' if async is not producing good results (e.g., loss of data)
  136. ;
  137. dispatch=async
  138.  
  139.  
  140. [servers]
  141. ;-----------------------------------------------------------------------------
  142. ;
  143. ;       Server Information
  144. ;
  145. ;-----------------------------------------------------------------------------
  146. ;
  147. ; ftp
  148. ;
  149. ; If 'on', the ftp server will be started at program startup time
  150. ;
  151. ftp=off
  152.  
  153. ;
  154. ; rcp
  155. ;
  156. ; If 'on', the rcp server will be started at program startup time
  157. ;
  158. rcp=off
  159.  
  160. ;
  161. ;
  162. ; smtp
  163. ;
  164. ; If 'on', the SMTP server will be started at program startup time
  165. ;
  166. smtp=off
  167.  
  168. ; passfile
  169. ;
  170. ; The name of the file which contains security information for remote ftp logins
  171. ; This file is created and maintained by the PASSWD.EXE utility.
  172. ; Use a fully-qualified pathname.
  173. ; Note: FTP users must have a username and password to log on!
  174. ;
  175. passfile=
  176.  
  177. ;
  178. ; login_dir
  179. ;
  180. ; The directory to which authorized FTP users will be attached at login time
  181. ;
  182. login_dir=
  183.  
  184. ;
  185. ; anonftp_dir
  186. ;
  187. ; The directory to which anonymous ftp users will be attached at login,
  188. ; and to which they will be restricted during sessions.
  189. ; If left blank, anonymous logins will not be permitted!
  190. ;
  191. anonftp_dir=
  192.  
  193. ;
  194. ; acl_default
  195. ;
  196. ; Specifies the default access for unlisted directories: allow | deny
  197. ;
  198. acl_default=allow
  199.  
  200.  
  201. [terminal]
  202. ;-----------------------------------------------------------------------------
  203. ;
  204. ;       Terminal Client Setup
  205. ;
  206. ;-----------------------------------------------------------------------------
  207. ;
  208. ; port
  209. ;
  210. ; default TCP port to use: telnet or rlogin
  211. ;
  212. port=telnet
  213.  
  214. ;
  215. ; forecolor
  216. ;
  217. ; The color which will be used to display text
  218. ;
  219. forecolor=white
  220.  
  221. ;
  222. ; backcolor
  223. ;
  224. ; The background color of the Terminal window
  225. ;
  226. backcolor=black
  227.  
  228. ;
  229. ; boldcolor
  230. ;
  231. ; The color which will be used to display 'high-intensity' text
  232. ;
  233. boldcolor=cyan
  234.  
  235. ;
  236. ; backspace
  237. ;
  238. ; The ASCII value which will be transmitted by the <Backspace> key
  239. ;
  240. backspace=DEL
  241.  
  242. ;
  243. ; local_echo
  244. ;
  245. ; Should keystrokes be echoed locally, or by the host?
  246. ;
  247. local_echo=off
  248.  
  249. ;
  250. ; wrap
  251. ;
  252. ; Automatically wrap back to column 1 after reaching EOL
  253. ;
  254. wrap=on
  255.  
  256. ;
  257. ; terminal
  258. ;
  259. ; Which terminal to emulate: VT200, VT100, VT52
  260. ;
  261. terminal=VT200
  262.  
  263. ;
  264. ; keypad_mode
  265. ;
  266. ; Indicates whether keypads will be in 'numeric' or 'application'
  267. ; mode at startup
  268. ;
  269. keypad_mode=numeric
  270.  
  271. ;
  272. ; negotiate
  273. ;
  274. ; Enable/disable Telnet terminal-type negotiation
  275. ; Form is 'negotiate=<all|default>,<yes|no>
  276. ; The first parameter indicates whether telnet negotiations should be
  277. ; done for all connections (the default), or only to those which connect
  278. ; to the default telnet port (23).
  279. ; The second parameter specifies whether or not 'terminal type'
  280. ; negotiations should be enabled.
  281. ;
  282. negotiate=all,yes
  283.  
  284. ;
  285. ; font
  286. ;
  287. ; Which font to use: DEC, IBM, ANSI, Terminal
  288. ;
  289. font=DEC
  290.  
  291. ;
  292. ; fontsize
  293. ;
  294. ; Use 'large' or 'small' DEC font (when 'font=DEC')
  295. ;
  296. fontsize=LARGE
  297.  
  298. ;
  299. ; custom_font
  300. ;
  301. ; Which font to use as the 'custom' font
  302. ;
  303. custom_font=
  304.  
  305. ;
  306. ; bell
  307. ;
  308. ; Will the terminal's bell sound when the BEL character is received?
  309. ;
  310. bell=on
  311.  
  312. ;
  313. ; win_height
  314. ;
  315. ; The height of the terminal window, in text lines.
  316. ; 12 <=win_height <= 48
  317. ;
  318. win_height=24
  319.  
  320. ;
  321. ; win_width
  322. ;
  323. ; The width of the terminal window, in text columns
  324. ; 40 <=win_height <= 160
  325. ;
  326. win_width=80
  327.  
  328. ;
  329. ; scrollbar
  330. ;
  331. ; Specifies whether the Terminal window will have scrollbars
  332. ;
  333. scrollbar=ON
  334.  
  335. ;
  336. ; buffer
  337. ;
  338. ; Specifies the number of lines in the scrollback buffer
  339. ;
  340. buffer=72
  341.  
  342. ;
  343. ; script
  344. ;
  345. ; The name of the file containing script commands to be executed
  346. ; after a connection has been established
  347. ;
  348. script=
  349.  
  350. ;
  351. ; keymap
  352. ;
  353. ; The name of the file containing default key redefinitions
  354. ; Fully-qualified pathname recommended
  355. ;
  356. keymap=
  357.  
  358. ;
  359. ; username
  360. ;
  361. ; The default username to supply to the 'rlogin' protocol
  362. ;
  363. username=
  364.  
  365. ;
  366. ; print_mode
  367. ;
  368. ; Specifies whether local printing should be done in 'normal' (text)
  369. ; mode or 'transparent' mode.
  370. ;
  371. print_mode=normal
  372.  
  373.  
  374. [ftp]
  375. ;-----------------------------------------------------------------------------
  376. ;
  377. ;       FTP Client Setup
  378. ;
  379. ;-----------------------------------------------------------------------------
  380. ;
  381. ; font
  382. ;
  383. ; The font that will be used to display text in the FTP window
  384. ; Available choices are 'system' and 'ansi'
  385. ;
  386. font=SYSTEM
  387.  
  388. ;
  389. ; forecolor
  390. ;
  391. ; The color that will be used to display text in the FTP window
  392. ; You can use one of the 8 standard IBM PC colors, or an RGB color
  393. ; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
  394. ; between 0 and 255.
  395. ;
  396. forecolor=black
  397.  
  398. ;
  399. ; backcolor
  400. ;
  401. ; The background color of the FTP window
  402. ; Use one of the standard IBM PC colors, or an RGB color spec.
  403. ;
  404. backcolor=192,192,192
  405.  
  406. ;
  407. ; winpos
  408. ;
  409. ; The initial position of the FTP window.
  410. ; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
  411. ; expressed in decimal.
  412. ;
  413. winpos=
  414.  
  415. ;
  416. ; autologin
  417. ;
  418. ; Initiate a login dialog at window create time
  419. ;
  420. autologin=off
  421.  
  422. ;
  423. ; logindir
  424. ;
  425. ; Specifies the local directory which will be the initial attach point
  426. ; for the FTP client
  427. ;
  428. logindir=
  429.  
  430. ;
  431. ; savedir
  432. ;
  433. ; Specifies the local directory which will be the default download
  434. ; directory for the 'get' command.
  435. ;
  436. ; Files will be saved here even if it is not the current local
  437. ; working directory.
  438. ;
  439. ; Can be overridden at runtime by specifying the absolute pathname
  440. ; of the local file as the second argument to 'get'.
  441. ;
  442. savedir=
  443.  
  444. ;
  445. ; filemode
  446. ;
  447. ; The file transfer mode: ascii or binary
  448. ;
  449. filemode=ascii
  450.  
  451. ;
  452. ; host
  453. ;
  454. ; The default host name (optional)
  455. ;
  456. host=
  457.  
  458. ;
  459. ; username
  460. ;
  461. ; The default username (optional)
  462. ;
  463. username=
  464.  
  465. ;
  466. ; password
  467. ;
  468. ; The default password (optional)
  469. ;
  470. password=
  471.  
  472. ;
  473. ; hash
  474. ;
  475. ; Hash mark display during transfer: on or off
  476. ;
  477. hash=on
  478.  
  479. ;
  480. ; verbose
  481. ;
  482. ; Display server responses: on or off
  483. ;
  484. verbose=on
  485.  
  486. ;
  487. ; prompt
  488. ;
  489. ; Confirm each file in a multi-file transaction (e.g., mget, mdele)
  490. ;
  491. prompt=on
  492.  
  493. ;
  494. ; bell
  495. ;
  496. ; Sound bell after completion of transfers: on or off
  497. ;
  498. bell=off
  499.  
  500.  
  501. [nntp]
  502. ;-----------------------------------------------------------------------------
  503. ;
  504. ;       NNTP Client (News Reader) Setup
  505. ;
  506. ;-----------------------------------------------------------------------------
  507. ;
  508. ; host
  509. ;
  510. ; Hostname of the NNTP server (mandatory)
  511. ;
  512. host=
  513.  
  514. ;
  515. ; font
  516. ;
  517. ; The font that will be used by the news reader to display text
  518. ; Available choices are 'system', 'ansi', and 'helv'
  519. ;
  520. font=HELV
  521.  
  522. ;
  523. ; forecolor
  524. ;
  525. ; The color that will be used to display text in the news reader window
  526. ; Use one of the 8 standard IBM PC colors
  527. ;
  528. forecolor=white
  529.  
  530. ;
  531. ; backcolor
  532. ;
  533. ; The background color for the news reader window
  534. ; Use one of the 8 standard IBM PC colors,
  535. ; or an RGB spec in the form 'rrr,ggg,bbb'
  536. ;
  537. backcolor=0,0,128
  538.  
  539. ;
  540. ; winpos
  541. ;
  542. ; The initial (x,y) position of the news reader window,
  543. ; expressed as a pixel offset from the origin (upper-left is 0,0)
  544. ;
  545. winpos=30,10
  546.  
  547. ;
  548. ; list_height
  549. ;
  550. ; The number of lines in the listbox that the news reader uses
  551. ; to show newsgroups and article subject lines. This value can
  552. ; vary between 2 and 10.
  553. ;
  554. list_height=5
  555.  
  556. ;
  557. ; autologin
  558. ;
  559. ; Connect to server at application startup
  560. ;
  561. autologin=on
  562.  
  563. ;
  564. ; article_limit
  565. ;
  566. ; Puts a limit on the number of unread articles that will be allowed
  567. ; to appear in a newsgroup.
  568. ;
  569. article_limit=
  570.  
  571. ;
  572. ; savedir
  573. ;
  574. ; The default directory where news articles will be saved (optional)
  575. ;
  576. savedir=
  577.  
  578. ;
  579. ; posthdr_from
  580. ;
  581. ; Your email address.
  582. ; This will be used as the default 'From:' line in your article headers
  583. ;
  584. posthdr_from=
  585.  
  586. ;
  587. ; posthdr_distrib
  588. ;
  589. ; Default article distribution.
  590. ;
  591. ; Specifies the range over which your postings will be distributed.
  592. ; Values include 'usa', 'na', etc.
  593. ;
  594. posthdr_distrib=world
  595.  
  596. ;
  597. ; posthdr_org
  598. ;
  599. ; The name of your organization
  600. ; This will be used in the 'Organization:' line in your postings
  601. ;
  602. posthdr_org=
  603.  
  604.  
  605. [pop]
  606. ;-----------------------------------------------------------------------------
  607. ;
  608. ;       POP3 (Mail) Client Setup
  609. ;
  610. ;-----------------------------------------------------------------------------
  611. ;
  612. ; mailbox
  613. ;
  614. ; The default mailbox
  615. ;
  616. mailbox=
  617.  
  618. ;
  619. ; font
  620. ;
  621. ; The font that will be used to display text in the POP3 window
  622. ; Choices are 'system', 'ansi', or 'helv'
  623. ;
  624. font=HELV
  625.  
  626. ;
  627. ; forecolor
  628. ;
  629. ; The color that will be used to display text
  630. ; Use one of the 8 standard IBM PC colors
  631. ;
  632. forecolor=white
  633.  
  634. ;
  635. ; backcolor
  636. ;
  637. ; The background color of the mail application window
  638. ; Use one of the 8 standard IBM PC colors,
  639. ; or an RGB spec in the form 'rrr,ggg,bbb'
  640. ;
  641. backcolor=0,0,128
  642.  
  643. ;
  644. ; winpos
  645. ;
  646. ; The initial position of the Mail window
  647. ; Syntax is 'winpos=x,y' where 'x' and 'y' are pixel offsets
  648. ; from the origin (upper-left), expressed in decimal
  649. ;
  650. winpos=
  651.  
  652. ;
  653. ; autologin
  654. ;
  655. ; Specify whether the login dialog should come up at startup time
  656. ;
  657. autologin=off
  658.  
  659. ;
  660. ; keep_password
  661. ;
  662. ; Specify whether password should be retained between POP3 sessions.
  663. ;
  664. ; NOTE: the password will NOT be retained between WinQVT/Net sessions,
  665. ; only between separate POP3 logins during a single WinQVT/Net session.
  666. ;
  667. keep_password=no
  668.  
  669. ;
  670. ; mailcheck_interval
  671. ;
  672. ; Specifies how many minutes will elapse between 'new mail' checks
  673. ;
  674. mailcheck_interval=5
  675.  
  676. ;
  677. ; savedir
  678. ;
  679. ; The default directory for saving mail messages
  680. ; Use a fully-qualified pathname, with no trailing backslash
  681. ;
  682. savedir=
  683.  
  684. ;
  685. ; Protocol
  686. ;
  687. ; Specifies whether extended POP3 (i.e., XTND XMIT) or SMTP
  688. ; should be the protocol used for sending mail (or replies)
  689. ; SMTP is strongly recommended
  690. ;
  691. protocol=SMTP
  692.  
  693. ;
  694. ; smtp_host
  695. ;
  696. ; Specifies the SMTP host machine
  697. ; Mandatory if you plan to use SMTP for sending mail
  698. ;
  699. smtp_host=
  700.  
  701. ;
  702. ; smtp_return
  703. ;
  704. ; Your return email address
  705. ; Mandatory if you plan to use SMTP for sending mail
  706. ;
  707. smtp_return=
  708.  
  709.  
  710. [lpr]
  711. ;-----------------------------------------------------------------------------
  712. ;
  713. ;       lpr Client Setup
  714. ;
  715. ;-----------------------------------------------------------------------------
  716. ;
  717. ; hostname
  718. ;
  719. ; The default lpr host (optional)
  720. ;
  721. host=
  722.  
  723. ;
  724. ; qname
  725. ;
  726. ; The name of the print queue to use, e.g. 'lp' (mandatory)
  727. ;
  728. queue=lp
  729.  
  730. ;
  731. ; username
  732. ;
  733. ; The username under which the print job will be submitted (mandatory)
  734. ; to the lpr daemon.
  735. ;
  736. username=
  737.