home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / SENDMAIL / _SENDMAI.TAR / usr / src / sendmail / README.linux < prev   
Encoding:
Text File  |  1994-08-11  |  2.5 KB  |  61 lines

  1. I have included two posssible setups for sendmail:
  2.  
  3. - "cf/linux.smtp.mc" for people who are directly connected to the internet
  4.   (most possible via ethernet or slip). This configuration is installed by
  5.   default.
  6.  
  7.   [NOTE: I've added another version of this: "cf/linux.nodns-smtp.mc" for
  8.   machines that do not have a nameserver. I've got two machines that are
  9.   connected only by PPP, so I use this. Standalone LANs without maneservers
  10.   should find this useful, too. -- Pat <volkerdi@ftp.cdrom.com> ]
  11.  
  12. - "cf/linux.uucp.mc", if you have one uucp host to send all mail (via uucp).
  13.   The other uucp host must understand domain names and "normal" internet
  14.   mail addresses like luser@host.domain.edu.
  15.   You first have to configure uucp to work properly (/usr/conf/uucp).
  16.   Then you have to change the name of the uucp host you are connected to in
  17.   the sendmail config file. If you are connected to "hugo", your config file
  18.   has a line "define(`SMART_HOST', uucp-dom:hugo)".
  19.  
  20. If you want to install a new configuration file, do as root
  21. "m4 linux.mc > /etc/sendmail.cf", where linux.mc is one of the above
  22. config files or a new one by yourself.
  23.  
  24. The file README contains a good description about sendmail config files.
  25.  
  26. Florian  La Roche        flla@stud.uni-sb.de
  27.  
  28. ----------------
  29.  
  30. More notes about sendmail in the Slackware distribution:
  31.  
  32. Three ready-made config files are provided here: linux.nodns-smtp.cf,
  33. linux.smtp.cf, and linux.uucp.cf. To use one, just copy it to 
  34. /etc/sendmail.cf. If you use the one for UUCP, you'll have to change the
  35. part that says:
  36.  
  37. # "Smart" relay host (may be null)
  38. DSuucp-dom:otheruucphost
  39.  
  40. ...replacing 'otheruucphost' with the name of the UUCP host you'll
  41. be connecting to.
  42.  
  43. If you need to generate your own .cf file from a .mc file, you'll need to
  44. install the m4.tgz package (GNU m4), and the smailcfg.tgz package. (The
  45. full configuration package for BSD sendmail, plus the extra linux.*.mc
  46. files)
  47.  
  48. This sendmail package has been configured to use 'deliver' for local mail
  49. delivery. 'deliver' is included in the Slackware sendmail package, so you
  50. don't need to install the deliver.tgz package.
  51.  
  52. I'd like to thank Florian  La Roche for making it so easy to compile sendmail
  53. for Linux, and Eric Allman for creating the sendmail system in the first
  54. place. Have fun! If you find any bugs that you think are my fault, please
  55. let me know. This is my first attempt at a binary release of sendmail so
  56. try to go easy on me. :^)
  57.  
  58. Patrick Volkerding <volkerdi@ftp.cdrom.com>
  59.  
  60. (See more docs in /usr/doc/sendmail...)
  61.