Port details |
- postfix25 A secure alternative to widely-used Sendmail
- 2.5.17_1,2 mail
=0 2.5.17_1,2Version of this port present on the latest quarterly branch.
- DEPRECATED: no longer supported upstream; please consider upgrading
This port expired on: 2012-06-22
- Maintainer: sahil@FreeBSD.org
- Port Added: 2009-09-21 11:45:27
- Last Update: 2012-07-07 20:08:05
- SVN Revision: UNKNOWN
- Also Listed In: ipv6
- License: not specified in port
- WWW:
- http://www.postfix.org/
- Description:
- Postfix 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.
Some feautures:
Connection cache for SMTP, DSN status notifications, IP version 6, Plug-in
support for multiple SASL implementations (Cyrus, Dovecot), TLS encryption and
authentication, Configurable status notification message text, Access control
per client/sender/recipient/etc, Content filter (built-in, external before
queue, external after queue), Berkeley DB database, LDAP database, MySQL
database, PostgreSQL database, Maildir and mailbox format, Virtual domains,
VERP envelope return addresses and others.
WWW: http://www.postfix.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: postfix
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5.8.9 : lang/perl5.8
- Runtime dependencies:
-
- dovecot : mail/dovecot
- Library dependencies:
-
- pcre : devel/pcre
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for postfix-2.5.17_1,2:
PCRE=on: Perl Compatible Regular Expressions
SASL2=off: Cyrus SASLv2 (Simple Auth. and Sec. Layer)
DOVECOT=off: Dovecot SASL authentication method
SASLKRB=off: If your SASL req. Kerberos, select this
SASLKRB5=off: If your SASL req. Kerberos5, select this
SASLKMIT=off: If your SASL req. MIT Kerberos5, select this
TLS=off: Enable SSL and TLS support
BDB=off: Berkeley DB (uses WITH_BDB_VER)
MYSQL=off: MySQL maps (uses WITH_MYSQL_VER)
PGSQL=off: PostgreSQL maps (uses DEFAULT_PGSQL_VER)
OPENLDAP=off: OpenLDAP maps (uses WITH_OPENLDAP_VER)
CDB=off: CDB maps lookups
NIS=off: NIS maps lookups
VDA=off: VDA (Virtual Delivery Agent)
TEST=off: SMTP/LMTP test server and generator
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.17_1,2 07 Jul 2012 20:08:05 |
sahil |
Remove expired port:
2012-07-07 mail/postfix25: no further upstream development; please consider
upgrading |
2.5.17_1,2 15 Jun 2012 02:22:13 |
ashish |
- extend CONFLICTS
Approved by: sahil (maintainer) |
2.5.17_1,2 23 May 2012 02:29:29 |
sahil |
Mark DEPRECATED and set EXPIRATION_DATE; encourage
users to upgrade to a newer release. |
2.5.17_1,2 20 Feb 2012 06:15:22 |
sahil |
Remove library number from pcre LIB_DEPENDS, as this
port can compile without incident against older pcre
libraries. |
2.5.17_1,2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.5.17,2 11 Feb 2012 21:27:57 |
sahil |
Modify pkg-install to handle situations in which
/etc/mail/mailer.conf does not exist, e.g. when
FreeBSD is built WITHOUT_MAILWRAPPER.
This commit only affects legacy Postfix releases,
as the latest stable and development ports already
perform this check.
Requested by: miwi |
2.5.17,2 11 Feb 2012 05:14:48 |
sahil |
Update to 2.5.17 |
2.5.16,2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.5.16,2 21 Nov 2011 01:13:58 |
sahil |
Shorten some OPTION descriptions such that they
fit neatly within the dialog(1) box.
PR: ports/162688
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Feature safe: yes |
2.5.16,2 19 Nov 2011 22:20:35 |
sahil |
- Update to 2.5.16
Feature safe: yes |
2.5.15,2 05 Nov 2011 17:00:54 |
miwi |
- Restore all patches |
2.5.15,2 05 Nov 2011 16:53:01 |
miwi |
- Fix build on FreeBSD 10 |
2.5.15,2 07 Sep 2011 22:42:18 |
sahil |
- Update to 2.5.15 |
2.5.14,2 30 Jul 2011 01:34:49 |
sahil |
- Update to 2.5.14 |
2.5.13,2 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
2.5.13,2 09 May 2011 13:11:15 |
sahil |
- Update to 2.5.13
Security: CVE-2011-1720 |
2.5.12,2 19 Mar 2011 20:37:39 |
sahil |
- Update to 2.5.12
Security: CVE-2011-0411 |
2.5.11,2 27 Nov 2010 06:48:53 |
sahil |
- Update to 2.5.11
- Fix a typo in CONFLICTS |
2.5.10,2 20 Oct 2010 00:08:37 |
sahil |
- Remove dead MASTER_SITE
Reported by: distilator |
2.5.10,2 29 Jul 2010 02:58:44 |
sahil |
- Update my MAINTAINER address to sahil@FreeBSD.org |
2.5.10,2 03 Apr 2010 09:14:49 |
itetcu |
- Update to 2.5.10
PR: 145096
Submitted by: Sahil Tandon (maintainer) |
2.5.10 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.5.9,2 11 Oct 2009 12:42:35 |
miwi |
- Update to 2.5.9
PR: 139400
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (based on)
Approved by: maintainer |
2.5.7,2 04 Oct 2009 19:13:31 |
erwin |
Set NO_LATEST_LINK to not overlap with mail/postfix, and mark
JOBS_SAFE as well.
PR: 139335
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) |
2.5.7,2 30 Sep 2009 12:50:31 |
miwi |
- Add missing patches |
2.5.7,2 30 Sep 2009 12:50:04 |
miwi |
- Downgrade to 2.5.7 after repocopy
PR: 134711
Submitted by: ohauer@gmx.de |
2.6.5,1 21 Sep 2009 11:45:00 |
miwi |
- Repocopy from
mail/postfix to mail/postfix25
Feature safe: yes |