Changeset 3b00d20
- Timestamp:
- 03/02/2014 12:40:47 AM (9 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:
- 41ddd5f
- Parents:
- 620b04a
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r620b04a r3b00d20 70 70 <!-- End LFS versions --> 71 71 72 <!ENTITY blfs-bootscripts-version "201 31023">72 <!ENTITY blfs-bootscripts-version "20140301"> 73 73 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 74 74 … … 505 505 <!ENTITY exim-version "4.82"> 506 506 <!ENTITY postfix-version "2.11.0"> 507 <!ENTITY sendmail-version "8.14.8"> 507 508 508 509 <!-- Chapter 22 --> -
introduction/welcome/changelog.xml
r620b04a r3b00d20 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Restore and fix sendmail-8.14.8. Fixes 52 <ulink url="&blfs-ticket-root;4721">#4721</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[bdubbs] - Move vsftpd 'empty' directory to FHS 52 56 compliant location. Fixes -
server/mail/mail.xml
r620b04a r3b00d20 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exim.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="postfix.xml"/> 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sendmail.xml"/> 28 29 29 30 </chapter> -
server/mail/sendmail.xml
r620b04a r3b00d20 35 35 Transport Agent (MTA).</para> 36 36 37 &lfs7 4_built;37 &lfs75_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 102 102 <screen><userinput>cat >> devtools/Site/site.config.m4 << "EOF" 103 103 <literal>APPENDDEF(`confENVDEF',`-DSTARTTLS -DSASL -DLDAPMAP') 104 APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber ')104 APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llberi -ldb') 105 105 APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')</literal> 106 106 EOF</userinput></screen> … … 115 115 define(`confUBINGRP',`root') 116 116 define(`confUBINOWN',`root') 117 define(`confMANROOT', `/usr/share/man/man')</literal>117 </literal> 118 118 EOF 119 120 sed -i 's|/usr/man/man|/usr/share/man/man|' \ 121 devtools/OS/Linux && 119 122 120 123 sed -i -r "s/^# if (DB.*)$/# if (\1) || DB_VERSION_MAJOR >= 5/" \ … … 185 188 <para><command>cat > devtools/Site/site.config.m4 << "EOF"</command>: 186 189 This creates a configuration file changing some of the default settings.</para> 190 191 <para><command>sed ... devtools/OS/Linux</command>: The site.config.m4 192 does not honor a change to the man directory, so fix it in the OS 193 definitions.</para> 187 194 188 195 <para><command>sed ... include/sm/bdb.h</command>: This allows sendmail to … … 240 247 <filename class='directory'>/etc/mail</filename> as follows:</para> 241 248 242 <screen role="root"><userinput>m4 m4/cf.m4 sendmail.mc > sendmail.cf</userinput></screen> 249 <screen role="root"><userinput>cd /etc/mail && 250 m4 m4/cf.m4 sendmail.mc > sendmail.cf</userinput></screen> 243 251 244 252 <para>A full explanation of the files to modify, and the available
Note:
See TracChangeset
for help on using the changeset viewer.