slackware-current/source/n/postfix
Patrick J Volkerding 5ff08990e9 Tue Sep 10 21:28:36 UTC 2019
a/glibc-solibs-2.30-x86_64-1.txz:  Upgraded.
a/kernel-firmware-20190909_6c6918a-noarch-1.txz:  Upgraded.
a/kernel-generic-4.19.72-x86_64-1.txz:  Upgraded.
a/kernel-huge-4.19.72-x86_64-1.txz:  Upgraded.
a/kernel-modules-4.19.72-x86_64-1.txz:  Upgraded.
d/kernel-headers-4.19.72-x86-1.txz:  Upgraded.
k/kernel-source-4.19.72-noarch-1.txz:  Upgraded.
l/gdk-pixbuf2-2.38.2-x86_64-1.txz:  Upgraded.
l/glibc-2.30-x86_64-1.txz:  Upgraded.
l/glibc-i18n-2.30-x86_64-1.txz:  Upgraded.
l/glibc-profile-2.30-x86_64-1.txz:  Upgraded.
n/libmilter-8.15.2-x86_64-3.txz:  Rebuilt.
  Use gethostbyname2() since RES_USE_INET6 is removed in glibc-2.30.
n/libqmi-1.22.6-x86_64-1.txz:  Upgraded.
n/postfix-3.4.6-x86_64-2.txz:  Rebuilt.
  Patched to fix removed macros in glibc-2.30.
n/yptools-2.14-x86_64-12.txz:  Rebuilt.
  Patched ypbind-mt for gettid() included in glibc-2.30.
xap/blackbox-0.75-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2019-09-11 08:59:49 +02: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.res-macros-fix.patch Tue Sep 10 21:28:36 UTC 2019 2019-09-11 08:59:49 +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 Tue Sep 10 21:28:36 UTC 2019 2019-09-11 08:59:49 +02: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 May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02: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.