Command explanations
sed -e ... > Local/Makefile: Many of
Exim's
configuration options are compiled in. Here, we specify the minimum set
of options, BIN_DIRECTORY,
CONFIGURE_FILE and
EXIM_USER. We also defer
building the Exim monitor program, which
requires the X Window System
support, by commenting out the EXIM_MONITOR line
in the Makefile.
ln -s exim /usr/sbin/sendmail:
Create a link to sendmail for applications which need
it. Exim will
accept most Sendmail command-line options.