Changeset 547df0bc for server/mail/exim
- Timestamp:
- 09/26/2003 07:39:35 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, krejzi/svn, lazarus, nosym, perl-modules, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/test-20220226
- Children:
- 5afbfa23
- Parents:
- 79f87f94
- Location:
- server/mail/exim
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
server/mail/exim/exim-config.xml
r79f87f94 r547df0bc 1 1 <sect2> 2 <title>Configuring exim</title>2 <title>Configuring Exim</title> 3 3 4 4 <sect3><title>Config files</title> … … 10 10 <sect3><title>Configuration Information</title> 11 11 12 <para>Create the exim configuration files with the following commands:</para>12 <para>Create the Exim configuration files with the following commands:</para> 13 13 14 14 <screen><userinput><command>cat >> /etc/aliases << "EOF"</command> … … 24 24 present.</para></note> 25 25 26 <para>To start and stop exim on system boot/shutdown create the26 <para>To start and stop Exim on system boot/shutdown create the 27 27 exim boot script with the following commands:</para> 28 28 -
server/mail/exim/exim-desc.xml
r79f87f94 r547df0bc 2 2 <title>Contents</title> 3 3 4 <para>The eximpackage contains4 <para>The <application>Exim</application> package contains 5 5 <command>exim</command>, 6 6 <command>exim_dumpdb</command>, -
server/mail/exim/exim-inst.xml
r79f87f94 r547df0bc 1 1 <sect2> 2 <title>Installation of <application> exim</application></title>2 <title>Installation of <application>Exim</application></title> 3 3 4 <para>Before building <application> exim</application>, we need to4 <para>Before building <application>Exim</application>, we need to 5 5 create the group and user exim which will run the exim daemon:</para> 6 6 … … 8 8 useradd -d /dev/null -g exim -s /bin/false exim</command></userinput></screen> 9 9 10 <para>Install <application> exim</application> with the following commands:</para>10 <para>Install <application>Exim</application> with the following commands:</para> 11 11 12 12 <screen><userinput><command>sed -e 's/^BIN_DIR.*$/BIN_DIRECTORY=\/usr\/sbin/' src/EDITME | \ -
server/mail/exim/exim-intro.xml
r79f87f94 r547df0bc 1 1 <sect2> 2 <title>Introduction to <application> exim</application></title>2 <title>Introduction to <application>Exim</application></title> 3 3 4 <para>The <application> exim</application> package contains a Mail Transport Agent written by the4 <para>The <application>Exim</application> package contains a Mail Transport Agent written by the 5 5 University of Cambridge, released under the <acronym>GNU</acronym> Public License.</para> 6 6 … … 14 14 </sect3> 15 15 16 <sect3><title><application> exim</application> dependencies</title>16 <sect3><title><application>Exim</application> dependencies</title> 17 17 <sect4><title>Required</title> 18 18 <para><xref linkend="db"/>
Note:
See TracChangeset
for help on using the changeset viewer.