FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 4:45 PM BST
Port details
postfix-current 2.10.20120520,4 mail on this many watch lists=87 search for ports that depend on this port An older version of this port was marked as vulnerable.
A secure alternative to widely-used Sendmail
Maintained by: sahil@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Sep 2000 17:50:46
Also Listed In: ipv6
License: not specified in port


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: mail/dovecot
Required Libraries: devel/pcre
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/postfix-current/ && make install clean
To add the package: pkg_add -r postfix-current


Configuration Options
===> The following configuration options are available for postfix-current-2.10.20120520,4:
     PCRE=on (default) "Perl Compatible Regular Expressions"
     SASL2=off (default) "Cyrus SASLv2 (Simple Auth. and Sec. Layer)"
     DOVECOT=off (default) "Dovecot 1.x SASL authentication method"
     DOVECOT2=off (default) "Dovecot 2.x SASL authentication method"
     SASLKRB5=off (default) "If your SASL req. Kerberos5, select this"
     SASLKMIT=off (default) "If your SASL req. MIT Kerberos5, select this"
     TLS=off (default) "Enable SSL and TLS support"
     BDB=off (default) "Berkeley DB (uses WITH_BDB_VER)"
     MYSQL=off (default) "MySQL maps (uses WITH_MYSQL_VER)"
     PGSQL=off (default) "PostgreSQL maps (uses DEFAULT_PGSQL_VER)"
     SQLITE=off (default) "SQLite maps"
     OPENLDAP=off (default) "OpenLDAP maps (uses WITH_OPENLDAP_VER)"
     LDAP_SASL=off (default) "Enable OpenLDAP client-to-server SASL auth"
     CDB=off (default) "CDB maps lookups"
     NIS=off (default) "NIS maps lookups"
     VDA=off (default) "VDA (Virtual Delivery Agent 32Bit)"
     TEST=off (default) "SMTP/LMTP test server and generator"
     SPF=off (default) "SPF support (via libspf2 1.2.x)"
     INST_BASE=off (default) "Install into /usr and /etc/postfix"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/
ftp://postfix.mirrors.pair.com/experimental/
ftp://ftp.tux.org/pub/net/postfix/experimental/
http://mirrors.rootservices.net/postfix/experimental/
ftp://ftp.samurai.com/pub/postfix/experimental/
http://ftp.unicamp.br/pub/postfix/experimental/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postfix/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-01-16
    Affects: users of mail/postfix-current
    Author: Sahil Tandon <sahil@FreeBSD.org>
    Reason: 
      From the upstream RELEASE_NOTES:
    
      Instead of terminating immediately with a "fatal" message when a
      database file can't be opened, a Postfix daemon program now logs
      an "error" message, and continues execution with reduced
      functionality.
    
      Specify "daemon_table_open_error_is_fatal = yes" to get the
      historical behavior (immediate termination with "fatal" message).
    
      Logfile-based alerting systems may need to be updated to look for
      "error" messages in addition to "fatal" messages.
    
      By default the Postfix SMTP server no longer reports transcripts
      of sessions where a client command is rejected because a table is
      unavailable.  To receive such reports, add the new "data" class to
      the notify_classes parameter value. The reports will be sent to the
      error_notice_recipient address as before. This class is also used
      by the Postfix SMTP client to report about sessions that fail
      because a table is unavailable.
    
    

  • 2011-10-18
    Affects: users of mail/postfix-current
    Author: Sahil Tandon <sahil@FreeBSD.org>
    Reason: 
      The default smtp_address_preference value is now "any" instead
      of "ipv6", meaning choose randomly between IPv6 and IPv4. With
      this the Postfix SMTP client will have more success delivering
      mail to sites that have problematic IPv6 configurations.
    
    

  • 2010-09-27
    Affects: users of mail/postfix-current
    Author: ohauer@FreeBSD.org
    Reason: 
      Incompatibility with snapshot 20100912
      ======================================
      - If your DNSBL queries have a "secret" in the domain name, you must
        now censor this information from the postscreen(8) SMTP replies.
      - The postscreen "continue" action is now called "ignore". The old
        name is still supported but no longer documented.
      - The postscreen_hangup_action parameter was removed. Postscreen
        now always behaves as if "postscreen_hangup_action = drop".
      - The postscreen_cache_retention_time default was increased from
        1d to 7d, to avoid deleting results from expensive deep SMTP
        protocol tests too quickly.
    
      Incompatibility with snapshot 20100827
      ======================================
      - The Postfix SMTP client no longer appends the local domain when
        looking up a DNS name without ".".
        Specify "smtp_dns_resolver_options  = res_defnames" to get the old
        behavior, which may produce unexpected results.
    
    

