Changeset 54707d33
- Timestamp:
- 10/31/2013 07:30:58 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 998ecfc
- Parents:
- cf7e0b6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcf7e0b6 r54707d33 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "3 0"> <!-- Always 2 digits -->3 <!ENTITY day "31"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2013"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 3 0th, &year;">9 <!ENTITY releasedate "October 31st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 490 490 <!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> 491 491 492 <!ENTITY exim-version "4.8 0.1">492 <!ENTITY exim-version "4.82"> 493 493 <!ENTITY postfix-version "2.10.2"> 494 494 <!ENTITY qpopper-version "4.1.0"> -
introduction/welcome/changelog.xml
rcf7e0b6 r54707d33 45 45 --> 46 46 <listitem> 47 <para>October 31st, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[igor] - Update to exim-4.82. Fixes 51 <ulink url="&blfs-ticket-root;4237">#4237</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>October 30th, 2013</para> 48 58 <itemizedlist> -
server/mail/exim.xml
rcf7e0b6 r54707d33 7 7 <!ENTITY exim-download-http "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> 8 8 <!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> 9 <!ENTITY exim-md5sum " 1a95dc9f02834b1b7430403a75edf162">10 <!ENTITY exim-size "1. 6MB">11 <!ENTITY exim-buildsize "1 6MB">9 <!ENTITY exim-md5sum "feb933baa4db773c2ef76b794c60b647"> 10 <!ENTITY exim-size "1.7 MB"> 11 <!ENTITY exim-buildsize "14 MB"> 12 12 <!ENTITY exim-time "0.2 SBU"> 13 13 ]> … … 71 71 <bridgehead renderas="sect4">Required</bridgehead> 72 72 <para role="required"> 73 <xref linkend="db"/> or 74 GDBM (GDBM built in LFS) or 75 <ulink url="http://sourceforge.net/projects/tdb">TDB</ulink> 73 <xref linkend="pcre"/> 76 74 </para> 77 75 78 76 <bridgehead renderas="sect4">Optional</bridgehead> 79 77 <para role="optional"> 78 <xref linkend="db"/> or 79 <ulink url="http://sourceforge.net/projects/tdb">TDB</ulink> (as an 80 alternative to GDBM, built in LFS), 80 81 <xref linkend="x-window-system"/>, 81 82 <xref linkend="openldap"/>, … … 84 85 <xref linkend="mysql"/>, 85 86 <xref linkend="postgresql"/>, 86 <xref linkend="sqlite"/>, and 87 <xref linkend="linux-pam"/> 87 <xref linkend="sqlite"/>, 88 <xref linkend="linux-pam"/>, and 89 <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink> 88 90 </para> 89 91 … … 117 119 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 118 120 121 <!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install --> 122 119 123 <screen role="root"><userinput>make install && 120 124 install -v -m644 doc/exim.8 /usr/share/man/man8 && 121 125 install -v -d -m755 /usr/share/doc/exim-&exim-version; && 122 126 install -v -m644 doc/* /usr/share/doc/exim-&exim-version; && 123 ln -s v exim /usr/sbin/sendmail</userinput></screen>127 ln -sfv exim /usr/sbin/sendmail</userinput></screen> 124 128 125 129 </sect2> … … 157 161 <command>cp exim_monitor/EDITME Local/eximon.conf</command>.</para> 158 162 159 <para><command>ln -s v exim /usr/sbin/sendmail</command>: Creates a link to163 <para><command>ln -sfv exim /usr/sbin/sendmail</command>: Creates a link to 160 164 <command>sendmail</command> for applications which need it. 161 165 <application>Exim</application> will accept most … … 304 308 305 309 <seglistitem> 306 <seg>exicyclog, exigrep, exim, exim-4. 43-2, exim_checkaccess,310 <seg>exicyclog, exigrep, exim, exim-4.82-3, exim_checkaccess, 307 311 exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb, 308 312 eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and … … 349 353 </varlistentry> 350 354 351 <varlistentry id="exim-4. 43-2">352 <term><command>exim-4. 43-2</command></term>355 <varlistentry id="exim-4.82-3"> 356 <term><command>exim-4.82-3</command></term> 353 357 <listitem> 354 358 <para>is the <application>Exim</application> mail transport 355 359 agent daemon.</para> 356 <indexterm zone="exim exim-4. 43-2">357 <primary sortas="b-exim-4. 43-2">exim-4.43-2</primary>360 <indexterm zone="exim exim-4.82-3"> 361 <primary sortas="b-exim-4.82-3">exim-4.82-3</primary> 358 362 </indexterm> 359 363 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.