slackware-current/source/n/postfix
Patrick J Volkerding 440fde6336 Thu Dec 5 22:00:02 UTC 2024
a/kernel-firmware-20241203_06aea4d-noarch-1.txz:  Upgraded.
a/kernel-generic-6.12.2-x86_64-1.txz:  Upgraded.
a/shadow-4.16.0-x86_64-2.txz:  Rebuilt.
d/cmake-3.31.2-x86_64-1.txz:  Upgraded.
d/gdb-15.2-x86_64-3.txz:  Rebuilt.
  Removed files duplicated from binutils. Thanks to TommyC7 and gmgf.
d/kernel-headers-6.12.2-x86-1.txz:  Upgraded.
k/kernel-source-6.12.2-noarch-1.txz:  Upgraded.
l/libppd-2.1.0-x86_64-2.txz:  Rebuilt.
  Build without --enable-ppdc-utils. Thanks to TommyC7.
l/protobuf-29.1-x86_64-1.txz:  Upgraded.
l/python-six-1.17.0-x86_64-1.txz:  Upgraded.
l/sip-6.9.0-x86_64-1.txz:  Upgraded.
n/postfix-3.9.1-x86_64-1.txz:  Upgraded.
tcl/tcl-8.6.15-x86_64-2.txz:  Rebuilt.
  Rename sqlite3_analyzer to sqlite3_analyzer_tcl to avoid clobbering the ELF
  binary in the sqlite package. Likewise, rename the Thread.3 man page to
  Thread_tcl.3 so that we don't overwrite the one in the perl package.
  Thanks to TommyC7.
x/fslsfonts-1.0.7-x86_64-1.txz:  Upgraded.
x/libdrm-2.4.124-x86_64-1.txz:  Upgraded.
x/libwacom-2.14.0-x86_64-1.txz:  Upgraded.
x/mesa-24.3.1-x86_64-1.txz:  Upgraded.
x/oclock-1.0.6-x86_64-1.txz:  Upgraded.
x/transset-1.0.4-x86_64-1.txz:  Upgraded.
x/xkbevd-1.1.6-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2024-12-05 23:45:17 +01:00
..
0001-openssl-micro-mismatch-nowarn.patch Mon Dec 11 22:18:13 UTC 2023 2023-12-12 00:13:38 +01:00
doinst.sh Tue Mar 5 00:17:16 UTC 2019 2019-03-05 08:59:46 +01:00
postfix.only.warn.regular.files.diff Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
postfix.script.starting.message.diff Thu Feb 28 23:05:08 UTC 2019 2019-03-01 08:59:45 +01:00
postfix.SlackBuild Thu Dec 5 22:00:02 UTC 2024 2024-12-05 23:45:17 +01:00
postfix.url Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
rc.postfix Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
README Mon Nov 25 19:17:07 UTC 2019 2019-11-26 17:59:50 +01:00
slack-desc Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00

Postfix is Wietse Venema's mailer that started life as an alternative to the
widely-used Sendmail program. It attempts to be fast, easy to administer, and
secure, while at the same time, being sendmail compatible enough to not upset
existing users. Thus, the outside has a sendmail-ish flavor, but the inside is
completely different.

This script builds postfix with support for Dovecot SASL, Cyrus SASL, and
TLS (using OpenSSL.) Support for Berkeley DB hash and btree maps, being a
Postfix requirement, is also detected and built.

In addition database plugins are built for LDAP, MySQL, PCRE and sqlite3. To
add support for additional database plugins which are not provided in
Slackware, such as CDB or PostgreSQL, it is necessary to recompile this
package. See the comments in the SlackBuild script to get started.

Postfix manual sections follow the BSD standard, where section 8 is only for
daemons, and all user commands, even root-user-only administrative commands
such as postfix(1), are in section 1.

Postfix is exceptionally well documented. If you put a link to your
html_directory (/usr/doc/postfix/html) somewhere you can find it in your
favorite browser, all of this will be readily available to you. The place
to start is not with man pages, but with the various READMEs, all HTMLified
and with convenient hyperlinks to the relevant anchors in the HTML versions
of the manuals.