2002-08-27 06:23:32 +08:00
|
|
|
<sect2>
|
2003-09-23 08:29:11 +08:00
|
|
|
<title>Command explanations</title>
|
2002-08-27 06:23:32 +08:00
|
|
|
|
2003-10-04 00:43:11 +08:00
|
|
|
<para><command>sed -e ... > Local/Makefile</command>: Many of
|
|
|
|
<application>Exim</application>'s
|
2003-09-23 08:29:11 +08:00
|
|
|
configuration options are compiled in. Here, we specify the minimum set
|
2003-10-04 00:43:11 +08:00
|
|
|
of options, <parameter>BIN_DIRECTORY</parameter>,
|
|
|
|
<parameter>CONFIGURE_FILE</parameter> and
|
|
|
|
<parameter>EXIM_USER</parameter>. We also defer
|
|
|
|
building the <application>Exim</application> monitor program, which
|
|
|
|
requires the <application>X</application> Window System
|
|
|
|
support, by commenting out the <parameter>EXIM_MONITOR</parameter> line
|
|
|
|
in the <filename>Makefile</filename>.</para>
|
2002-08-27 06:23:32 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>ln -s exim /usr/sbin/sendmail</command>:
|
2003-10-04 00:43:11 +08:00
|
|
|
Create a link to <command>sendmail</command> for applications which need
|
|
|
|
it. <application>Exim</application> will
|
2003-10-04 08:28:30 +08:00
|
|
|
accept most <application>Sendmail</application> command-line options.</para>
|
2002-08-27 06:23:32 +08:00
|
|
|
|
|
|
|
</sect2>
|