home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / misc / 4284 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  3.7 KB

  1. Xref: sparky comp.mail.misc:4284 comp.unix.admin:6946
  2. Newsgroups: comp.mail.misc,comp.unix.admin
  3. Path: sparky!uunet!spool.mu.edu!torn!newshub.ccs.yorku.ca!yorku.ca!davecb
  4. From: davecb@nexus.yorku.ca (David Collier-Brown)
  5. Subject: Re: Microsoft Mail SMTP Gateway
  6. Message-ID: <davecb.726417104@yorku.ca>
  7. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  8. Organization: York University
  9. References: <1993Jan07.035947.15311@i88.isc.com>
  10. Date: Thu, 7 Jan 1993 14:31:44 GMT
  11. Lines: 88
  12.  
  13. mikebo@i88.isc.com (Michael Borowiec) writes:
  14. |If anyone has gone the MS-MAIL with SMTP gateway route, I'd be 
  15. |interested in your experiences so far. Especially...
  16.  
  17. |1) How hard it is to get/keep the gateway configured?
  18.     For a small number of people, fairly easy.  We have
  19.     an experimental (proof of concept) service for our
  20.     own department. We have some 103 people, of which
  21.     13 have their mail redirected to a MS-MAIL post office
  22.     from the ccs.yorku.ca mail nail-server.
  23.  
  24.     Registration has to be kept in sync manually, so we simply send mail
  25.     to each other when someone changes.  This is perfectly possible for
  26.     13 people, scales badly for 100 people and is probably the
  27.     definitive bad idea for the whole staff (we have about 16,146
  28.     mailboxes for non-students at last count: lord knows how
  29.     many undergrads we have)
  30. .
  31. |2) Do MS-Mail postoffices require an additional and expensive
  32. |   "downstream" module to route or send SMTP mail to the gateway
  33. |   or to translate MS-Mail to Internet style addresses? A Microsoft
  34. |   rep has claimed the SMTP gateway package is all we need.
  35.  
  36.     I'll have to ask...
  37.  
  38. |3) MS-DOS is single tasking, I assume one SMTP connection at a time?
  39. |   Does this create real problems? What are they?
  40.  
  41.     Well, the queue gets long (:-))  We  process 150-200 K messages
  42.     a month (that's only 5,000 - 6,000 per day) so a single
  43.     gateway wouldn't work for a large configuration.  Assume the
  44.     delivery rate and processing rate aggregate to about one message
  45.     per 30 seconds and we'd need something like 3 gateways.  As
  46.     messages get larger or the arrival times get lower, the
  47.     need would go up, of course.
  48.  
  49. |4) Any problem with the gateway wedging up? If so, any workarounds?
  50.  
  51.     Yup: don't use a PC.  We had a amchine that was too small
  52.     initially and it hung due to an out-of-memory problem
  53.     with some regularity.  Throwwing hardware at it fixed the
  54.     problem.
  55.  
  56. |5) Can you have multiple SMTP gateways on one LOCAL Area Network?
  57.  
  58.     As I understand it, the number of gateways is mostly
  59.     a naming issue: some machine gateways for a given
  60.     named aggregate (in our case ``ccs'').  We are going
  61.     to see if we can add a second community to the same gateway
  62.     Real Soon Now (:-)).
  63.  
  64. |6) Can you have multiple SMTP gateways on one WIDE Area Network?
  65.  
  66.     Yup.
  67.  
  68. |7) If yes to 5 or 6, how do you route mail to the correct gateway?
  69.  
  70.     On a per-domain or per-person basis, accept the mail at an
  71.     intermediate machine and route there. We use zmailer and
  72.     can route domains via a ``routes'' override file and
  73.     people via a normal alias file.  If you use sendfail(8)
  74.     you'd best use aliases.
  75.  
  76.     In general, a community is going to have more than one
  77.     ``religion'' of mailer, and you will have to do the 
  78.     following as a general (and also worst) case:
  79.  
  80.     for each in named-communitys; do
  81.         find sysadmin*2, novell server, nlm, \
  82.             pc, gateway software, unix server;
  83.         register all users at each end
  84.         coordinate aliases between gateways
  85.         while :; do
  86.             for day in workdays; do
  87.                 monitor
  88.                 amend
  89.             done
  90.         done
  91.     done
  92.  
  93.     Not too different from managing our old PROFS system.
  94.  
  95. --dave
  96. -- 
  97. David Collier-Brown,  | davecb@CCS.YorkU.CA | lethe!dave
  98. 72 Abitibi Ave.,      | 
  99. Willowdale, Ontario,  | York Postmaster and
  100. CANADA. 416-223-8968  | occasional sendfail(8) consultant.
  101.