Number of commits found: 302 (showing only 100 on this page)

1 | 2 | 3 | 4  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 May 2012 02:29:19
Original commit files touched by this commit  2.10.20120520,4
sahil search for other commits by this committer
- Update to 2.10-20120520
25 Apr 2012 02:44:42
Original commit files touched by this commit  2.10.20120423,4
sahil search for other commits by this committer
- Update to 2.10-20120423
23 Apr 2012 03:14:53
Original commit files touched by this commit  2.10.20120422,4
sahil search for other commits by this committer
Update to 2.10-20120422 and tweak conditional
that sets IS_INTERACTIVE.
10 Mar 2012 04:11:39
Original commit files touched by this commit  2.10.20120308,4
sahil search for other commits by this committer
- Update to 2.10-20120308

Feature safe:   yes
20 Feb 2012 06:15:19
Original commit files touched by this commit  2.10.20120218,4
sahil search for other commits by this committer
- Update to 2.10-20120218
- Remove library number from pcre LIB_DEPENDS, as this
  port can compile without incident against older pcre
  libraries.
14 Feb 2012 12:45:35
Original commit files touched by this commit  2.10.20120202_1,4
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
11 Feb 2012 05:14:32
Original commit files touched by this commit  2.10.20120202,4
sahil search for other commits by this committer
Update to 2.10-20120202, revise IS_INTERACTIVE logic to
account for additional situations, and remove unnecessary
CONFLICTS line.
17 Jan 2012 04:18:52
Original commit files touched by this commit  2.9.20120115,4
sahil search for other commits by this committer
Update mail/postfix-current to 2.9-20120115, and note
potential incompatibilities with previous versions.
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.9.20120102,4
dougb search for other commits by this committer
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.
04 Jan 2012 01:57:22
Original commit files touched by this commit  2.9.20120102,4
sahil search for other commits by this committer
Update to 2.9-20120102 and eliminate a now unnecessary
part of recent UPDATING entry for this port.
21 Dec 2011 22:45:17
Original commit files touched by this commit  2.9.20111219,4
sahil search for other commits by this committer
- Update to 2.9-20111219
- Modify pkg-install to handle situations in which
  /etc/mail/mailer.conf does not exist, e.g. when
  FreeBSD is built WITHOUT_MAILWRAPPER. [1]

Requested by:   miwi [1]
11 Dec 2011 21:41:38
Original commit files touched by this commit  2.9.20111205,4
sahil search for other commits by this committer
- Update to 2.9-20111205

Feature safe:   yes
27 Nov 2011 05:55:24
Original commit files touched by this commit  2.9.20111125,4
sahil search for other commits by this committer
- Update to 2.9-20111125

Feature safe:   yes
21 Nov 2011 10:21:04
Original commit files touched by this commit  2.9.20111119,4
pav search for other commits by this committer
- Remove pointyhat specific debugging

Ok'ed by:       sahil (maintainer)
Feature safe:   yes
21 Nov 2011 01:13:58
Original commit files touched by this commit  2.9.20111119,4
sahil search for other commits by this committer
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
20 Nov 2011 06:31:52
Original commit files touched by this commit  2.9.20111119,4
sahil search for other commits by this committer
- Update to 2.9-20111119

Feature safe:   yes
17 Nov 2011 19:35:14
Original commit files touched by this commit  2.9.20111012,4
pav search for other commits by this committer
- Unmark BROKEN on amd64, the build failure observed on pointyhat is largely
  unknown in real world.  Increase verbosity in postconf tool error messaging
  to aid diagnose on pointyhat

Submitted by:   Jase Thew
Feature safe:   yes
05 Nov 2011 16:53:01
Original commit files touched by this commit  2.9.20111012,4
miwi search for other commits by this committer
- Fix build on FreeBSD 10
26 Oct 2011 22:44:50
Original commit files touched by this commit  2.9.20111012,4
pav search for other commits by this committer
- Mark BROKEN on amd64: fails during installation (updating man pages)
  Updating /usr/local/share/doc/postfix/scache.8.html...
  Updating /usr/local/share/doc/postfix/tlsmgr.8.html...
  *** Error code 1

