home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / cf / m4 / nsmacros.m4 < prev    next >
Encoding:
Text File  |  1989-01-03  |  996 b   |  46 lines

  1. divert(10)
  2. #
  3. #  Sendmail
  4. #  Copyright (c) 1983  Eric P. Allman
  5. #  Berkeley, California
  6. #
  7. #  Copyright (c) 1983 Regents of the University of California.
  8. #  All rights reserved.  The Berkeley software License Agreement
  9. #  specifies the terms and conditions for redistribution.
  10. #
  11. #    @(#)nsmacros.m4    1.9 (Berkeley) 1/3/89
  12. #
  13. divert(0)
  14. ######################
  15. #   General Macros   #
  16. ######################
  17.  
  18. # local domain name
  19. ifdef(`DOMAIN',
  20. DOMAIN,
  21. `#' YOUR DOMAIN NAME GOES HERE!
  22. DDYOUR_DOMAIN_NAME)
  23.  
  24. ifdef(`INTERNET_RELAY',
  25. `#' Internet relay host -- machines in our domain that are not
  26. `#' registered with the NIC will be "hidden" behind this relay machine
  27. `#' with the % kludge`,' although SMTP delivery will still be performed
  28. `#' by the sending machine.  Someday this will go away.
  29. INTERNET_RELAY)
  30.  
  31. ifdef(`UUCP_RELAY',
  32. `#' UUCP relay host
  33. UUCP_RELAY)
  34.  
  35. ifdef(`CSNET_RELAY',
  36. `#' csnet relay host
  37. CSNET_RELAY)
  38.  
  39. ifdef(`BITNET_RELAY',
  40. `#' bitnet relay host
  41. BITNET_RELAY)
  42.  
  43. # my official hostname
  44. Dj$w
  45.  
  46.