home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / answers / pcnfs-faq / part4 < prev    next >
Internet Message Format  |  1993-11-01  |  26KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!gatech!swrinde!cs.utexas.edu!uunet!organpipe.uug.arizona.edu!news
  2. From: rawn@lead.aichem.arizona.edu (Rawn Shah)
  3. Newsgroups: comp.protocols.nfs,comp.protocols.tcp-ip,comp.answers,news.answers,comp.sys.mac.comm
  4. Subject: NFS & TCP/IP FAQ for PCs & Macs [part 04/06]
  5. Followup-To: poster
  6. Date: 1 Nov 1993 19:24:22 GMT
  7. Organization: University of Arizona UNIX Users Group
  8. Lines: 968
  9. Approved: news-answers-request@MIT.edu
  10. Message-ID: <2b3np6$run@organpipe.uug.arizona.edu>
  11. Reply-To: rawn@rtd.com (Rawn Shah)
  12. NNTP-Posting-Host: lead.aichem.arizona.edu
  13. Summary: This is the FAQ list about PC & Macintosh based NFS & TCP/IP
  14.      products for readers of comp.protocols.nfs &
  15.      comp.protocols.tcp-ip.ibmpc
  16. Xref: senator-bedfellow.mit.edu comp.protocols.nfs:8374 comp.protocols.tcp-ip:28850 comp.answers:2493 news.answers:14171 comp.sys.mac.comm:33380
  17.  
  18. Archive-name: pcnfs-faq/part4
  19. Last-modified: 1993/10/28
  20. Version: 1.5
  21.  
  22.  
  23.  
  24. H-6.  Related FAQs, USENET lists, email lists etc.
  25.  
  26. You can find FAQs, FAQlets, and other lists on USENET related to the topic
  27. of PC's and TCP/IP Networks in general at the following sources:
  28.  
  29. A. Comp.protocols.tcp-ip.ibmpc FAQlet by Bernard Abouba
  30.    This covers details of running the IP protocols and intermixing different
  31.    packages on IBM PC & compatible systems. It is posted bi-weekly on the
  32.    corresponding USENET group. You can also FTP a copy from the following
  33.    site:  
  34.     netcom1.netcom.com: /pub/mailcom/IBMTCP
  35.     
  36. B. "Features of TCP/IP Packages for DOS and Windows" (Version 0.5 5/13/93)
  37.    by C.J.Sacksteder
  38.    This is another comparison of TCP/IP packages for DOS and MS-Windows PC
  39.    systems. It is posted to comp.protocols.tcp-ip.ibmpc.
  40.  
  41. C. Packet Drivers FAQ by Russell Nelson
  42.    This covers questions concerning the installation, maintainence and
  43.    compatibility of the Packet Drivers suite available as freeware on the
  44.    Internet. It is posted to comp.protocols.tcp-ip.ibmpc.
  45.  
  46. D. Windows Sockets API FAQ    
  47.    This covers questions on the Windows Sockets API standard. There is also
  48.    a USENET newsgroup for this: alt.winsock. The FAQ is available on the
  49.    newsgroup and also from the official site for the standard:
  50.     microdyne.com: /pub/winsock/FAQ/FAQ
  51.  
  52. E. Windows Sockets API mailing list
  53.    This mailing list can be joined by email request to:
  54.     winsock-request@microdyne.com
  55.  
  56. F. Sun RPC on Windows
  57.    This mailing list discusses Sun's Open Network Computing RPC's running on
  58.    Windows. You can subscribe by mailing to:
  59.     rpc4win-request@wco.ftp.com
  60.  
  61. G. NFS version 3 mailing list
  62.    The mailing list for the new NFS specification can be joined my emailing: 
  63.     nfs3@eng.sun.com
  64.  
  65. H. The UK CHEST program mailing list
  66.    This mailing list contains information on (PC)NFS distributed by CHEST
  67.    [Z-1]. Email to:
  68.     mailbase@mailbase.ac.uk
  69.      with a header "subscribe chest-pcnfs (real name here)"
  70.  
  71. -------------------------------------------------------------------------------
  72.  
  73. H-7.  Glossary
  74.  
  75. These are brief descriptions of the terms used in PC & TCP/IP networking.
  76.  
  77. ANSI    American National Standards Institute. A standards making body of
  78.     the US Federal system.
  79.     
  80. API    Application Programming Interface.
  81.  
  82. AppleTalk A proprietory network protocol developed by Apple Computers, Inc.
  83.     and available on Macintosh systems.
  84.  
  85. ARP    Address Resolution Protocol. Nodes use these to determine the
  86.     hardware address of a given IP address if directly available.
  87.     Described in RFC 826.
  88.  
  89. BOOTP   Bootstrap Protocol. This allows a client to determine its IP address
  90.     given its hardware address (to some BOOTP server). Described in RFC
  91.     1084. 
  92.  
  93. client    A program which is used to communicate with another which provides 
  94.     special services (eg. an NFS client communicates with an NFS server
  95.     to mount remote file systems locallly.)
  96.  
  97. DECNET    A proprietory networking system developed by Digital Equipment Corp.
  98.  
  99. DLL    Dynamically Linked Library. This is a set of shared functions and 
  100.     procedures used by applications that can be loaded or unloaded at
  101.     any time by the applications. Many TCP/IP packages now come as DLLs. 
  102.  
  103. DNS    Domain Naming System/Server. This is a system of Internet hosts
  104.     which provide IP name to IP address resolution. Described in RFCs
  105.     1034 and 1035.
  106.  
  107. Email    Electronic Mail. This is a method of communication electronically
  108.     using different methods of delivery. On the Internet the email
  109.     protocol most commonly used (and the standard) is SMTP.
  110.  
  111. Ethernet This is a physical and data link layer system connecting hosts in
  112.     a bus-topology network. It is described by IEEE 802.3 and the DIX
  113.     (Digital, Intel, Xerox) Ethernet II specifications. Both are
  114.     compatible on the same physical wire but differ slightly in utility.
  115.  
  116. FDDI    Fibre Distributed Data Interface. This is a physical layer and data
  117.     link layer standard for a fibre optic ring-topology network as
  118.     approved by ANSI. 
  119.  
  120. finger    A remote check utility to see users and hosts.
  121.  
  122. FTP    File Transfer Protocol. This is an application to transfer files
  123.     from one IP host to another. The client initiates a connection to
  124.     the server and sends commands to it to indicate which files and the
  125.     method of transfer.
  126.  
  127. gopher    An client-server networked information service.
  128.  
  129. Host    A general referrence to a computer system on a network.
  130.  
  131. hostname On IP networks, this refers to the English (sort of) name given to
  132.     the machine. Can be the same as IP name.
  133.  
  134. ICMP    Internet Control Message Protocol. This is a diagnostic protocol for
  135.     IP data delivery used by various programs such as Ping. Described by
  136.     RFC 792.
  137.  
  138. Internet The Internet is a very large system of networks spanning the globe.
  139.     The word "internet" (with small 'i') is also used to describe a WAN.
  140.  
  141. IP    Internet Protocol. The transport layer which describes a packet
  142.     format for data to pass on a TCP/IP network and on the Internet.
  143.     Described in RFC 791.
  144.  
  145. IP name The Englishlike name given to an IP host.
  146.  
  147. IP address The "dotted-decimal" format identifier for each IP host. Eg.
  148.     192.0.0.2 
  149.  
  150. IPX    Internet Packet Exchange. Novell's Netware packet delivery system
  151.     similar in concept to IP.
  152.  
  153. ISDN    Integrated Services Digital Network. A hardware description for
  154.     direct links between two areas by way of special telephony.
  155.  
  156. LAN Manager A proprietory networking system developed by Microsoft.
  157.  
  158. LocalTalk Apple Computer's proprietory cabling scheme for connecting Macintosh
  159.     systems together. The Appletalk software protocols run over LocalTalk.
  160.  
  161. login    To connect to a host.
  162.  
  163. logout    To disconnect from a host.
  164.  
  165. LPD    Line Printer Daemon. This is a print server for requests by LPR from
  166.     other hosts on the network. Described in RFC 1179.
  167.  
  168. LPR    Line Printer. This was originally a Unix system command which has
  169.     expanded to include network printing as well on hosts with the LPD
  170.  
  171. MHS    Mail Handling System. A email distribution protocol similar to SMTP.
  172.  
  173. MIME    Mail Interface Multimedia Extensions. This is a newer email protocol
  174.     which actually resides above the delivery protocol and describes the
  175.     content format of the email message. It provides extensions for 
  176.     multimedia email. Described by RFC 1341, 1344, 1426, 1428, 1437, 
  177.  
  178. Netware    A protprietory networking system developed by Novell, Inc.
  179.  
  180. NDIS    Network Driver Interface Specification. This is an data-link layer
  181.     interface for different systems using a network device. Described by
  182.     the NDIS papers by Microsoft and 3Com.
  183.  
  184. NFS    Network File System. Please see (A-X).
  185.  
  186. NIC    Network Information Center of the Internet: internic.net
  187.  
  188. NIS    Network Information System. This is Sun Microsystems version of
  189.     coordination of network information like hostnames and account
  190.     information. Partially similar to DNS.
  191.  
  192. NNTP    Network News Transfer Protocol. This is the distribution method
  193.     protocol for USENET newsservice between servers and newsreaders
  194.     (clients). Described in RFC 977 & 1036.
  195.  
  196. ODI    Open Data-Link Interface. Novell's data-link layer interface similar
  197.     to NDIS for systems using the network interface.
  198.  
  199. OSI    Open Systems Interconnect. An alternative to the IP suite of
  200.     protocols developed by the International Standards Organization
  201.     (ISO). ISO has its own set of protocols available in the Blue Book. 
  202.  
  203. Packet Drivers  These are series of software for the data-link layer
  204.     interface, similar to NDIS and ODI but on a lower level for
  205.     programmability. Described by the Packet Driver Specification by
  206.     John Romkey of ftp Software, Inc. (see B-3)
  207.  
  208. PCNFSD    The daemon utility for authorization of PC-NFS systems. Version 2 is
  209.     the current common usage version.
  210.  
  211. Ping    This is a utility for checking reachability between Internet hosts.
  212.  
  213. POP    Post Office Protocol. This is a protocol for server-based e-mail
  214.     packages. Described by POP2 & POP3 descriptions: RFC 918, 937, 1081,
  215.     1082, 1225
  216.  
  217. PPP    Point-to-point Protocol. A data link layer for connecting two hosts
  218.     directly by serial, modem, or wide-area links. It can carry IP and
  219.     other protocols. Described (for IP) by RFC 1331-1333.
  220.  
  221. RARP    Reverse Address Resolution Protocol. This is used by hosts to map a
  222.     given hardware address to an IP address. Described by RFC826
  223.  
  224. RCP    Remote Copy. This utility allows a user to copy files from one host
  225.     to another on a TCP/IP network. 
  226.  
  227. REXEC    Remote Execute. This utility allows a user to execute commands on a
  228.     remote host from a local host over a TCP/IP network. 
  229.  
  230. RFC    Request For Comments. The set of standards and protocol definitions 
  231.     now approved by the Internet Engineering Task Force which describes
  232.     the Internet and all its protocols.
  233.  
  234. .rhosts    This is a file which contains permissions for different accounts
  235.     and hosts to access that user account. Used by RCP, REXEC, RLOGIN
  236.     and RSH.
  237.  
  238. RLOGIN    Remote Login. This is a application program to connect to remote IP
  239.     hosts similar to the Telnet program. Described by RFC 1258, 1282
  240.  
  241. RSH    Remote Shell. This allows a user to open a shell on a remote system
  242.     over a TCP/IP network. 
  243.  
  244. SLIP    Serial-Line Internet Protocol. This is a data-link layer describing 
  245.     Internet connectivity via a serial line or modem between two hosts.
  246.     It is similar to PPP. Described in RFC 1055.
  247.  
  248. SMTP    Simple Mail Transfer Protocol. The common protocol used in TCP/IP
  249.     networks and the Internet for email delivery. Described by RFC 821.
  250.  
  251. SNMP    Simple Network Management Protocol. The first version of the network
  252.     management protocol which allows monitoring hosts from remote.
  253.     Described by RFC 1067, 1098, 1157
  254.  
  255. SNMPv2  SNMP Version 2. This is the latest version of the SNMP protocol
  256.     which is compatible with the original version but includes many
  257.     extensions such as security. Described by RFC 1444, 1446, 1447,
  258.     1448, 1450
  259.  
  260. tar    A Unix backup utility both local and remote.
  261.  
  262. TCP    Transmission Control Protocl. This is a connection oriented protocol
  263.     which provides reliable communication between two IP hosts.
  264.     Described by RFC 793.
  265.  
  266. Telnet    This is a remote connectivity application between IP hosts.
  267.     Described by RFC 764, 854.
  268.  
  269. Token-Ring This is a physical and data-link layer description for a
  270.     ring-based topology network. 
  271.  
  272. topology  A somewhat visual description of a network wire system.
  273.  
  274. TSR    Terminate and Stay Ready. This is a DOS based program which stays in
  275.     memory after it is started and allows the user to continue using
  276.     other DOS programs.
  277.  
  278. UDP    User Datagram Protocol. This is a connectionless communication
  279.     protocol providing non-reliable data delivery between IP hosts.
  280.     Described by RFC 768
  281.  
  282. USENET    The news system on the Internet providing information by users of
  283.     the network.
  284.  
  285. UUCP    Unix to Unix Copy Program. This is a protocol for network
  286.     connectivity by non-interactive distribution of files.
  287.  
  288. VTxxx   A series of terminal types developed by Digital Equipment Corp.
  289.     which has become a de facto standard.
  290.  
  291. VxD     Virtual Device Driver. This is a driver specification which allows
  292.     DOS applications to access network services in MS-Windows.
  293.  
  294. WAIS    Wide Area Information Services. Another networked information
  295.     service. This one uses the Z39.50 document format for storage.
  296.  
  297. WINSOCK Windows Sockets API. Please see (F-2).
  298.  
  299. WWW    World Wide Web. Yet another networked information service.
  300.  
  301. X.25    A network layer protocol developed by ISO and part of the OSI suite. 
  302.  
  303. Xserver A program which allows the user to display X windows applications.
  304.  
  305. Xwindows A networked windowing system commonly found on many workstations
  306.     and Unix systems
  307.     
  308. -------------------------------------------------------------------------------
  309.  
  310. Section Y: Third Party & Related Software
  311. =========================================
  312.  
  313. -------------------------------------------------------------------------------
  314.  
  315. Y-1.  eNFS: INTERSTREAM
  316.  
  317. Company       :    INTERSTREAM, Inc.
  318.  
  319. Contact          : 
  320.         
  321. Phone         :    (800) 677-7876
  322.         (412) 323-8000
  323.  
  324. FAX          : (412) 323-1930
  325.  
  326. Email         :    info@interstream.com
  327.         
  328. Postal mail   : INTERSTREAM, Inc.
  329.         1501 Reedsale St.
  330.         Pittsburgh, 
  331.         PA 15233-2329
  332.         USA
  333.  
  334. Product          : eNFS
  335.  
  336. Current Version: ??
  337.  
  338. Pricing          : $995 [desktop]
  339.         $1995 [server]
  340.  
  341. Support          : ??
  342.  
  343. Systems          : SPARCstation 1, 2, SPARCserver 490,690
  344.  
  345. Services      : server: optimized server board for NFS
  346.         
  347. Size          : -
  348.  
  349. Features      : -
  350.  
  351. -----------------------------------------------------------------------------
  352.  
  353. Y-2.  Multinet: TGV, Inc
  354.  
  355. Company       :    TGV, Inc.
  356.  
  357. Contact          : SALES@TGV.COM or as call and ask for a salesperson.
  358.         
  359. Phone         :    (800) TGV-3440
  360.         (408) 427-4366
  361.  
  362. FAX          : (408) 427-4365
  363.  
  364. Email         :    info@tgv.com    [general questions]
  365.         sales@tgv.com    [sales questions]
  366.         service@tgv.com [technical questions]
  367.         
  368. Postal mail   : 603 Mission St
  369.         Santa Cruz, 
  370.         CA 95060
  371.         USA
  372.  
  373. Product          : Multinet, NFS Server, NFS Client, MultiWare NetWare server
  374.         for VMS
  375.  
  376. Current Version: 3.2 
  377.  
  378. Pricing          : call for quotation
  379.  
  380. Support          : support contract available, Call.
  381.  
  382. Systems          : Any VAX/VMS system V5.0 and later.
  383.                 Any OpenVMS AXP system V1.0 and later.
  384.  
  385. Services      : [call for customization]
  386.         
  387. Size          : [depends on configuration]
  388.  
  389. Features      : (NFS Server option supports pcnfsd v2)
  390.         Very complete ONC implementation.
  391.  
  392.  
  393. -------------------------------------------------------------------------------
  394.  
  395. Y-6.  SOSS: Rich Braun
  396.  
  397. Company       :    --
  398.  
  399. Contact          : Richard Braun [rbraun@spdcc.com]
  400.         
  401. Phone         :    --
  402.  
  403. FAX          : --
  404.  
  405. Email         :    rbraun@spdcc.com
  406.         stan@cs.uiuc.edu
  407.         
  408. Postal mail   : --
  409.  
  410. Product          : SOSS [Son of Stan's Server]
  411.  
  412. Current Version: 3.2
  413.  
  414. Pricing          : free
  415.  
  416. Support          : none
  417.  
  418. Systems          : MS-DOS 5.x
  419.  
  420. Services      : server: nfs
  421.         
  422. Size          : ??
  423.  
  424. Features      : uses packet drivers. Available from FTP site:
  425.             grape.ecs.clarkson.edu
  426.  
  427. -------------------------------------------------------------------------------
  428.  
  429. Y-7.  TCPWare for VMS: Process Software Corp.
  430.  
  431. Company       :    Process Software Corp.
  432.  
  433. Contact          : 
  434.         
  435. Phone         :    (508) 879-6994
  436.  
  437. FAX          : 
  438.  
  439. Email         :    
  440.         
  441. Postal mail   : 959 Concord St.
  442.         Farmingham,
  443.         MA 01701
  444.         USA
  445.  
  446. Product          : 
  447.  
  448. Current Version:
  449.  
  450. Pricing          : 
  451.  
  452. Support          : 
  453.  
  454. Systems          : 
  455.  
  456. Services      : 
  457.         
  458. Size          : 
  459.  
  460. Features      :
  461.  
  462. -------------------------------------------------------------------------------
  463.  
  464. Y-12    MacPPP
  465.  
  466. Company       :    Merit Network & Univ. of Michigan
  467.         Larry Blunk, Eric Schneider
  468.  
  469. Contact          : 
  470.         
  471. Phone         :    
  472.  
  473. FAX          : -
  474.  
  475. Email         :    
  476.         
  477. Postal mail   : -
  478.  
  479. Product          : MacPPP
  480.  
  481. Current Version: 1.1
  482.  
  483. Pricing          : free. Available from:
  484.             merit.com:/pub/ppp/macppp.hqx
  485.  
  486. Support          : none
  487.  
  488. Systems          : Macintosh systems w/ MacTCP 1.1.1
  489.  
  490. Services      : Point-to-point Protocol driver
  491.         
  492. Size          : 
  493.  
  494. Features      : Async serial line connection for Macintosh systems.
  495.  
  496. -------------------------------------------------------------------------------
  497.  
  498.  
  499. Section W:  E-mail Software
  500. ===========================
  501.  
  502. -------------------------------------------------------------------------------
  503.  
  504. W-.  CliqAccessories : Quadratron Systems
  505.  
  506. Company       :    Quadratron Systems
  507.  
  508. Contact          : -
  509.         
  510. Phone         :    (805) 494-1158 (California)
  511.  
  512. FAX          : (805) 494-1721
  513.  
  514. Email         :    kathyb@quad.com
  515.         
  516. Postal mail   : Quadratron Systems
  517.         141 Triunfo Canyon Rd.
  518.         Westlake Village,
  519.         CA 91361
  520.  
  521. Product          : CliqAccessories
  522.  
  523. Current Version: 
  524.  
  525. Pricing          : $645
  526.  
  527. Support          : 
  528.  
  529. Systems          : DOS
  530.  
  531. TCP/IP support: ?
  532.  
  533. Mail Protocol : SMTP, MHS
  534.  
  535. Mail Filtering: available
  536.  
  537. Features      : calender/schedule application, phone book, notepad, calculator
  538.  
  539. -------------------------------------------------------------------------------
  540.  
  541. W-. Higgins Group Productivity Software: Enable Software
  542.  
  543. Company       :    Enable Software
  544.  
  545. Contact          : -
  546.         
  547. Phone         :    (800) 888-0684 (US)
  548.         (518) 877-8600 (New York)
  549.  
  550. FAX          : (518) 877-5225
  551.  
  552. Email         :    ?
  553.         
  554. Postal mail   : Enable Software
  555.         313 Ushers Rd
  556.         Northway Lake,
  557.         NY 12019
  558.  
  559. Product          : Higgins Group Productivity Software
  560.  
  561. Current Version: 2.5
  562.  
  563. Pricing          : $695 (8 users)
  564.  
  565. Support          : ?
  566.  
  567. Systems          : DOS
  568.  
  569. TCP/IP support: ?
  570.  
  571. Mail Protocol : Proprietory, SMTP, MHS, X.400/XAPI
  572.  
  573. Mail Filtering: available
  574.  
  575. Features      : Calender/schedule software
  576.         Forms processing
  577.  
  578. -------------------------------------------------------------------------------
  579.  
  580. W-. Linkage: Concentric Technologies
  581.  
  582. Company       :    Concentric Technologies
  583.  
  584. Contact          : -
  585.         
  586. Phone         :    (800) 800-3649 (US)
  587.         (703) 264-8900 (Virginia)
  588.  
  589. FAX          : (703) 648-0032
  590.  
  591. Email         :    ?
  592.         
  593. Postal mail   : Concentric Technologies
  594.         12007 Sunrise Valley Dr. 
  595.         Ste 440
  596.         Reston, VA 22091
  597.  
  598. Product          : Linkage
  599.  
  600. Current Version: 4.0
  601.  
  602. Pricing          : $69.50
  603.  
  604. Support          : ?
  605.  
  606. Systems          : DOS, Windows/NT
  607.  
  608. TCP/IP support: ?
  609.  
  610. Mail Protocol : SMTP, MHS, X.400/XAPI, UUCP
  611.  
  612. Mail Filtering: available
  613.  
  614. Features      : incoming fax to mailbox ability
  615.         voice mail notification.
  616.  
  617. -------------------------------------------------------------------------------
  618.  
  619. W-.  OpenMail : Hewlett-Packard, Inc.
  620.  
  621. Company       :    Hewlett-Packard, Inc.
  622.  
  623. Contact          : -
  624.         
  625. Phone         :    (800) 752-0900 (US)
  626.  
  627. FAX          : -
  628.  
  629. Email         :    -
  630.         
  631. Postal mail   : HP
  632.         Cooperative Computing Systems Division
  633.         19490 Homestead Rd.
  634.         Cupertino, 
  635.         CA 95136
  636.  
  637. Product          : OpenMail
  638.  
  639. Current Version: ?
  640.  
  641. Pricing          : $14 - $50
  642.  
  643. Support          : ?
  644.  
  645. Systems          : DOS, Macintosh
  646.  
  647. TCP/IP support: ?
  648.  
  649. Mail Protocol : SMTP, X.400/XAPI, MAPI, VIM
  650.  
  651. Mail Filtering: available
  652.  
  653. Features      : phone book, bulletin board
  654.  
  655. -------------------------------------------------------------------------------
  656.  
  657. W-. PathWay Messenger : The Wollongong Group
  658.  
  659. Company       :    The Wollongong Group
  660.  
  661. Contact          : Marty Udisches 
  662.         (martyu@twg.com)
  663.         
  664. Phone         :    (415) 962-7202
  665.               (800) 962-8649 (California) [toll-free]
  666.                      (800) 872-8649 (US)        [toll-free]
  667.         +1 519 747-9900  (Canada)
  668.         +1 32-27-18-0311 (Europe)
  669.  
  670. FAX          : (415) 962-0826 (US)
  671.  
  672. Email         :    sales@twg.com
  673.         
  674. Postal mail   : The Wollongong Group, Inc.
  675.         1129 San Antonio Road
  676.         Palo Alto, CA   94303
  677.         USA    
  678.  
  679. Product          : PathWay Messenger
  680.  
  681. Current Version: 1.0
  682.  
  683. Pricing          : $195
  684.  
  685. Support          : call
  686.  
  687. Systems          : 80x86 DOS 3.3 +
  688.  
  689. TCP/IP support: Wollongong PathWay Access
  690.  
  691. Mail Protocol : SMTP, POP2, POP3, IMAP
  692.  
  693. Mail Filtering: available
  694.  
  695. Features      : NETNEWS bulletin board
  696.  
  697. -------------------------------------------------------------------------------
  698.  
  699. W-.  PC-Eudora: Qualcomm Software, Inc.
  700.  
  701. Company       :    Qualcomm Software, Inc.
  702.  
  703. Contact          : -
  704.         
  705. Phone         :    -
  706.  
  707. FAX          : -
  708.  
  709. Email         :    pc-eudora-info@qualcomm.com
  710.         
  711. Postal mail   : ?
  712.  
  713. Product          : PC-Eudora
  714.         Eudora (for Macintosh)
  715.  
  716. Current Version: 11.10
  717.  
  718. Pricing          : free. Available via FTP from:
  719.             ftp.qualcomm.com:/pceudora/windows
  720.  
  721. Support          : pc-eudora-bugs@qualcomm.com
  722.  
  723. Systems          : 80x86 w/ DOS 3.x
  724.  
  725. TCP/IP support: builtin + packet drivers
  726.  
  727. Mail Protocol : SMTP, POP2, POP3
  728.  
  729. Mail filtering: ??
  730.  
  731. Features      : POP2/3 news client
  732.  
  733. -------------------------------------------------------------------------------
  734.  
  735. W-. SelectMail : SunSelect
  736.  
  737. Company       :    SunSelect
  738.  
  739. Contact          : -
  740.         
  741. Phone         :    (800) 24-SELECT (US)
  742.         (508) 442-2300 (Massachussets)
  743.  
  744. FAX          : (508) 250-2300
  745.  
  746. Email         :    -
  747.         
  748. Postal mail   : SunSelect
  749.         2 Elizabeth Drive,
  750.         Chelmsford,
  751.         MA 01824-4195
  752.  
  753. Product          : SelectMail
  754.  
  755. Current Version: 
  756.  
  757. Pricing          : $180
  758.  
  759. Support          : call
  760.  
  761. Systems          : DOS 3.3 +
  762.  
  763. TCP/IP support: PC-NFS
  764.  
  765. Mail Protocol : SMTP, POP 2, POP 3
  766.  
  767. Mail Filtering: none
  768.  
  769. Features      : independant message folders
  770.         deferred semdomg
  771.         automated scheduler and backup
  772.  
  773. -------------------------------------------------------------------------------
  774.  
  775.  
  776. Section X:  X-windows Software
  777. ==============================
  778.  
  779. -------------------------------------------------------------------------------
  780.  
  781. X-1.  eXceed: Hummingbird Communications Ltd
  782.  
  783. Company       :    Hummingbird Communications Ltd
  784.  
  785. Contact          : -
  786.         
  787. Phone         :    (416) 470-1203 [US & Canada]
  788.         +41 22 7331858 [Europe]
  789.  
  790. FAX          : (416) 470-1207 [US & Canada]
  791.         +41 22 7336403 [Europe]
  792.  
  793. Email         :    sales@hcl.com
  794.         
  795. Postal mail   : 2900 John Street, 
  796.         Unit 4, Markham,
  797.         Ontario, L3R 5G3
  798.         Canada
  799.     
  800.         37-39 rue de Vermont,
  801.         1202 Geneva,
  802.         Switzerland
  803.  
  804. Product          : HCL eXceed/W
  805.  
  806. Current Version:
  807.  
  808. Pricing          : ??
  809.  
  810. Support          : site license available in UK from Chest
  811.  
  812. Systems          : MS-Windows 3.x
  813.  
  814. Services      : clients: telnet, FTP, Launch Pad (Menuing facility), Xtrace
  815.             (protocol tracing)
  816.         servers: X11R5 (support for scalable fonts, font servers,
  817.             XDMCP security)
  818.         
  819. Size          : 
  820.  
  821. Features      : 24-bit color & plane mask support
  822.         supports 15 different TCP/IP transports & DECnet
  823.         Xlib, Xt intrinsics, Xaw (Athena Widgets) & Xmu (Motif) 
  824.         libraries
  825.         HCL-eXceed Plus - DOS-based X server with local window
  826.         manager and support for EGA, VGA & SVGA
  827.         HCL-eXceed HiRes - same as "Plus" but also supports 8514A,
  828.         XGA, TIGA 2
  829.         HCL-eXtend - UNIX host based X clients for accessing DOS
  830.         services 
  831.         HCL-eXceed/Xpress - High performance X server over phone
  832.         lines
  833.         HCL-eXceed/NT - X server for PC's running Windows NT
  834.         HCL-eXceed/NT-XDK - X Development Kit for Windows NT
  835.  
  836. -------------------------------------------------------------------------------
  837.  
  838. X-2.  eXcursion for Windows: Digital Equipment Corp.
  839.  
  840. Company       :    DEC
  841.  
  842. Contact          : 
  843.         
  844. Phone         :    
  845.  
  846. FAX          : 
  847.  
  848. Email         :    
  849.         
  850. Postal mail   : 
  851.  
  852. Product          : eXcursion for Windows
  853.  
  854. Current Version: 1.0
  855.  
  856. Pricing          : 
  857.  
  858. Support          : 
  859.  
  860. Systems          : 80x86 w/ 2MB RAM & DOS 3.0 & higher & MS-Windows 3.0 or higher
  861.  
  862. Services      : 
  863.         
  864. Size          : 7-15 MB [on disk]
  865.  
  866. Features      : Works with:
  867.            Pathworks for DOS (DECnet, TCP/IP)
  868.            PC/TCP
  869.            3Com 3+Open TCP 
  870.             cut & paste between Xwindows & MS-Windows
  871.         SNF font compiler
  872.         keyboard redefinition
  873.         three button mouse emulation.
  874.  
  875. -------------------------------------------------------------------------------
  876.  
  877. X-3.  eXodus: White Pines Software, Inc.
  878.  
  879. Company       :    White Pines Software, Inc.
  880.  
  881. Contact          : 
  882.         
  883. Phone         :    (603) 886-9050
  884.  
  885. FAX          : (603) 886-9051
  886.  
  887. Email         :    sdarling@wpine.com
  888.         
  889. Postal mail   : White Pine Software, Inc.
  890.             40 Simon Street, Suite 201
  891.             Nashua, NH 03060-3043
  892.         USA
  893.  
  894. Product          : eXodus for Macintosh
  895.         eXodus for MS-Windows
  896.         (also available eXodus for NeXTSTEP)
  897.  
  898. Current Version: 5.0 
  899.  
  900. Pricing          : eXodus for Macintosh  : $296 /copy
  901.         eXodus for MS-Windows : $449 /copy
  902.  
  903. Support          : 
  904.  
  905. Systems          : Macintosh w System 6.x & higher or A/UX, MS-Windows 3.x
  906.  
  907. Services      : server: X11R5 
  908.         
  909. Size          : 
  910.  
  911. Features      : XDMCP security, ICCCM compliant, XRemote
  912.         Backing store support, Multiple X screen support, Font
  913.         servers, rootless & rooted windows
  914.         Supports Motif, OpenLook, DECWindows
  915.          eXodus for Macintosh supports:
  916.               MacTCP, Novell TCPort/LAN Workplace, TSSnet (Thursby
  917.               Software Systems), DECnet (CommUnity-Mac), DECnet
  918.               (Pathworks), ADSP (Pathworks), Appletalk.
  919.             MultiFinder support, 
  920.             System 6.x or later
  921.             eXodus I for Macintosh runs without FPU (MacIIsi,
  922.               LC, LCII, LCIII, 512k, etc.)
  923.             eXodus II for Macintosh requires an FPU (most other
  924.               Macs) 
  925.              eXodus for MS-Windows
  926.  
  927. -------------------------------------------------------------------------------
  928.  
  929. X-4.  Micro X-Lite: StarNet Communications Corporation
  930.  
  931. Company       :    StarNet Communications Corporation
  932.  
  933. Contact          : Dick Montgomery (dick@starnet.com)
  934.         
  935. Phone         :    (408) 739-0881        
  936.  
  937. FAX          : (408) 739-0936
  938.  
  939. Email         :    microx@starnet.com
  940.         
  941. Postal mail   : StarNet Communications Corporation
  942.         3073 Lawrence Expressway
  943.         Santa Clara, CA 95051
  944.  
  945. Product          : Micro X-Lite, X-enlite, X-DOS, X-WIN
  946.  
  947. Current Version: X-Lite -     1.7.2 
  948.          X-enlite -     1.5.3
  949.          X-DOS    -    1.7.2
  950.          X-WIN      -     2.5.4
  951.  
  952. Pricing          : X-Lite -     $75
  953.         X-enLite -    $150
  954.         X-DOS -        $345
  955.         X-WIN -     $425
  956.  
  957. Support          : call or support@starnet.com
  958.  
  959. Systems          : 80x86 w/ 640 KB & DOS 3.1 or higher (X-Lite)
  960.         80386 w/ 2MB RAM & DOS 3.1 & higher (X-enlite, X-DOS)
  961.         80386 w/ 4MB RAM & Win 3.x (X-WIN)
  962.  
  963. Services      : servers: X11R4 (w/ builtin TCP/IP)
  964.         X-WIN: X11R5 
  965.         
  966. Size          : X-Lite 2MB [on disk]
  967.         X-DOS, X-enLite - 4MB [on disk]
  968.         X-WIN - 5 MB [on disk]
  969.  
  970. Cards          : 3Com 3C501, 3C503 (Etherlink II), 3C505, 3C523
  971.             Cabletron 1000, 2000, & 3000
  972.             Micom-Interlan NI5010 & NI5210
  973.             Western Digital WD80003E
  974.             Novell NE-1000 & NE-2000
  975.         Packet driver supported cards
  976.  
  977. Features      : Supports StarNet TCP/IP (integrated), BW-TCP, PC/TCP, Novell
  978.         LWP, PC-NFS, Lanera TCPOpen, Winsock 1.1
  979.         Support for Motif, OpenLook & DECWindows.
  980.         Graphics cards supported: 
  981.           Ahead V5000, ATI 18800, Everex VP, Everex VGA, Genoa 6400, 
  982.           Paradise 900C00, 900C11, 900C30, STB EM-16, Trident
  983.           8800CS, ET-3000, ET-4000, Video7 HT208, Video7 V7VGA,
  984.  
  985. -------------------------------------------------------------------------------
  986.