Commit graph

299 commits

Author SHA1 Message Date
Olli Hauer
3b617bd954 - fix pkg-plist
- Bump PORTREVISION

Approved by:	glarkin (mentor, implicit)
2010-09-29 22:00:13 +00:00
Olli Hauer
932ebdb379 - 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.

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.

Many bugfixes/cleanup and improvements for postscreen.

For detailed information see RELEASE_NOTES, postconf(5) and
postscreen(8) for incompatibilities, features, and configuration
parameters.

PR:		150088
Submitted by:	ohauer
Approved by:	maintainer timeout, glarkin (mentor)
2010-09-27 21:54:55 +00:00
Marcus Alves Grando
930ae5a10e - Update to 2.8-20100728
- portlint
2010-08-01 00:57:50 +00:00
Sahil Tandon
b38c6b6747 - 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)
2010-07-30 03:39:18 +00:00
Marcus Alves Grando
6bd38971c6 - 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>
2010-04-13 13:19:42 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Marcus Alves Grando
e5e5726872 - Update to 2.8-20100213
Feature safe:	yes
2010-03-05 03:23:00 +00:00
Marcus Alves Grando
c4ef62e815 - Update to 2.7-20100117
PR:		142268
Submitted by:	olli hauer <ohauer___gmx.de>
2010-01-19 23:03:13 +00:00
Marcus Alves Grando
c0b6c668ec - Update to 2.7-20091115 2009-12-04 11:52:18 +00:00
Marcus Alves Grando
0e26c70310 - Update to 2.7-20091008
PR:		139445
Submitted by:	Sahil Tandon <sahil___tandon.net>
2009-10-11 02:27:31 +00:00
Marcus Alves Grando
5431c1db00 - Update to 2.7-20090828 2009-10-05 02:28:16 +00:00
Marcus Alves Grando
ce5abe443c - Fixed build to FreeBSD 9.
- Mark as jobs safe.

PR:		138916
Submitted by:	Sylvio Cesar <scjamorim___bsd.com.br>
Feature safe:	yes
2009-09-27 16:54:58 +00:00
Marcus Alves Grando
692d72e08b - Update to 2.7-20090712
- Fix build with new closefrom(2)

Reported by:	Jorge Medina <jorge__bsdchile.cl>
2009-07-30 00:21:14 +00:00
Doug Barton
0175383f0a 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.
2009-07-15 16:56:10 +00:00
Marcus Alves Grando
bcba58e223 - Update to 2.7-20090607 2009-06-09 02:42:00 +00:00
Marcus Alves Grando
23d59462b8 - Update to 2.7-20090528 2009-06-06 23:27:31 +00:00
Marcus Alves Grando
7a1e3cc084 - Update to 2.7-20090519 2009-05-24 22:27:19 +00:00
Marcus Alves Grando
6496df6394 - Update to 2.6-20090418 (2.6.0-RC2) 2009-04-25 03:22:10 +00:00
Marcus Alves Grando
e0878743f8 - Update to 2.6-20090212
Reported by:	miwi
2009-02-22 03:51:20 +00:00
Marcus Alves Grando
4333fe8951 - Update to 2.6-20090125 2009-01-26 19:51:56 +00:00
Marcus Alves Grando
9c63806692 - Update to 2.6-20081109 2008-11-24 13:26:23 +00:00
Marcus Alves Grando
8fab9340c6 - Update to 2.6-20081012 2008-10-29 16:40:43 +00:00
Marcus Alves Grando
297fde5a57 - Update to 2.6-20080903 2008-09-28 01:58:53 +00:00
Marcus Alves Grando
2af287b7bc - Update to 2.6-20080814 2008-08-17 05:52:25 +00:00
Marcus Alves Grando
84788bce1a - 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]
2008-07-20 23:38:19 +00:00
Marcus Alves Grando
0bb9bda6a1 - Update to 2.6-20080606 2008-06-10 14:56:51 +00:00
Marcus Alves Grando
ce9f4228f6 - Update to 2.6-20080411 2008-04-13 04:03:05 +00:00
Marcus Alves Grando
47f4f0b4fc - Fix milter macros (patch from Wietse Venema) 2008-03-24 20:27:42 +00:00
Marcus Alves Grando
e574980279 - Fix data_directory. Backported from mail/postfix 2008-03-01 01:50:08 +00:00
Marcus Alves Grando
bf26984304 - Update to 2.6-20080221 2008-02-28 20:02:59 +00:00
Marcus Alves Grando
2a351f1b22 - Update to 2.5-20080116 (2.5.0-RC2)
- Add new MASTER_SITES
2008-01-23 11:25:46 +00:00
Marcus Alves Grando
c4fb11ab3c - Update to 2.5-20071227 2008-01-02 13:25:56 +00:00
Marcus Alves Grando
c26c79f3c3 - Update to 2.5-20071212 2007-12-13 16:26:11 +00:00
Marcus Alves Grando
2430edd76d - Update to 2.5-20071006
- Teach postfix to 8.0 [1]

PR:		117304 [1]
Submitted by:	Oliver Peter <hoschi___mouhaha.de> [1]
2007-10-22 18:50:27 +00:00
Edwin Groothuis
bdd556264e Remove support for OSVERSION < 5 2007-10-03 23:34:16 +00:00
Marcus Alves Grando
6d9db3fc78 - Update to 2.5-20070911 2007-09-14 02:17:00 +00:00
Marcus Alves Grando
8079f4abbc - Update to 2.5-20070824
- Backport changes from mail/postfix (SASL2/DOVECOT)
2007-08-30 12:28:43 +00:00
Marcus Alves Grando
4ffccc2f66 - Update to 2.5-20070731 2007-08-01 14:40:33 +00:00
Marcus Alves Grando
f755393044 - Update to 2.5-20070724 2007-07-26 12:23:00 +00:00
Marcus Alves Grando
1fc5247d3c - Update to 2.5-20070720 2007-07-21 17:32:29 +00:00
Marcus Alves Grando
ec7467bf21 - Update to 2.5-20070614 2007-06-15 14:35:48 +00:00
Marcus Alves Grando
2f28aa3551 - Update to 2.5-20070531 2007-06-01 14:44:20 +00:00
Marcus Alves Grando
708bd648bd - Update to 2.5-20070525 2007-05-28 18:20:23 +00:00
Marcus Alves Grando
bffdf2f656 - Update to 2.5-20070524 2007-05-25 17:39:14 +00:00
Marcus Alves Grando
c2298a8e02 - Update to 2.5-20070423 2007-04-30 11:47:01 +00:00
Marcus Alves Grando
0c43565a87 - Remove SASL1 support. security/cyrus-sasl will be removed soon.
PR:		111564, 111565, 111566
Submitted by:	gabor (partially)
Notified by:	gabor
2007-04-14 16:45:08 +00:00
Marcus Alves Grando
d298b3ae7d - 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)
2007-04-03 13:55:28 +00:00
Marcus Alves Grando
6a99f97a8e - Update to 2.5-20070328
- Update CONFLICTS to more adequate value postfix-2.[0-46-9].*
2007-03-29 13:11:07 +00:00
Marcus Alves Grando
bb3612d3ca - Update to 2.4.0-RC9 2007-03-26 13:05:17 +00:00
Marcus Alves Grando
4b7f9fd0e8 - Update to 2.4.0-RC8 2007-03-25 18:50:13 +00:00