home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / QVTNE397 / QVTNET.INI < prev    next >
INI File  |  1994-01-30  |  15KB  |  870 lines

  1. ;-----------------------------------------------------------------------------
  2. ;
  3. ;       QVTNET.INI
  4. ;
  5. ;       Global configuration file for WinQVT/Net
  6. ;
  7. ;-----------------------------------------------------------------------------
  8.  
  9. [net]
  10. ;-----------------------------------------------------------------------------
  11. ;
  12. ;       Network Information
  13. ;
  14. ;-----------------------------------------------------------------------------
  15. ;
  16. ; name
  17. ;
  18. ; Your PC's host name (mandatory)
  19. ;
  20. name=
  21.  
  22. ;
  23. ; ip
  24. ;
  25. ; Your PC's IP address (mandatory)
  26. ; Use the format 'nnn.nnn.nnn.nnn'
  27. ;
  28. ip=
  29.  
  30. ;
  31. ; netmask
  32. ;
  33. ; The subnet mask in effect on your local network
  34. ; This default is suitable for Class C environments
  35. ;
  36. netmask=255.255.255.0
  37.  
  38. ;
  39. ; router
  40. ;
  41. ; The default router to use for network access outside the local subnet
  42. ; Use a complete host name as contained in QVTHOST.RC
  43. ;
  44. router=
  45.  
  46. ;
  47. ; arptime
  48. ;
  49. ; ARP timeout (in seconds)
  50. ;
  51. arptime=8
  52.  
  53. ;
  54. ; packet_vector
  55. ;
  56. ; The software interrupt you are using to communicate with the packet driver
  57. ; In hex, with or without the leading '0x'
  58. ; Must be in the range 60 through 7F
  59. ;
  60. packet_vector=0x60
  61.  
  62. ;
  63. ; packet_class
  64. ;
  65. ; Use 0 for Ethernet, 6 for SLIP
  66. ;
  67. packet_class=0
  68.  
  69.  
  70. [tcp]
  71. ;-----------------------------------------------------------------------------
  72. ;
  73. ;    TCP Tuning
  74. ;
  75. ;-----------------------------------------------------------------------------
  76. ;
  77. ; maxseg
  78. ;
  79. ; Maximum TCP segment we can receive
  80. ; Max=1024
  81. ;
  82. maxseg=1024
  83.  
  84. ;
  85. ; MTU (Maximum Transmission Unit)
  86. ;
  87. ; Largest TCP packet we will send
  88. ; Max=1024
  89. ;
  90. mtu=512
  91.  
  92. ;
  93. ; TCP Window Size
  94. ;
  95. ; Maximum advertised window size
  96. ; Max=4096
  97. ;
  98. window=1024
  99.  
  100. ;
  101. ; retrans
  102. ;
  103. ; Number of seconds to wait for response to SYN packet
  104. ; before retransmitting.
  105. ;
  106. retrans=2
  107.  
  108. ;
  109. ; contime
  110. ;
  111. ; Number of seconds to wait for connection to established
  112. ;
  113. contime=20
  114.  
  115.  
  116. [domain]
  117. ;-----------------------------------------------------------------------------
  118. ;
  119. ;       Domain nameserver information
  120. ;
  121. ;-----------------------------------------------------------------------------
  122. ;
  123. ; domain
  124. ;
  125. ; Default domain
  126. ;
  127. domain=
  128.  
  129. ;
  130. ; nameserver
  131. ;
  132. ; The default nameserver to consult for name/address lookups
  133. ; Use a complete hostname as listed in QVTHOST.RC
  134. ;
  135. nameserver=
  136.  
  137. ;
  138. ; domain_timeout
  139. ;
  140. ; Timeout for domain lookup (in seconds)
  141. ;
  142. domain_timeout=4
  143.  
  144. ;
  145. ; domain_retry
  146. ;
  147. ; number of retries for domain lookup
  148. ;
  149. domain_retry=3
  150.  
  151. ;
  152. ; domain_reuse
  153. ;
  154. ; Should WinQVT/Net reuse the first IP address returned by the nameserver,
  155. ; or do a new lookup for each new connection to a host?
  156. ; Values are 'yes' or 'no'
  157. ;
  158. domain_reuse=yes
  159.  
  160.  
  161. [localio]
  162. ;-----------------------------------------------------------------------------
  163. ;
  164. ;       PC Keyboard and printer information
  165. ;
  166. ;-----------------------------------------------------------------------------
  167.  
  168. ;
  169. ; kb_type
  170. ;
  171. ; 'enhanced': IBM 101-key 'Enhanced' keyboard
  172. ; 'lk250':    DEC LK250 keyboard
  173. ;
  174. kb_type=enhanced
  175.  
  176. ;
  177. ; keypad
  178. ;
  179. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  180. ;
  181. keypad=DEC
  182.  
  183. ;
  184. ; nl_mode
  185. ;
  186. ; Should <NumLock> key be forced ON or left alone
  187. ;
  188. nl_mode=lock
  189.  
  190. ;
  191. ; printer
  192. ;
  193. ; Specifies the default local printer for print-screen and
  194. ; slave-printing. If left blank, the default Windows printer
  195. ; will be used.
  196. ;
  197. ; The argument to this directive should of the form used by
  198. ; the 'device=' statement in the [windows] section of WIN.INI.
  199. ;
  200. printer=
  201.  
  202.  
  203. [console]
  204. ;-----------------------------------------------------------------------------
  205. ;
  206. ;       Console Information
  207. ;
  208. ;-----------------------------------------------------------------------------
  209. ;
  210. ; winpos
  211. ;
  212. ; The initial screen location of the Console window
  213. ; Syntax is 'winpos=x,y', where 'x' is the horizontal pixel offset,
  214. ; and 'y' is the vertical pixel offset.
  215. ; If not present, the console will be placed in the upper right corner
  216. ;
  217. winpos=
  218.  
  219. ;
  220. ; window
  221. ;
  222. ; Specifies whether the console message area should be displayed
  223. ; or hidden at program startup
  224. ;
  225. window=visible
  226.  
  227. ;
  228. ; forecolor
  229. ;
  230. ; The color that will be used to display text in the console window
  231. ; Use any of the standard IBM color names, or a 3-part RGB color spec
  232. ; of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number between 0
  233. ; and 255.
  234. ;
  235. forecolor=
  236.  
  237. ;
  238. ; backcolor
  239. ;
  240. ; The background color of the console window
  241. ; See 'forecolor' (above) for available choices
  242. ;
  243. backcolor=
  244.  
  245. ;
  246. ; logging
  247. ;
  248. ; Specifies whether or not console messages should automatically be
  249. ; copied to the default logfile CONSOLE.LOG.
  250. ;
  251. logging=ON
  252.  
  253. ;
  254. ; auto_start
  255. ;
  256. ; A list of up to five clients that should be launched at program startup.
  257. ; To auto-start a terminal session, use the name of the terminal configuration,
  258. ; as listed in 'QVTNET.RC'.
  259. ; You may also auto-start ftp, nntp, and mail.
  260. ;
  261. auto_start=
  262.  
  263. ;
  264. ; editor
  265. ;
  266. ; Name of the text editor that the news reader and mail utility will use
  267. ;
  268. editor=notepad
  269.  
  270.  
  271. [servers]
  272. ;-----------------------------------------------------------------------------
  273. ;
  274. ;       Server Information
  275. ;
  276. ;-----------------------------------------------------------------------------
  277. ;
  278. ; ftp
  279. ;
  280. ; If 'on', the ftp server will be started at program startup time
  281. ;
  282. ftp=off
  283.  
  284. ;
  285. ; rcp
  286. ;
  287. ; If 'on', the rcp server will be started at program startup time
  288. ;
  289. rcp=off
  290.  
  291. ;
  292. ; passfile
  293. ;
  294. ; The name of the file which contains security information for remote ftp logins
  295. ; This file is created and maintained by the PASSWD.EXE utility.
  296. ; Use a fully-qualified pathname.
  297. ; Note: FTP users must have a username and password to log on!
  298. ;
  299. passfile=
  300.  
  301. ;
  302. ; login_dir
  303. ;
  304. ; The directory to which authorized FTP users will be attached at login time
  305. ;
  306. login_dir=
  307.  
  308. ;
  309. ; anonftp_dir
  310. ;
  311. ; The directory to which anonymous ftp users will be attached at login,
  312. ; and to which they will be restricted during sessions.
  313. ; The absence of a value for this statement will cause anonymous
  314. ; logins to be disabled.
  315. ;
  316. anonftp_dir=
  317.  
  318.  
  319. [terminal]
  320. ;-----------------------------------------------------------------------------
  321. ;
  322. ;       Terminal Client Setup
  323. ;
  324. ;-----------------------------------------------------------------------------
  325. ;
  326. ; port
  327. ;
  328. ; default TCP port to use: telnet or rlogin
  329. ;
  330. port=telnet
  331.  
  332. ;
  333. ; forecolor
  334. ;
  335. ; The color which will be used to display text
  336. ;
  337. forecolor=white
  338.  
  339. ;
  340. ; backcolor
  341. ;
  342. ; The background color of the Terminal window
  343. ;
  344. backcolor=black
  345.  
  346. ;
  347. ; boldcolor
  348. ;
  349. ; The color which will be used to display 'high-intensity' text
  350. ;
  351. boldcolor=cyan
  352.  
  353. ;
  354. ; backspace
  355. ;
  356. ; The ASCII value which will be transmitted by the <Backspace> key
  357. ;
  358. backspace=DEL
  359.  
  360. ;
  361. ; local_echo
  362. ;
  363. ; Should keystrokes be echoed locally, or by the host?
  364. ;
  365. local_echo=off
  366.  
  367. ;
  368. ; wrap
  369. ;
  370. ; Automatically wrap back to column 1 after reaching EOL
  371. ;
  372. wrap=on
  373.  
  374. ;
  375. ; terminal
  376. ;
  377. ; Which terminal to emulate: VT200, VT100, VT52
  378. ;
  379. terminal=VT200
  380.  
  381. ;
  382. ; negotiate
  383. ;
  384. ; Enable/disable Telnet terminal-type negotiation
  385. ;
  386. negotiate=all,yes
  387.  
  388. ;
  389. ; font
  390. ;
  391. ; Which font to use: DEC, IBM, ANSI, Terminal
  392. ;
  393. font=DEC
  394.  
  395. ;
  396. ; fontsize
  397. ;
  398. ; Use 'large' or 'small' DEC font (when 'font=DEC')
  399. ;
  400. fontsize=LARGE
  401.  
  402. ;
  403. ; custom_font
  404. ;
  405. ; Which font to use as the 'custom' font
  406. ;
  407. custom_font=
  408.  
  409. ;
  410. ; bell
  411. ;
  412. ; Will the terminal's bell sound when the BEL character is received?
  413. ;
  414. bell=on
  415.  
  416. ;
  417. ; win_height
  418. ;
  419. ; The height of the terminal window, in text lines.
  420. ; 12 <=win_height <= 48
  421. ;
  422. win_height=24
  423.  
  424. ;
  425. ; win_width
  426. ;
  427. ; The width of the terminal window, in text columns
  428. ; 40 <=win_height <= 160
  429. ;
  430. win_width=80
  431.  
  432. ;
  433. ; buffer
  434. ;
  435. ; Specifies the number of lines in the scrollback buffer
  436. ;
  437. buffer=72
  438.  
  439. ;
  440. ; script
  441. ;
  442. ; The name of the file containing script commands to be executed
  443. ; after a connection has been established
  444. ;
  445. script=
  446.  
  447. ;
  448. ; keymap
  449. ;
  450. ; The name of the file containing default key redefinitions
  451. ; Fully-qualified pathname recommended
  452. ;
  453. keymap=
  454.  
  455. ;
  456. ; username
  457. ;
  458. ; The default username to supply to the 'rlogin' protocol
  459. ;
  460. username=
  461.  
  462. ;
  463. ; print_mode
  464. ;
  465. ; Specifies whether local printing should be done in 'normal' (text)
  466. ; mode or 'transparent' mode.
  467. ;
  468. print_mode=normal
  469.  
  470.  
  471. [ftp]
  472. ;-----------------------------------------------------------------------------
  473. ;
  474. ;       FTP Client Setup
  475. ;
  476. ;-----------------------------------------------------------------------------
  477. ;
  478. ; font
  479. ;
  480. ; The font that will be used to display text in the FTP window
  481. ; Available choices are 'system' and 'ansi'
  482. ;
  483. font=SYSTEM
  484.  
  485. ;
  486. ; forecolor
  487. ;
  488. ; The color that will be used to display text in the FTP window
  489. ; You can use one of the 8 standard IBM PC colors, or an RGB color
  490. ; spec of the form 'nnn,nnn,nnn', where each 'nnn' is a decimal number
  491. ; between 0 and 255.
  492. ;
  493. forecolor=white
  494.  
  495. ;
  496. ; backcolor
  497. ;
  498. ; The background color of the FTP window
  499. ; Use one of the standard IBM PC colors, or an RGB color spec.
  500. ;
  501. backcolor=black
  502.  
  503. ;
  504. ; winpos
  505. ;
  506. ; The initial position of the FTP window.
  507. ; Syntax is 'winpos=x,y', where 'x' and 'y' are pixel offsets,
  508. ; expressed in decimal.
  509. ;
  510. winpos=
  511.  
  512. ;
  513. ; autologin
  514. ;
  515. ; Initiate a login dialog at window create time
  516. ;
  517. autologin=on
  518.  
  519. ;
  520. ; logindir
  521. ;
  522. ; Specifies the local directory which will be the initial attach point
  523. ; for the FTP client
  524. ;
  525. logindir=
  526.  
  527. ;
  528. ; savedir
  529. ;
  530. ; Specifies the local directory which will be the default download
  531. ; directory for the 'get' command.
  532. ;
  533. savedir=
  534.  
  535. ;
  536. ; filemode
  537. ;
  538. ; The file transfer mode: ascii or binary
  539. ;
  540. filemode=ascii
  541.  
  542. ;
  543. ; host
  544. ;
  545. ; The default host name
  546. ;
  547. host=
  548.  
  549. ;
  550. ; username
  551. ;
  552. ; The default username
  553. ;
  554. username=
  555.  
  556. ;
  557. ; password
  558. ;
  559. ; The default password
  560. ;
  561. password=
  562.  
  563. ;
  564. ; hash
  565. ;
  566. ; Hash mark display during transfer: on or off
  567. ;
  568. hash=on
  569.  
  570. ;
  571. ; verbose
  572. ;
  573. ; Display server responses: on or off
  574. ;
  575. verbose=on
  576.  
  577. ;
  578. ; prompt
  579. ;
  580. ; Confirm each file in a multi-file transaction (e.g., mget, mdele)
  581. ;
  582. prompt=on
  583.  
  584. ;
  585. ; bell
  586. ;
  587. ; Sound bell after completion of transfers: on or off
  588. ;
  589. bell=off
  590.  
  591.  
  592. [nntp]
  593. ;-----------------------------------------------------------------------------
  594. ;
  595. ;       NNTP Client (News Reader) Setup
  596. ;
  597. ;-----------------------------------------------------------------------------
  598. ;
  599. ; nntp_host
  600. ;
  601. ; Hostname of the local NNTP server
  602. ;
  603. host=
  604.  
  605. ;
  606. ; nntp_font
  607. ;
  608. ; The font that will be used by the news reader to display text
  609. ; Available choices are 'system', 'ansi', and 'helv'
  610. ;
  611. font=HELV
  612.  
  613. ;
  614. ; forecolor
  615. ;
  616. ; The color that will be used to display text in the news reader window
  617. ; Use one of the 8 standard IBM PC colors
  618. ;
  619. forecolor=
  620.  
  621. ;
  622. ; backcolor
  623. ;
  624. ; The background color for the news reader window
  625. ; Use one of the 8 standard IBM PC colors
  626. ;
  627. backcolor=
  628.  
  629. ;
  630. ; winpos
  631. ;
  632. ; The initial (x,y) position of the news reader window,
  633. ; expressed as a pixel offset from the origin (upper-left is 0,0)
  634. ;
  635. winpos=30,10
  636.  
  637. ;
  638. ; win_height
  639. ;
  640. ; The initial number of text lines in the news reader window
  641. ; Default is 24, max is 36
  642. ;
  643. win_height=24
  644.  
  645. ;
  646. ; win_width
  647. ;
  648. ; The initial number of text columns in the news reader text display
  649. ; Max is 120
  650. ;
  651. win_width=80
  652.  
  653. ;
  654. ; list_height
  655. ;
  656. ; The number of lines in the listbox that the news reader uses
  657. ; to show newsgroups and article subject lines. This value can
  658. ; vary between 2 and 10.
  659. ;
  660. list_height=5
  661.  
  662. ;
  663. ; autologin
  664. ;
  665. ; Initiate a login dialog at window create time
  666. ;
  667. autologin=on
  668.  
  669. ;
  670. ; savedir
  671. ;
  672. ; The default directory where news articles will be saved
  673. ;
  674. savedir=c:\news
  675.  
  676. ;
  677. ; autologin
  678. ;
  679. ; Specify whether login should initiate as soon as window is created
  680. ;
  681. autologin=off
  682.  
  683. ;
  684. ; article_limit
  685. ;
  686. ; Puts a limit on the number of unread articles that will be
  687. ; allowed to appear in a newsgroup.
  688. ;
  689. article_limit=
  690.  
  691. ;
  692. ; posthdr_from
  693. ;
  694. ; Your email address.
  695. ; This will be used in the 'From:' line in your postings
  696. ;
  697. posthdr_from=
  698.  
  699. ;
  700. ; posthdr_distrib
  701. ;
  702. ; Default article distribution
  703. ; Specifies the range over which your postings will be distributed
  704. ; Values include 'usa', 'na', etc.
  705. ;
  706. posthdr_distrib=
  707.  
  708. ;
  709. ; posthdr_org
  710. ;
  711. ; The name of your organization
  712. ; This will be used in the 'Organization:' line in your postings
  713. ;
  714. posthdr_org=
  715.  
  716.  
  717. [pop]
  718. ;-----------------------------------------------------------------------------
  719. ;
  720. ;       POP3 (Mail) Client Setup
  721. ;
  722. ;-----------------------------------------------------------------------------
  723. ;
  724. ; host
  725. ;
  726. ; The default host name on which the local POP3 server is running
  727. ;
  728. host=
  729.  
  730. ;
  731. ; username
  732. ;
  733. ; The default username for POP3 logins
  734. ;
  735. username=
  736.  
  737. ;
  738. ; font
  739. ;
  740. ; The font that will be used to display text in the POP3 window
  741. ; Choices are 'system', 'ansi', or 'helv'
  742. ;
  743. font=HELV
  744.  
  745. ;
  746. ; forecolor
  747. ;
  748. ; The color that will be used to display text
  749. ; Use one of the 8 standard IBM PC colors
  750. ;
  751. forecolor=
  752.  
  753. ;
  754. ; backcolor
  755. ;
  756. ; The background color of the POP3 window
  757. ; Use one of the 8 standard IBM PC colors
  758. ;
  759. backcolor=
  760.  
  761. ;
  762. ; winpos
  763. ;
  764. ; The initial position of the Mail window
  765. ; Syntax is 'winpos=x,y' where 'x' and 'y' are pixel offsets
  766. ; from the origin (upper-left), expressed in decimal
  767. ;
  768. winpos=
  769.  
  770. ;
  771. ; win_height
  772. ;
  773. ; The initial number of text lines in the mail text display
  774. ; Default is 24, max is 36
  775. ;
  776. win_height=24
  777.  
  778. ;
  779. ; win_width
  780. ;
  781. ; The initial number of text columns in the mail text display
  782. ; Max is 120
  783. ;
  784. win_width=80
  785.  
  786. ;
  787. ; autologin
  788. ;
  789. ; Specify whether login should initiate as soon as window is created
  790. ;
  791. autologin=off
  792.  
  793. ;
  794. ; keep_password
  795. ;
  796. ; Specify whether password should be retained between sessions
  797. ;
  798. keep_password=no
  799.  
  800. ;
  801. ; mailcheck_interval
  802. ;
  803. ; Specifies how many minutes will elapse between 'new mail' checks
  804. ;
  805. mailcheck_interval=5
  806.  
  807. ;
  808. ; savedir
  809. ;
  810. ; The default directory for saving mail messages
  811. ; Use a fully-qualified pathname, with no trailing backslash
  812. ;
  813. savedir=c:\mail
  814.  
  815. ;
  816. ; Protocol
  817. ;
  818. ; Specifies whether extended POP3 (i.e., XTND XMIT) or SMTP
  819. ; should be the protocol used for sending mail (or replies)
  820. ;
  821. protocol=pop3
  822.  
  823. ;
  824. ; smtp_host
  825. ;
  826. ; Use this statement when you want to use a host for
  827. ; SMTP mail different from the POP3 host
  828. ;
  829. smtp_host=
  830.  
  831. ;
  832. ; smtp_return
  833. ;
  834. ; If you use SMTP to send mail, you should specify
  835. ; your return address here. Otherwise, WinQVT/Net will
  836. ; generate a return address from your username and
  837. ; the default domain (see [domain] above).
  838. ;
  839. smtp_return=
  840.  
  841.  
  842. [lpr]
  843. ;-----------------------------------------------------------------------------
  844. ;
  845. ;       lpr Client Setup
  846. ;
  847. ;-----------------------------------------------------------------------------
  848. ;
  849. ; hostname
  850. ;
  851. ; The host on which the local lpr daemon is running
  852. ; Use a name exactly as it appears in QVTHOST.RC
  853. ;
  854. host=
  855.  
  856. ;
  857. ; qname
  858. ;
  859. ; The name of the print queue to use, e.g. 'lp'
  860. ;
  861. queue=lp
  862.  
  863. ;
  864. ; username
  865. ;
  866. ; The username under which the print job will be submitted
  867. ; to the lpr daemon.
  868. ;
  869. username=
  870.