Changeset d381c908
- Timestamp:
- 11/17/2021 11:28:40 PM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0318335
- Parents:
- 4f35d45
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r4f35d45 rd381c908 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Update to postfix-3.6.3 and ensure -DNO_NIS is used. 49 Fixes <ulink url="&blfs-ticket-root;15735">#15735</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[xry111] - Add back ntfs-3g because the utilities in it 49 53 is still useful. Mention the new in-kernel NTFS implementation -
packages.ent
r4f35d45 rd381c908 676 676 677 677 <!ENTITY exim-version "4.95"> 678 <!ENTITY postfix-version "3.6. 2">678 <!ENTITY postfix-version "3.6.3"> 679 679 <!ENTITY sendmail-version "8.17.1"> 680 680 -
server/mail/postfix.xml
r4f35d45 rd381c908 5 5 %general-entities; 6 6 7 <!ENTITY postfix-download-http " "> 7 <!-- editors: upstream postfix is ftp only, some of the mirrors offer 8 https - http://www.porcupine.org/mirmon/postfix-source.html lists the 9 mirror status, some of the mirrors shown as http are actually https --> 10 <!ENTITY postfix-download-http "https://ghostarchive.org/postfix/postfix-release/official/postfix-&postfix-version;.tar.gz"> 8 11 <!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz"> 9 <!ENTITY postfix-md5sum " 4718b498fa4285cf275f506c169f4746">10 <!ENTITY postfix-size "4. 5MB">11 <!ENTITY postfix-buildsize " 149 MB">12 <!ENTITY postfix-md5sum "793f9f4abf74d07a2557bd97a903b98d"> 13 <!ENTITY postfix-size "4.6 MB"> 14 <!ENTITY postfix-buildsize "202 MB"> <!-- 149M build, 54M install_root --> 12 15 <!ENTITY postfix-time "0.2 SBU (Using parallelism=4)"> 13 16 ]> … … 166 169 </para> 167 170 171 <note> 172 <para> 173 For all variants of the CCARGS you should ensure that -DNO_NIS is 174 specified so that the build does not attempt to access an rpcsvc header 175 which does not exist in BLFS. 176 </para> 177 </note> 178 168 179 <para> 169 180 For more details read the readme files. … … 187 198 </para> 188 199 189 <screen><literal>CCARGS='-D USE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl'200 <screen><literal>CCARGS='-DNO_NIS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl' 190 201 AUXLIBS='-lsasl2'</literal></screen> 191 202 … … 200 211 </para> 201 212 202 <screen><literal>CCARGS='-D HAS_LDAP'213 <screen><literal>CCARGS='-DNO_NIS -DHAS_LDAP' 203 214 AUXLIBS='-lldap -llber'</literal></screen> 204 215 … … 213 224 </para> 214 225 215 <screen><literal>CCARGS='-D HAS_SQLITE'226 <screen><literal>CCARGS='-DNO_NIS -DHAS_SQLITE' 216 227 AUXLIBS='-lsqlite3 -lpthread'</literal></screen> 217 228 … … 226 237 </para> 227 238 228 <screen><literal>CCARGS='-D HAS_MYSQL -I/usr/include/mysql'239 <screen><literal>CCARGS='-DNO_NIS -DHAS_MYSQL -I/usr/include/mysql' 229 240 AUXLIBS='-lmysqlclient -lz -lm'</literal></screen> 230 241 … … 239 250 </para> 240 251 241 <screen><literal>CCARGS='-D HAS_PGSQL -I/usr/include/postgresql'252 <screen><literal>CCARGS='-DNO_NIS -DHAS_PGSQL -I/usr/include/postgresql' 242 253 AUXLIBS='-lpq -lz -lm'</literal></screen> 243 254 … … 253 264 </para> 254 265 255 <screen><literal>CCARGS='-D HAS_CDB'266 <screen><literal>CCARGS='-DNO_NIS -DHAS_CDB' 256 267 AUXLIBS='<replaceable></path/to/CDB></replaceable>/libcdb.a'</literal></screen> 257 268 … … 266 277 </para> 267 278 268 <screen><literal>CCARGS='-D USE_TLS -I/usr/include/openssl/'279 <screen><literal>CCARGS='-DNO_NIS -DUSE_TLS -I/usr/include/openssl/' 269 280 AUXLIBS='-lssl -lcrypto'</literal></screen> 270 281 </sect4> … … 276 287 277 288 <para> 278 If you have <application>Cyrus SASL</application> and 279 <application>OpenSSL</application> installed, install 289 If you have <application>Cyrus SASL</application> <!--and 290 (openssl has been part of LFS for some time) 291 <application>OpenSSL</application> installed,--> install 280 292 <application>Postfix</application> by running the following commands: 281 293 </para> 282 294 283 <screen><userinput>make CCARGS="-D USE_TLS -I/usr/include/openssl/\295 <screen><userinput>make CCARGS="-DNO_NIS -DUSE_TLS -I/usr/include/openssl/ \ 284 296 -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" \ 285 297 AUXLIBS="-lssl -lcrypto -lsasl2" \
Note:
See TracChangeset
for help on using the changeset viewer.