Path to this page:
./
mail/postfix,
Postfix SMTP server and tools
Branch: CURRENT,
Version: 2.9.6nb4,
Package name: postfix-2.9.6nb4,
Maintainer: pkgsrc-usersPostfix aims to be an alternative to the widely-used sendmail
program. Sendmail is responsible for 70% of all e-mail delivered
on the Internet. With an estimated 100 million users, that's an
estimated 10 billion (10^10) messages daily. A stunning number.
Although IBM supported the Postfix development, it abstains from
control over its evolution. The goal is to have Postfix installed
on as many systems as possible. To this end, the software is given
away with no strings attached to it, so that it can evolve with
input from and under control by its users.
In other words, IBM releases Postfix only once. I will be around
to guide its development for a limited time.
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.5 2010/03/02 08:07:36 martti Exp $
The existing /etc/rc.d/postfix can be forced to start ${PREFIX}/sbin/postfix
instead of /usr/sbin/postfix, by adding the following lines to
/etc/rc.conf.d/postfix:
postfix_command='${PREFIX}/sbin/postfix'
required_files='${PKG_SYSCONFDIR}/main.cf'
start_cmd='${PREFIX}/sbin/postfix start'
stop_cmd='${PREFIX}/sbin/postfix stop'
reload_cmd='${PREFIX}/sbin/postfix reload'
postconf='${PREFIX}/sbin/postconf'
Please note that /etc/rc.conf.d/postfix does not exist by default so
you need to create that file if you need to override the default settings.
Remember to modify /etc/mailer.conf to use ${PREFIX}/sbin/sendmail instead
of /usr/libexec/postfix/sendmail.
===========================================================================
MESSAGE.sasl [+/-]===========================================================================
$NetBSD: MESSAGE.sasl,v 1.8 2005/03/28 08:53:07 jlam Exp $
To enable SASL authentication in the SMTP server, you may want to edit
${SASLLIBDIR}/smtpd.conf
and change the method used to check plaintext passwords. To use
security/cyrus-saslauthd, you should change the contents of smtpd.conf
to:
pwcheck_method: saslauthd
You may also want to edit
${PKG_SYSCONFDIR}/main.cf
and set the smtpd_sasl_* variables to appropriate values.
To enable SASL authentication in the SMTP client, you may want to edit
${PKG_SYSCONFDIR}/main.cf
and set the smtp_sasl_* variables to appropriate values.
The corresponding SASL authentication plugins will also need to be
installed. Please consult:
${DOCDIR}/SASL_README
and the SASL documentation for more information on setting up SASL
authentication.
===========================================================================
Package options: tls, bdb
Master sites: (Expand)
SHA1: 9d7af8670fd13fd5e5290ff2e3f00d724178f0fb
RMD160: e3148a42f246c4f54c82cf387b7467805edcd2cd
Filesize: 3679.013 KB
Version history: (Expand)
- (2013-06-07) Updated to version: postfix-2.9.6nb4
- (2013-06-01) Updated to version: postfix-2.9.6nb3
- (2013-05-09) Updated to version: postfix-2.9.6nb2
- (2013-03-03) Updated to version: postfix-2.9.6nb1
- (2013-02-13) Updated to version: postfix-2.9.6
- (2013-02-12) Updated to version: postfix-2.8.14nb1
CVS history: (Expand)
2013-06-07 18:30:26 by Jonathan Perkin | Files touched by this commit (1) |  |
Log message:
Ensure postfix is largefile aware on SunOS.
Bump PKGREVISION.
|
| 2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
| 2013-05-09 09:40:47 by Adam Ciarcinski | Files touched by this commit (620) |
Log message:
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
|
2013-03-02 21:33:35 by Thomas Klausner | Files touched by this commit (83) |  |
Log message:
Bump PKGREVISION for mysql default change to 55.
|
| 2013-02-26 20:56:19 by Tim Rightnour | Files touched by this commit (2) |
Log message:
Add fix from PR44656 to fix sig6 in postfix/smtp when compiled with any type
of DB support (like mysql, postgres, etc). Also fixes PR43637
Tested by me.
|
2013-02-13 15:31:31 by Takahiro Kambe | Files touched by this commit (4) |  |
Log message:
Update Postfix to 2.9.6.
Changes from 2.8.14 are too many to write here, please refer RELEASE_NOTES.
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) |  |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2013-02-05 16:58:38 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update postfix to 2.8.14.
* The postconf(1) master.cf options parser didn't support "clusters"
of daemon command-line option letters.
* The local(8) delivery agent dereferenced a null pointer while
delivering to null command (for example, "|" in a .forward
file). Reported by Gilles Chehade.
* A memory leak fix for tls_misc.c was documented but not included.
|