home *** CD-ROM | disk | FTP | other *** search
- # Sendmail configuration file for solace.me.uiuc.edu clients
- dnl #
- dnl # This file is an m4 specification for generating sendmail config
- dnl # files.
- dnl #
- dnl # Note that one way to create m4 comments which are not reflected in
- dnl # the m4 output files is to use dnl - d(elete to) n(ew) l(ine).
- dnl #
- define(ALIASES, %mail.aliases)
- define(FORCE_NAMED)
- dnl # define(POSTMASTERBOUNCE)dnl ### Postmaster gets copy of bounced mail. ###
- define(HIDDENNET, LIBDIR/hidden_hosts)
- define(HIDDENNETHOST, solace.me.uiuc.edu)
- define(PSEUDODOMAINS, JUNET MAILNET UUCP)
- define(PSEUDONYMS, localhost.me.uiuc.edu)
- define(RELAY_HOST, solace.me.uiuc.edu)dnl ### Where to punt unknowns ###
- define(RELAY_MAILER, TCP)dnl ### And how to get there from here ###
- dnl ######## Define dbm lookup tables #############
- define(DOMAINTABLE, LIBDIR/domaintable)
- dnl ######## Processing of ! in addresses #########
- define(BANGIMPLIESUUCP)
- define(UUCPNAME, xyzzy)
- include(Sendmail.mc)
-