Reported by:    pointyhat
18 Oct 2011 01:50:41
Original commit files touched by this commit  2.9.20111012,4
sahil search for other commits by this committer
- Update to 2.9-20111012
29 Aug 2011 00:25:40
Original commit files touched by this commit  2.9.20110820,4
sahil search for other commits by this committer
- Update to 2.9-20110820
16 Aug 2011 23:06:06
Original commit files touched by this commit  2.9.20110814,4
sahil search for other commits by this committer
- Update to 2.9-20110814
30 Jul 2011 01:34:47
Original commit files touched by this commit  2.9.20110706,4
sahil search for other commits by this committer
- Update to 2.9-20110706
- Use ports framework to create USERS and GROUPS
- Remove unused replace() function from pkg-install
21 Jun 2011 01:23:23
Original commit files touched by this commit  2.9.20110615,4
sahil search for other commits by this committer
- Update to 2.9-20110615
13 Jun 2011 02:20:08
Original commit files touched by this commit  2.9.20110605,4
sahil search for other commits by this committer
- Update to 2.9-20110605
02 May 2011 04:40:26
Original commit files touched by this commit  2.9.20110501,4
sahil search for other commits by this committer
- Update to 2.9-20110501
03 Apr 2011 20:42:26
Original commit files touched by this commit  2.9.20110323,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
Update to 2.9-20110323 and pass additional parameters
to the upstream install script. This is to ensure the
correct placement of files, as defined in the packing
list, even when users modify their configuration file
to point to non-default locations for certain install
paths. This works because args passed via the cmdline
take precedence over definitions in the configuration
file, which in turn override compiled-in defaults.
22 Mar 2011 00:59:01
Original commit files touched by this commit  2.9.20110321,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
- Update to 2.9-20110321
19 Mar 2011 20:37:46
Original commit files touched by this commit  2.9.20110313,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
- Update to 2.9-20110313
02 Mar 2011 03:10:49
Original commit files touched by this commit  2.9.20110228,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
- Update to 2.9-20110228 and modify patching for
  src/util/sys_defs.h, which is updated upstream
  to be aware of the FreeBSD closefrom() support
  time window [1]

- Take maintainership [2]

PR:             ports/155176 [1]
Submitted by:   sahil (myself)
Approved by:    portmgr (linimon) [2]
20 Feb 2011 06:21:36
Original commit files touched by this commit  2.9.20110219,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
Update to 2.9-20110219, update CONFLICTS, alphabetically
sort packing list, and tweak PKGNAMESUFFIX when INST_BASE
is defined.  Also, sync OPTIONS with mail/postfix to warn
users trying to build this port with unsupported options.

Finally, modify pkg-install script to check if Postfix is
already enabled in mailer.conf.

PR:             ports/154495
Submitted by:   ohauer
Approved by:    maintainer timeout
11 Nov 2010 23:33:04
Original commit files touched by this commit  2.8.20101108,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
- Update to 2.8-20101108

PR:             ports/152000
Submitted by:   ohauer
Approved by:    mnag (via email)
24 Oct 2010 06:31:17
Original commit files touched by this commit  2.8.20101007,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
- Update to 2.8-20101007
- Fix CONFLICTS

PR:             ports/151369
Submitted by:   sahil@ (myself)
Approved by:    maintainer timeout
29 Sep 2010 22:00:13
Original commit files touched by this commit  2.8.20100923_1,4
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
 - fix pkg-plist
 - Bump PORTREVISION

Approved by:    glarkin (mentor, implicit)
27 Sep 2010 21:54:55
Original commit files touched by this commit  2.8.20100923,4
 This port version is marked as vulnerable.
ohauer search for other commits by this committer
 - update postfix-current to Snapshot 2.8-20100923

From RELEASE_NOTES:
Incompatibility with snapshot 20100912
======================================
- If your DNSBL queries have a "secret" in the domain name, you must
  now censor this information from the postscreen(8) SMTP replies.
- The postscreen "continue" action is now called "ignore". The old
  name is still supported but no longer documented.
- The postscreen_hangup_action parameter was removed. Postscreen
  now always behaves as if "postscreen_hangup_action = drop".
- The postscreen_cache_retention_time default was increased from
  1d to 7d, to avoid deleting results from expensive deep SMTP
  protocol tests too quickly.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Aug 2010 00:57:50
Original commit files touched by this commit  2.8.20100728,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.8-20100728
- portlint
30 Jul 2010 03:39:18
Original commit files touched by this commit  2.8.20100707,4
 This port version is marked as vulnerable.
sahil search for other commits by this committer
- Update to 2.8-20100707
- Fix whitespace in Makefile header
- Refactor port to ease maintenance (adopted from mail/postfix)
- Remove unnecessary patches
- Add option to install into base

