home *** CD-ROM | disk | FTP | other *** search
- # Sendmail configuration file for solace.me.uiuc.edu
- 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, /etc/aliases)
- define(FORCE_NAMED)
- dnl # define(POSTMASTERBOUNCE)dnl ### Postmaster gets copy of bounced mail. ###
- define(PSEUDODOMAINS, JUNET MAILNET UUCP)
- define(PSEUDONYMS, me.uiuc.edu localhost.me.uiuc.edu tater.me.uiuc.edu lot.me.uiuc.edu tot.me.uiuc.edu slick.me.uiuc.edu tater.UUCP lot.UUCP tot.UUCP slick.UUCP )
- define(ALTERNATENAMES, fax.uiuc.edu uiuc.edu)dnl ### Other names we deliver ###
- define(RELAY_HOST, uxc.cso.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)
- define(MAILERTABLE, LIBDIR/mailertable)
- dnl ######## Local UUCP names ###############
- define(UUCPNAME, solace)
- define(UUCPNODES, |uuname|sort|uniq)
- dnl ######## Processing of ! in addresses #########
- define(BANGIMPLIESUUCP)
- include(Sendmail.mc)
-