Ignore:
Timestamp:
03/12/2008 07:05:08 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4b2ca78
Parents:
b895aa3
Message:

Updated to Postfix-2.5.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7255 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    rb895aa3 r45cd2f9  
    55  %general-entities;
    66
    7   <!ENTITY postfix-download-http "http://www.mirrorspace.org/postfix/official/postfix-&postfix-version;.tar.gz">
     7  <!ENTITY postfix-download-http "http://postfix.energybeam.com/source/official/postfix-&postfix-version;.tar.gz">
    88  <!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum "f957e9319428be81c724b606fe060cc7">
    10   <!ENTITY postfix-size "2.6 MB">
    11   <!ENTITY postfix-buildsize "85 MB">
    12   <!ENTITY postfix-time "0.5 SBU">
     9  <!ENTITY postfix-md5sum "95a559c509081fdd07d78eafd4f4c3b4">
     10  <!ENTITY postfix-size "3 MB">
     11  <!ENTITY postfix-buildsize "97 MB">
     12  <!ENTITY postfix-time "0.4 SBU">
    1313]>
    1414
     
    110110
    111111      <sect4>
    112         <title>TLS Authentication</title>
    113 
    114         <para>To use TLS authentication with postfix
    115         you will need to pass the following values to the
    116         <command>make makefiles</command> command:</para>
    117 
    118 <screen><literal>CCARGS='-DUSE_TLS -I/usr/include/openssl'
    119 AUXLIBS='-L/usr/lib -lssl -lcrypto'</literal></screen>
    120 
    121         <para>To use TLS you will also need
    122         <xref linkend="cyrus-sasl"/>.</para>
     112        <title>Perl compatible regular expressions</title>
     113
     114        <para>To use <application>PCRE</application> with
     115        <application>Postfix</application>, use the following arguments:</para>
     116
     117<screen><literal>CCARGS='-DHAS_PCRE -I/usr/include'
     118AUXLIBS='-L/usr/lib -lpcre'</literal></screen>
    123119
    124120      </sect4>
     
    132128<screen><literal>CCARGS='-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl'
    133129AUXLIBS='-L/usr/lib -lsasl2'</literal></screen>
     130
     131      </sect4>
     132
     133      <sect4>
     134        <title>Berkely DB</title>
     135
     136        <para>To use <application>Berkely DB</application> with
     137        <application>Postfix</application>, use the following
     138        arguments:</para>
     139
     140<screen><literal>CCARGS='-DHAS_DB -I/usr/include'
     141AUXLIBS='-L/usr/lib -ldb'</literal></screen>
    134142
    135143      </sect4>
     
    142150        arguments:</para>
    143151
    144 <screen><literal>CCARGS='-I/usr/include -DHAS_LDAP'
     152<screen><literal>CCARGS='-DHAS_LDAP -I/usr/include'
    145153AUXLIBS='-L/usr/lib -lldap -llber'</literal></screen>
    146154
     
    172180
    173181      <sect4>
    174         <title>TinyCDB</title>
    175 
    176         <para>To use <application>TinyCDB</application> with
     182        <title>CDB/TinyCDB</title>
     183
     184        <para>To use <application>CDB</application> or
     185        <application>TinyCDB</application> with
    177186        <application>Postfix</application>, use the following
    178187        arguments:</para>
    179188
    180189<screen><literal>CCARGS='-DHAS_CDB'
    181 AUXLIBS='<replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a'</literal></screen>
     190AUXLIBS='<replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a'</literal></screen>
     191
     192      </sect4>
     193
     194      <sect4>
     195        <title>StartTLS Authentication</title>
     196
     197        <para>To use <application>OpenSSL</application> with
     198        <application>Postfix</application>, use the following
     199        arguments:</para>
     200
     201<screen><literal>CCARGS='-DUSE_TLS -I/usr/include/openssl/'
     202AUXLIBS='-L/usr/lib -lssl -lcrypto'</literal></screen>
    182203
    183204      </sect4>
Note: See TracChangeset for help on using the changeset viewer.