summaryrefslogtreecommitdiff
path: root/mail/postfix-current/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-17Updated mail/postfix-current to 2.5.0rc2martti1-3/+3
* Bug fixes
2008-01-16Update mail/postfix-current to 2.5.0-RC1, the first release candidate for theghen1-3/+4
next stable release (expected by the end of January). Experimental releases are now labeled 2.6-* but we'll track the 2.5.0 release candidates for now and switch to 2.6 snapshots later. Lots of changes, see HISTORY/RELEASES_NOTES for details. Ok with martti.
2008-01-16Drop the "dovecot-sasl" option and instead enable dovecot SASL support byghen1-2/+2
default (this doesn't actually depend on Dovecot for building, the code is shipped with Postfix). Set the default value for smtpd_sasl_type to "dovecot" unless cyrus SASL is enabled, too. This ensures backwards compatibility for most cases. Ok with martti, joerg.
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti1-2/+2
I'll re-activate this later when the global license stuff is activated.
2007-10-30Added LICENSE=postfix-licensemartti1-1/+2
2007-10-22Updated mail/postfix-current to 2.5-20071006martti1-2/+2
Lost of fixes, see HISTORY for details...
2007-09-23Honor PKGMANDIR.jlam1-3/+3
2007-08-13Updated mail/postfix-current to 2.5-20070731martti1-2/+2
Lots of changes, see the ChangeLog for details.
2007-05-30Updated mail/postfix-current to 2.5-20070529martti1-2/+4
Lots of changes, see the HISTORY file for details.
2007-05-02Updated mail/postfix-current to 2.5-20070501martti1-2/+2
Lots of changes, see the HISTORY file for details.
2007-04-03Updated mail/postfix-current to 2.5-20070402martti1-3/+3
This is a new development snapshot. Sync with Makefile with mail/postfix.
2007-04-03Some pkglint fixes.martti1-2/+2
2007-02-15Updated mail/postfix-current to 2.4-20070214martti1-2/+2
New development snapshot, lots of changes, see the HISTORY file for details...
2006-12-13Updated mail/postfix-current to 2.4-20061210martti1-5/+5
Too many changes to list here, see the HISTORY file for details.
2006-11-10Added CHECK_HEADERS_SKIP to make the package pass the test.rillig1-1/+2
2006-11-07Updated mail/postfix-current to 2.4-20061019martti1-2/+2
20061017 Cleanup: removed spurious warning when the cleanup server attempts to bounce mail with soft_bounce=yes. Problem reported by Ralf Hildebrandt. File: cleanup/cleanup_bounce.c. Bugfix: null pointer bug when receiving a non-protocol response on a cached SMTP/LMTP connection. Report by Brian Kantor. Fix by Victor Duchovni. File: smtp/smtp_reuse.c.
2006-10-19More pkglint -Wall fixes.martti1-12/+12
2006-10-18Remove patch-ab and "rm -f auxiliary/MacOSX/Postfix.StartupItem/Postfix"martti1-1/+2
in post-extract. I exchanges few mails with Wietse and he refused to fix the "==" lines and instructed me to simply remove the offending file. Instead of having a patch for a file which is not used by pkgsrc I think it makes sense to remove it.
2006-10-16Substitute _file_ with i to make pkglint happy.martti1-5/+5
2006-10-16Split SUBST_SED.postfixmartti1-11/+21
2006-10-16Fixed few pkglint warnings.martti1-5/+5
2006-10-16Fixed few pkglint warnings.martti1-1/+2
2006-10-16Fixed few pkglint warnings.martti1-5/+4
2006-10-16Updated mail/postfix-current to 2.4-20061015martti1-4/+3
* lots of bugfixes and cleanups
2006-08-31Updated mail/postfix-current to 2.4-20060825martti1-3/+3
Lots of bug fixes, see HISTORY for details...
2006-08-11Accept NetBSD 4.* as NETBSD4 to compile on NetBSD current.taca1-2/+2
Bump PKGREVISION.
2006-07-13Updated mail/postfix-current to 2.4-20060711martti1-2/+2
This is the first development version after 2.3.0 release.
2006-05-01Conflict with courier-mta.jlam1-2/+2
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+4
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-07Updated mail/postfix-current to 2.3-20060405martti1-2/+2
* lots of bug fixes and cleanups
2006-03-10Updated mail/postfix-current to 2.3-20060307martti1-2/+2
20060217 Bugfix: don't terminate with a non-standard exit status when the pipe-to-command feature has a problem before it executes the command. File: global/pipe_command.c. 20060223 Bugfix: detect integer overflow when multiplying time values with non-trivial time units. File: global/conv_time.c. 20060307 Bugfix: reset the msg_cleanup() fatal error handler in child processes. See also change 20060217. Files: postlock/postlock.c, master/multi_server.c, global/mail_run.c, util/vstream_popen.c.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-27Updated mail/postfix-current to 2.3-20060207martti1-2/+6
* bug fixes * install PREFIX/sbin/qshape
2006-02-05Updated mail/postfix-current to 2.3-20060202martti1-2/+2
Postfix now preserves uppercase information while mapping addresses with canonical, virtual, relocated or generic maps; this happens even with $number substitutions in regular expression maps. However, the local(8) and virtual(8) delivery agents still fold addresses to lower case. By default, Postfix now folds the search string to lowercase only with tables that have fixed-case lookup fields such as btree:, hash:, dbm:, ldap:, or *sql:. The search string is no longer case folded with tables whose lookup fields can match both upper or lower case, such as regexp:, pcre:, or cidr:. For safety reasons, Postfix no longer allows $number substitution in regexp: or pcre: transport tables or per-sender relayhost tables.
2006-01-10Use SUBST framework for mailer.conf as well.joerg1-3/+9
2006-01-10Updated postfix-current to 2.3-20060103martti1-3/+3
Postfix snapshot 20051220 provides a plug-in architecture for SASL authentication. With this, Postfix can support multiple SASL implementations without source code patches. Incompatibility with snapshot 20051220 ====================================== The Postfix-with-Cyrus-SASL build procedure has changed. You now need to specify -DUSE_CYRUS_SASL in addition to -DUSE_SASL_AUTH or else you end up without any Cyrus SASL support. The error messages are: unsupported SASL server implementation: cyrus unsupported SASL client implementation: cyrus Major changes with snapshot 20051220 ==================================== Plug-in support for SASL authentication in the SMTP server and in the SMTP+LMTP client. With this, Postfix can support multiple SASL implementations without source code patches. Some distributors may even make SASL support a run-time linking option, just like they do with Postfix lookup tables. Hints and tips for plug-in developers are in the xsasl/README file. For backwards compatibility the default plug-in type is Cyrus SASL, so everything should behave like it did before. Some error messages are slightly different, but these are generally improvements. The "postconf -a" command shows what plug-in implementations are available for the SMTP server, and "postconf -A" does the same for the SMTP+LMTP client. Plug-in implementations are selected with the smtpd_sasl_type, smtp_sasl_type and lmtp_sasl_type configuration parameters. Other new configuration parameters are smtpd_sasl_path, smtp_sasl_path and lmtp_sasl_path. These are better left alone; they are introduced for the convenience of other SASL implementations.
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme1-2/+2
pkg has been changed to 5.x). Reminded by wiz... thanks.
2005-12-31Add ${POSTFIX_QUEUE_DIR}/etc to OWN_DIRS. Suggested by Jeremy C. Reed.martti1-2/+2
2005-12-30Make sure ${spooletcdir} exists. Bump PKGREVISION as this affectsmartti1-2/+2
the binary package.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-5/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04Use "USE_TOOLS+=perl" instead of "BUILD_DEPENDS+=perl>=5.8.0:../../lang/perl5".martti1-2/+2
2005-12-03Depend on perl during build time. Hopefully this fixes the problemsmartti1-1/+3
detected in bulk build.
2005-11-30Updated postfix to 2.3-20051128martti1-3/+3
- Configurable text for (non)delivery status notifications. - Support for multiple ISP accounts, implemented with sender-dependent relayhosts and with sender-dependent SASL passwords. - Enhanced status codes per RFC 2034. This enables much improved error reporting with mail client programs, possibly in the user's own language. - Complete support for (non)delivery status notifications (DSN) per RFC 346[1-4]. This also enables improved error reporting.
2005-11-16Removed patch-ac as it was no longer needed (and in fact should notmartti1-1/+2
be used) according to Wietse Venema. PKGREVISION++
2005-09-30Updated postfix-current to 2.3-20050922martti1-10/+6
* lots of bug fixes and new features (see RELEASE_NOTES for details) * sync PLIST.*, MESSAGE.*, Makefile and options.mk with pkgsrc/mail/postfix
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-14Update to postfix-2.3-20050726christos1-3/+2
2005-07-31use ${LDFLAGS} in AUXLIBS so chosen libraries for various options cangrant1-2/+2
be found at runtime.