glfs/server/mail/courier/courier-inst.xml
Larry Lawrence 91c2c77d98 added courier - part 1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1118 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-19 15:54:21 +00:00

31 lines
1.2 KiB
XML

<sect2>
<title>Installation of <application>courier</application></title>
<para> Before you compile the program, you need to create users and groups that
will be expected to be in place when the install script executes. Add the users
and groups with the following commands:
<screen><userinput><command>groupadd courier &amp;&amp;
useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier</command></userinput></screen></para>
<para>Install <application>courier</application> by running the following commands:</para>
<screen><userinput><command>./configure ./configure --prefix=/usr --sysconfdir=/etc/courier --with-piddir=/var/run \
--libexecdir=/usr/libexec --datadir=/usr/share/courier \
--localstatedir=/var/lib/courier --disable-root-check --with-db=db \
--with-mailuser=courier --withmailgroup=courier \
--enable-workarounds-for-imap-client-bugs \
--with-ispell=/usr/bin/aspell &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make install-configure</command></userinput></screen>
<!-- # Note - You may recieve an error saying that the mime.types file
could not be found. This can easily be corrected by adding
-enable-mimetypes=(location of mime.types file) -->
</sect2>