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 / ida / cf / M4 / solace-clients.m4 < prev    next >
Encoding:
M4 Source File  |  1990-11-26  |  954 b   |  24 lines

  1. # Sendmail configuration file for solace.me.uiuc.edu clients
  2. dnl #
  3. dnl # This file is an m4 specification for generating sendmail config
  4. dnl # files.
  5. dnl #
  6. dnl # Note that one way to create m4 comments which are not reflected in
  7. dnl # the m4 output files is to use dnl - d(elete to) n(ew) l(ine).
  8. dnl #
  9. define(ALIASES, %mail.aliases)
  10. define(FORCE_NAMED)
  11. dnl # define(POSTMASTERBOUNCE)dnl ### Postmaster gets copy of bounced mail. ###
  12. define(HIDDENNET, LIBDIR/hidden_hosts)
  13. define(HIDDENNETHOST, solace.me.uiuc.edu)
  14. define(PSEUDODOMAINS, JUNET MAILNET UUCP)
  15. define(PSEUDONYMS, localhost.me.uiuc.edu)
  16. define(RELAY_HOST, solace.me.uiuc.edu)dnl ### Where to punt unknowns ###
  17. define(RELAY_MAILER, TCP)dnl ### And how to get there from here ###
  18. dnl ########  Define dbm lookup tables #############
  19. define(DOMAINTABLE, LIBDIR/domaintable)
  20. dnl ######## Processing of ! in addresses #########
  21. define(BANGIMPLIESUUCP)
  22. define(UUCPNAME, xyzzy)
  23. include(Sendmail.mc)
  24.