PR:             ports/147732
Submitted by:   olli hauer <ohauer@gmx.de>
Approved by:    maintainer timeout (> 14 days)
13 Apr 2010 13:19:42
Original commit files touched by this commit  2.8.20100323,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.8-20100323
- Fix CONFLICTS because the port shouldn't conflict with itself
- Fix build on 8.0 & 9.0 when WITH_SASLKRB5 is set

PR:             145393
Submitted by:   Sahil Tandon <sahil___tandon.net>
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.8.20100213
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
05 Mar 2010 03:23:00
Original commit files touched by this commit  2.8.20100213,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.8-20100213

Feature safe:   yes
19 Jan 2010 23:03:13
Original commit files touched by this commit  2.7.20100117,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20100117

PR:             142268
Submitted by:   olli hauer <ohauer___gmx.de>
04 Dec 2009 11:52:18
Original commit files touched by this commit  2.7.20091115,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20091115
11 Oct 2009 02:27:31
Original commit files touched by this commit  2.7.20091008,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20091008

PR:             139445
Submitted by:   Sahil Tandon <sahil___tandon.net>
05 Oct 2009 02:28:16
Original commit files touched by this commit  2.7.20090828,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20090828
27 Sep 2009 16:54:58
Original commit files touched by this commit  2.7.20090712,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Fixed build to FreeBSD 9.
- Mark as jobs safe.

PR:             138916
Submitted by:   Sylvio Cesar <scjamorim___bsd.com.br>
Feature safe:   yes
30 Jul 2009 00:21:14
Original commit files touched by this commit  2.7.20090712,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20090712
- Fix build with new closefrom(2)

Reported by:    Jorge Medina <jorge__bsdchile.cl>
15 Jul 2009 16:56:10
Original commit files touched by this commit  2.7.20090607,4
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
09 Jun 2009 02:42:00
Original commit files touched by this commit  2.7.20090607,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20090607
06 Jun 2009 23:27:31
Original commit files touched by this commit  2.7.20090528,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20090528
24 May 2009 22:27:19
Original commit files touched by this commit  2.7.20090519,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.7-20090519
25 Apr 2009 03:22:10
Original commit files touched by this commit  2.6.20090418,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20090418 (2.6.0-RC2)
22 Feb 2009 03:51:20
Original commit files touched by this commit  2.6.20090212,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20090212

Reported by:    miwi
26 Jan 2009 19:51:56
Original commit files touched by this commit  2.6.20090125,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20090125
24 Nov 2008 13:26:23
Original commit files touched by this commit  2.6.20081109,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20081109
29 Oct 2008 16:40:43
Original commit files touched by this commit  2.6.20081012,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20081012
28 Sep 2008 01:58:53
Original commit files touched by this commit  2.6.20080903,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20080903
17 Aug 2008 05:52:25
Original commit files touched by this commit  2.6.20080814,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20080814
20 Jul 2008 23:38:19
Original commit files touched by this commit  2.6.20080629,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20080629
- Change default data_directory parameter to /var/db/postfix [1]

PR:             125133 [1]
Submitted by:   Sahil Tandon <sahil__tandon.net> [1]
10 Jun 2008 14:56:52
Original commit files touched by this commit  2.6.20080606,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20080606
13 Apr 2008 04:03:05
Original commit files touched by this commit  2.6.20080411,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20080411
24 Mar 2008 20:27:42
Original commit files touched by this commit  2.6.20080221_2,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Fix milter macros (patch from Wietse Venema)
01 Mar 2008 01:50:09
Original commit files touched by this commit  2.6.20080221_1,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Fix data_directory. Backported from mail/postfix
28 Feb 2008 20:02:59
Original commit files touched by this commit  2.6.20080221,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.6-20080221
23 Jan 2008 11:25:46
Original commit files touched by this commit  2.5.20080116,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20080116 (2.5.0-RC2)
- Add new MASTER_SITES
02 Jan 2008 13:25:56
Original commit files touched by this commit  2.5.20071227,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20071227
13 Dec 2007 16:26:11
Original commit files touched by this commit  2.5.20071212,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20071212
22 Oct 2007 18:50:27
Original commit files touched by this commit  2.5.20071006,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20071006
- Teach postfix to 8.0 [1]

