glfs/server/mail/exim/exim-exp.xml

21 lines
852 B
XML
Raw Normal View History

<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>