home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / ibmpc / 4356 < prev    next >
Encoding:
Text File  |  1992-07-22  |  3.2 KB  |  59 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!sharkey!mudos!mju
  3. From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
  4. Subject: POP clients for the PC?
  5. Message-ID: <Brry5u.4Gy@mudos.ann-arbor.mi.us>
  6. Date: Wed, 22 Jul 1992 05:05:49 GMT
  7. Organization: The Programmer's Pit Stop, Ann Arbor MI
  8. Lines: 49
  9.  
  10. I'm looking for a few good...POP clients.  Right now I have tried
  11. POPMail, but some of our users don't like the user-interface.  It also
  12. doesn't look all that good on a mono screen, which is what most of our
  13. users have.  So, I'm looking for alternatives.  Any ideas?
  14.  
  15. In addition, I'm having a few problems with POPMail.  In particular,
  16. it doesn't seem very robust.  Our network has two Ethernet segments
  17. connected by a Netware machine that routes IPX/SPX and TCP/IP between
  18. the two, as well as performing fileserver operations for our 15-20
  19. PCs.  We also have two SCO Open Desktop boxes, one of which is
  20. providing mail services.  The PCs are almost all hard diskless,
  21. booting off a floppy drive and getting everything else from the
  22. Netware server.  One of the problems I've discovered with POPMail is
  23. that it will hang if it's given the /batch flag and can't contact
  24. the host.  This can happen if, for example, the user puts "popmail
  25. /batch" in their Netware login script (so as to check for new mail
  26. when the log in), and then logs in from a station on the opposite
  27. Ethernet segment from where they usually log in.  The network part of
  28. the IP address, because it's stored in the POPMail config file rather
  29. than the PC's environment or some-such, will still say the person is
  30. on the other segment, and so packets will not be routed properly.  We
  31. solve this problem with telnet/ftp by running CUTCP, and putting the
  32. "myip" CONFIG.TEL statement in the $CUTCP1 environment variable rather
  33. than a static file.  The machine can then set the IP address on
  34. bootup, rather than having it encoded in a file on the network.  Is
  35. there any way to do this with POPMail?
  36.  
  37. We also can't get printing to work.  None of the PCs have a dedicated
  38. printer; instead, we have 5 printers hanging off the Netware server
  39. and available for client use.  The Netware system login script uses
  40. CAPTURE to redirect LPT1: and LPT3: (for historic reasons, sigh...) to
  41. the laser printer.  Printing works fine from the DOS prompt, or from
  42. within other applications.  But when I print something from POPMail,
  43. it claims to have sent the print job, but nothing ever appears in the
  44. Netware queue and nothing ever comes out of the printer.
  45.  
  46. The final problem I have with POPMail is that it doesn't use a
  47. plain-ASCII configuration file.  With CUTCP, I can have a boilerplate
  48. config file that I edit automatically using sed or an ed script.
  49. (Yes, I have these Unix utilities in DOS versions...)  This can't be
  50. done with POPMail; instead, I have to copy over the boilerplate, then
  51. manually run POPMail and go through the configuration menus.  Maybe
  52. that's okay for the end-user, but I, as the network admin, don't like
  53. it.
  54.  
  55. -- 
  56. Marc Unangst                | Real men don't make backups.  Real men never
  57. mju@mudos.ann-arbor.mi.us   | accidentally delete files that they're going
  58. <backbone>!sharkey!mudos!mju| to need later.
  59.