PR:             117304 [1]
Submitted by:   Oliver Peter <hoschi___mouhaha.de> [1]
03 Oct 2007 23:34:16
Original commit files touched by this commit  2.5.20070911,4
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove support for OSVERSION < 5
14 Sep 2007 02:17:00
Original commit files touched by this commit  2.5.20070911,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070911
30 Aug 2007 12:28:43
Original commit files touched by this commit  2.5.20070824,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070824
- Backport changes from mail/postfix (SASL2/DOVECOT)
01 Aug 2007 14:40:33
Original commit files touched by this commit  2.5.20070731,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070731
26 Jul 2007 12:23:00
Original commit files touched by this commit  2.5.20070724,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070724
21 Jul 2007 17:32:30
Original commit files touched by this commit  2.5.20070720,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070720
15 Jun 2007 14:35:48
Original commit files touched by this commit  2.5.20070614,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070614
01 Jun 2007 14:44:20
Original commit files touched by this commit  2.5.20070531,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070531
28 May 2007 18:20:23
Original commit files touched by this commit  2.5.20070525,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070525
25 May 2007 17:39:14
Original commit files touched by this commit  2.5.20070524,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070524
30 Apr 2007 11:47:01
Original commit files touched by this commit  2.5.20070423,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070423
14 Apr 2007 16:45:08
Original commit files touched by this commit  2.5.20070402,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Remove SASL1 support. security/cyrus-sasl will be removed soon.

PR:             111564, 111565, 111566
Submitted by:   gabor (partially)
Notified by:    gabor
03 Apr 2007 13:55:28
Original commit files touched by this commit  2.5.20070402,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070402
- Fix CONFLICTS
- Install qshape by default
- Install test programs in PREFIX/bin instead of PREFIX/sbin to respect hier(7)
29 Mar 2007 13:11:07
Original commit files touched by this commit  2.5.20070328,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.5-20070328
- Update CONFLICTS to more adequate value postfix-2.[0-46-9].*
26 Mar 2007 13:05:17
Original commit files touched by this commit  2.4.0.r9,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4.0-RC9
25 Mar 2007 18:50:13
Original commit files touched by this commit  2.4.0.r8,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4.0-RC8
20 Mar 2007 10:15:16
Original commit files touched by this commit  2.4.0.r6,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4.0-RC6
09 Mar 2007 20:01:38
Original commit files touched by this commit  2.4.0.r4,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4.0-RC4
06 Mar 2007 20:37:23
Original commit files touched by this commit  2.4.0.r3,4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4.0-RC3
22 Feb 2007 13:27:29
Original commit files touched by this commit  2.4.20070221,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20070221
- Backport PROVIDE from mail/postfix [1]

Reported by:    rafan [1]
20 Feb 2007 22:36:40
Original commit files touched by this commit  2.4.20070215,3
 This port version is marked as vulnerable.
koitsu search for other commits by this committer
Addition of postfix_flags variable to rc.subr startup script.
This variable is passed to postfix-script on startup, allowing
administrators to do things like postfix_flags="-c /my/place/postfix"
(alternate location of main.cf and master.cf), or postfix_flags="-v"
(for verbose logging).  See postfix(1) manpage for flags.

PR:             ports/109137
Reviewed by:    Vivek Khera <vivek@khera.org>
Approved by:    philip
16 Feb 2007 20:02:57
Original commit files touched by this commit  2.4.20070215,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20070215

NOTE: Added kqueue support. Thanks Wietse. :)

Notified by:    Anton Yuzhaninov <citrin___citrin.ru>
11 Dec 2006 14:17:35
Original commit files touched by this commit  2.4.20061210,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20061210
03 Dec 2006 22:42:57
Original commit files touched by this commit  2.4.20061201,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20061201
31 Oct 2006 14:34:56
Original commit files touched by this commit  2.4.20061019,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20061019
08 Oct 2006 02:06:23
Original commit files touched by this commit  2.4.20061006,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20061006
07 Oct 2006 21:07:31
Original commit files touched by this commit  2.4.20061005,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20061005
04 Oct 2006 20:41:11
Original commit files touched by this commit  2.4.20061002,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20061002
02 Oct 2006 02:36:01
Original commit files touched by this commit  2.4.20060930,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20060930
05 Sep 2006 13:26:08
Original commit files touched by this commit  2.4.20060903,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20060903
26 Aug 2006 18:27:17
Original commit files touched by this commit  2.4.20060825,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20060825
24 Aug 2006 20:32:17
Original commit files touched by this commit  2.4.20060824,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20060824
06 Aug 2006 22:25:47
Original commit files touched by this commit  2.4.20060806,3
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 2.4-20060806
- Backport REQUIRE from mail/postfix

Number of commits found: 302 (showing only 100 on this page)

1 | 2 | 3 | 4  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours17
new 7 days63
new fortnight185
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.686 seconds.