home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / mail / sendmail / 2100 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!snorkelwacker.mit.edu!usc!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: Can sendmail read sun's sendmail.cf directly?
  5. Message-ID: <1992Aug19.132934.8850@mp.cs.niu.edu>
  6. Organization: Northern Illinois University
  7. References: <1992Aug19.052822.22606@iti.gov.sg>
  8. Date: Wed, 19 Aug 1992 13:29:34 GMT
  9. Lines: 32
  10.  
  11. In article <1992Aug19.052822.22606@iti.gov.sg> jameslow@iti.gov.sg (James Low (RC)) writes:
  12. >Hi, I have just downloaded sendmail-5.67 in order to implement something.
  13. >However, I would like to know how much work is needed.  Namely, can I 
  14. >use the sendmail.cf files that are found on the Sun's OS 4.1.X w/o modification?
  15. >I have done a few changes to these .cf files and will be terrible if I have
  16. >to start doing the same on new .cf files.
  17.  
  18.   The major differences which may cause problems in using the SunOS distributed
  19. 'sendmail.cf' versions are:
  20.  
  21.      $%x    won't work on 5.67.  SunOS config files use this to
  22.         identify hosts on your local network.  It might not
  23.         be important, and possibly may just cause the 'ddn'
  24.         mailer to be used rather than the 'tcp' mailer.
  25.  
  26.     $=x        On 5.67 only single token class matches are permitted.
  27.         This may cause problems with $=w (recognize local host).
  28.         You won't know till you try it.
  29.  
  30.      $m         SunOS version automatically define this to be your NIS
  31.         domain name.  You may need to add a 'Dm' line to define
  32.         your domain.
  33.  
  34.      ${ .. $}   No support for NIS lookups during processing.  Also won't
  35.         use your NIS aliases map.
  36.  
  37. >I also saw a IDA+sendmail or something like that.  What is that?
  38.  
  39.   This will come closer to behaving like the SunOS sendmail.  Also has
  40. many other nifty features.  You'll have to pick it up and read the
  41. documentation to see the full picture.
  42.  
  43.