./mail/postfix, Postfix SMTP server and tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 2.5.6, Package name: postfix-2.5.6, Maintainer: martti

Postfix 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 [+/-]
MESSAGE.sasl [+/-]

Required to build:
[lang/perl5]

Package options: tls, bdb

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2009-01-05 13:30:21 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2621 - requested by martti
postfix: security update

Revisions pulled up:
- mail/postfix/Makefile			1.221
- mail/postfix/distinfo			1.123
---
Module Name:	pkgsrc
Committed By:	martti
Date:		Mon Jan  5 10:25:34 UTC 2009

Modified Files:
	pkgsrc/mail/postfix: Makefile distinfo

Log message:
Updated mail/postfix to 2.5.6

- Postfix 2.5: the SMTP server did not ask for a client certificate
   with "smtpd_tls_req_ccert = yes". Reported by Rob Foehl.

- Postfix 2.5, 2.4 and 2.3: avoid reduced TCP performance when
   reusing an SMTP connection with a larger than 4096-byte TCP MSS
   value. In practice, this could happen only with loopback (localhost)
   connections.