Using Sendmail on MPE - April 2003
Using Sendmail on MPE - Solution Symposium West Page 14April 24, 2003
configuring *.cf files
• submit.cf and sendmail.cf are
created from macro files
expanded by the m4 utility
• you can edit submit.cf and
sendmail.cf directly to make
MINOR parameter changes:
# "Smart" relay host
DSmy.relay.host.name
• major functionality changes
REQUIRE you to edit the macro
files and expand with m4
• so just play it safe and ALWAYS
edit the macro files and expand
with m4 for ALL changes:
define(`SMART_HOST',
`my.relay.host.name')
• see
/SENDMAIL/CURRENT/cf/REA
DME for the list of major *.cf
options