glfs/server/mail/exim/exim-exp.xml
Larry Lawrence b7d0bb4a52 standardizing compound words
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1294 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-04 00:28:30 +00:00

21 lines
852 B
XML

<sect2>
<title>Command explanations</title>
<para><command>sed -e ... > Local/Makefile</command>: Many of
<application>Exim</application>'s
configuration options are compiled in. Here, we specify the minimum set
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>
<para><command>ln -s exim /usr/sbin/sendmail</command>:
Create a link to <command>sendmail</command> for applications which need
it. <application>Exim</application> will
accept most <application>Sendmail</application> command-line options.</para>
</sect2>