aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix1/files
ModeNameSize
-rw-r--r--patch-ea437logstatsplainblame
-rw-r--r--patch-eb345logstatsplainblame
-rw-r--r--patch-ec1133logstatsplainblame
-rw-r--r--patch-ed527logstatsplainblame
-rw-r--r--patch-ee551logstatsplainblame
-rw-r--r--patch-ef381logstatsplainblame
-rw-r--r--patch-eg735logstatsplainblame
-rw-r--r--patch-eh327logstatsplainblame
-rw-r--r--patch-main.cf1826logstatsplainblame
-rw-r--r--patch-post-install327logstatsplainblame
| | | | | | | | | | | | | | | | | | | Changes: 20141025 Bugfix (introduced: Postfix 2.11): core dump when smtp_policy_maps specifies an invalid TLS level. Viktor Dukhovni. File: smtp/smtp_tls_policy.c. 20150106 Robustness: don't segfault due to excessive recursion after a faulty configuration runs into the virtual_alias_recursion_limit. File: global/tok822_tree.c. 20150115 Safety: stop aliasing loops that exponentially increase the address length with each iteration. Back-ported from Postfix 3.0. File: cleanup/cleanup_map1n.c. 20150117 Cleanup: missing " in \%s\" in postconf(1) fatal error messages. Iain Hibbert. File: postconf/postconf_master.c. Approved by: sahil (implicit) MFH: 2015Q1 * - remove dead mirrors from MASTER_SITESohauer2015-02-151-6/+7 | | | | | | (a good overview can be taken by viewving the source of http://www.postfix.org/download.html) - remove MASTER_SITE_SUBDIR, it should be used only for sites defined in bsd.site.mk * - update conflicts for new postfix-currentohauer2015-02-012-37/+29 | | | | | | | | | | | | | | | | - use OPTIONS_SUB - enable TLS as default [1] - use USE_OPENSSL instead including Mk/openssl.mk - use new install instruction - use new notation for @mode in pkg-plist - bump PORTREVISON [1] Users using packages should have the ability to use TLS from the default package, (this makes the the postfix-tls port obsolete) Approved by: sahil (implicit) MFH: 2015Q1 * - install posttls-finger and posttls-finger.manohauer2014-12-012-1/+7 | | | | | | | | posttls-finger is handy for many tls related checks PR: 195293 Submitted by: Darren Pilgrim Approved by: sahil (implicit) * Finally retire USE_PGSQLcrees2014-11-231-1/+1 | * - fix wrong /var/spool/postfix permissionsohauer2014-11-102-2/+2 | | | | | | (broken by commit 372368 ,372370) - bump PORTREVISION * - sort OPTIONS_DEFINEohauer2014-11-102-19/+24 | | | | | | | | | | - fix build and install for non root users, (sgid and group for sbin/postdrop and sbin/postqueue was lost if build as non root and installed with sudo) - install /var/spool/postfix directories with correct owner/mode - use $WRKDIR instead of /tmp Approved by: sahil (implicit) * - update to 2.11.3ohauer2014-11-034-216/+27 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add CPE support - use PORTDOCS macro - remove check for OSVERSION >= 800037 - fix OPENLDAP_VER usage - set PORTSCOUD - always call set-permissions in post-install to set correct spool/postfix/* permissions this is required with pkg to support non interrupted upgrade Changes: ======== 20140619 Bugfix (introduced: 2001): qmqpd null pointer bug when it logs a lost connection while not in a mail transaction. Reported by Michal Adamek. File: qmqpd/qmqpd.c. 20140920 Bugfix (introduced: 20080212): incorrect client name in reject messages from check_reverse_client_hostname_access and check_reverse_client_hostname_{mx,ns}_access. They replied with the verified client name, instead of the name that was rejected. Problem reported by Reindl Harald. File: smtpd/smtpd_check.c. 20141012 Bugfix (introduced: Postfix 2.3): the PREPEND access/policy action added headers ABOVE Postfix's own Received: header, exposing Postfix's own Received: header to Milters (protocol violation) and hiding the PREPENDed header from Milters. The latter caused problems for DMARC implementations with SPF policy plus DKIM Milter. PREPENDed headers are now added BELOW Postfix's own Received: header and remain visible to Milters. File: smtpd/smtpd.c. 20141018 Bugfix (introduced: Postfix 2.3): when a Milter inserted a header ABOVE Postfix's own Received: header, Postfix would expose its own Received: header to Milters (violating protocol) and hide the Milter-inserted header from Milters (wtf). Files: cleanup/cleanup.h, cleanup/cleanup_message.c, cleanup/cleanup_state.c, milter/milter.[hc], milter/milter8.c. Cleanup: revert the workaround that places headers inserted with PREPEND actions or policy requests BELOW Postfix's own Received: message header. File: smtpd/smtpd.c. PR: 194396 Submitted by: Yasuhiro KIMURA Approved by: sahil (explicit per PM) * Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1 | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) * - Move RESETPREFIX to default PLIST_SUBbdrewery2014-08-191-1/+1 | | | | With hat: portmgr * mail/libspf2:tijl2014-08-171-1/+1 | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip (Also some white space fixes in dependent ports) Approved by: portmgr (implicit, bump unstaged port) * Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0 | | | | '__' instead. * net/openldap24-*:tijl2014-07-251-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) * Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-041-0/+1 | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) * - Update to 2.11.1sahil2014-05-083-99/+182 | | | | | | | | - Refactor to support staging [1] - Support "developer mode" [2] Submitted by: [1]: ohauer [2]: mandree * Repo-copy mail/postfix -> mail/postfix210, and updatesahil2014-01-213-15/+29 | | | | | | | | | | | | | | | | | | | both ports to the latest version. Also: - Set INVALID_BDB_VER [1] - Adopt new LIB_DEPENDS syntax [2] - Add option to support LMDB databases [2] - Modify shell command to quiet warnings on 10+ [3] - Respect upstream Makefile's warning suppression [4] PR: [1]: ports/185446 [2]: ports/185860 [3]: ports/185857 Submitted by: [1]: Eero Hanninen <fax@nohik.ee> [2]: Yasuhiro KIMURA <yasu@utahime.org> [3]: adamw [4]: koobs (via email) * Links dynamically to libcdb after databases/tinycdb updatepawel2013-12-111-1/+1 | | | | | | PR: ports/184666 Submitted by: me Approved by: bapt (portmgr) * Fixup pkgnames.mat2013-12-051-1/+1 | | | | | | PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450 Submitted by: mat Approved by: portmgr (bapt) * - Update to 2.10.2sahil2013-10-274-12/+13 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | mail) * - convert to the new perl5 frameworkaz2013-09-151-1/+2 | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) * - Update to 2.10.1 and bump VDAVERSIONsahil2013-09-022-7/+7 | * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 | | | | Approved by: portmgr (bdrewery) * Fix a regression that had crept in with r314621. Do notsahil2013-04-261-1/+1 | | | | | bump PORTREVISION because this does not affect the default package. * Repo-copy mail/postfix -> mail/postfix29, and updatesahil2013-04-233-12/+15 | | | | | | | | | | | | | | | both ports to the latest version and make a note in UPDATING. Also: - Adjust CONFLICTS - Add LICENSE information - Canonicalize 'Created by:' Makefile header - Remove shlib version from LIB_DEPENDS assignment - Correct LDAP_SASL logic - Replace tab with a single space after 'WWW:' in pkg-descr PR: ports/177127 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> * - adopt optionsNGjgh2013-03-191-91/+64 | | | | | | | - trim historical header - tighten COMMENT Approved by: portmgr (bapt) * Update to 2.9.5 and revise the PKGINSTALL script tosahil2013-01-284-16/+22 | | | | | | distinguish between upgrades and fresh installs. Also, mark BROKEN when users try to build WITH_LDAP_SASL but WITHOUT_SASL2. * Update PCRE to 8.32mm2012-12-111-1/+1 | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports * Update cyrus-sasl2 to 2.1.26.ume2012-12-101-1/+2 | | | | This bumps shlib version of libsasl2. * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-2/+2 | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op * Update to 2.9.4sahil2012-08-062-3/+3 | * - extend CONFLICTSashish2012-06-151-1/+1 | | | | Approved by: sahil (maintainer) * - Update to 2.9.3sahil2012-05-232-3/+3 | * - Update to 2.9.2sahil2012-04-252-3/+3 | * Update VDA patch and tweak the conditional thatsahil2012-04-232-4/+5 | | | | sets IS_INTERACTIVE. * - Update to 2.9.1sahil2012-02-202-5/+4 | | | | | | - Remove library number from pcre LIB_DEPENDS, as this port can compile without incident against older pcre libraries. * Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2 | * Update to 2.9.0 and revise IS_INTERACTIVE logic tosahil2012-02-114-17/+19 | | | | account for additional situations. * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 | | | | | | | | | | | 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. * Shorten some OPTION descriptions such that theysahil2011-11-211-7/+7 | | | | | | | | fit neatly within the dialog(1) box. PR: ports/162688 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Feature safe: yes * - Update to 2.8.7sahil2011-11-202-6/+6 | | | | Feature safe: yes * - Restore all patchesmiwi2011-11-061-0/+4 | * - Fix build on FreeBSD 10miwi2011-11-063-8/+6 | * - Update to 2.8.5 and point to newer VDA patchsahil2011-09-082-6/+6 | * Update to 2.8.4 and use the ports framework tosahil2011-07-263-77/+6 | | | | | | | | create USERS and GROUPS. Also remove replace() function from pkg-install script. PR: ports/158765 Submitted by: ohauer * Update to 2.8.3 and point to newer VDA patch. Also addresssahil2011-05-092-8/+14 | | | | | | | the problem described in ports/155885 by passing additional parameters to the upstream install script. Security: CVE-2011-1720 * - Update to 2.8.2sahil2011-03-223-15/+5 | * - Update to 2.8.1sahil2011-02-242-3/+3 | * Reactive VDA support with a new upstream patch releasedsahil2011-02-202-3/+3 | | | | specifically for Postfix version 2.8.0. * - Unbreak SPF option with new patch for 2.8.0sahil2011-02-062-2/+3 | | | | | | PR: ports/154465 Submitted by: mm Feature safe: yes * Set IS_INTERACTIVE if BATCH and PACKAGE_BUILDING aresahil2011-02-021-1/+5 | | | | | | | | undefined[1]; also, add missing 'ver' in description of the PGSQL option[2]. Prompted by: dougb[1], wxs[2] Feature safe: yes * Update to 2.8.0, tweak CONFLICTS, mark MAKE_JOBS_SAFEsahil2011-01-254-18/+38 | | | | | | | and note that the SPF and VDA options are unavailable with this release. Feature safe: yes * Add OPTION for SASL authentication via Dovecot 2.x andsahil2010-12-291-1/+10 | | | | | | | warn users if they erroneously elect both 1.x and 2.x. No bump of PORTREVISION because the default package is unchanged. * Update to 2.7.2 and modify pkg-install script to checksahil2010-11-273-17/+24 | | | | | | whether Postfix is already enabled in mailer.conf[1]. Submitted by: ohauer (via email) [1] * - Remove dead MASTER_SITEsahil2010-10-201-1/+0 | | | | Reported by: distilator * - Update optional SPF patch to version 1.1.0 [1]sahil2010-10-062-6/+6 | | | | | | | | - Fix CONFLICTS [2] PR: ports/151134 [1] Submitted by: mm@ [1] Noticed by: pav@ [2] * - Fix IPv6 support in SPF patchsahil2010-09-222-4/+4 | | | | | PR: ports/150749 Submitted by: mm@ * - Update VDA patch to version 2.7.0 [1]sahil2010-09-134-11/+33 | | | | | | | | | | | | | - Remove "empty variable" assignment from rc script [1] - Re-introduce optional SPF support [2] - Remove default DISTNAME assignment from Makefile - The affected OPTIONS are off by default, so do not bump PORTREVISION PR: [1]: ports/147731 [2]: ports/150428 Submitted by: [1]: ohauer@ [2]: mm@ * - Update to 2.7.1sahil2010-06-102-5/+4 | | | | | | - Unset INVALID_BDB_VER; Berkeley DB 5.x is now supported Approved by: wxs@/itectu@ (mentors, implicit) * - Set INVALID_BDB_VER; upstream does not yet support Berkeley DB 5 [1]sahil2010-05-141-12/+5 | | | | | | | | | - Remove OPTION for Kerberos IV - Change my email to @FreeBSD.org PR: ports/146371 [1] Reported by: Volodymyr Kostyrko <c.kworr@gmail.com> [1] Approved by: itetcu@ (mentor) * Fix plist for the default (non-base) packagedougb2010-03-292-7/+9 | | | | | Submitted by: Dimitry Andric <dimitry@andric.com> Approved by: maintainer * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# * Add an option to install into the base, and related supportdougb2010-03-222-11/+23 | | | | Approved by: maintainer * - Update to 2.7.0itetcu2010-03-054-21/+18 | | | | | | | | - users wanting to continue on 2.6 series should use mail/postfix26 PR: 144189 Submitted by: Sahil Tandon (maintainer) Feature safe: yes * - Add a note about possibly needing to create /etc/periodic.conf if itwxs2010-01-221-0/+2 | | | | | | does not exist. Approved by: Sahil Tandon <sahil@tandon.net> (maintainer) * Fix build with Kerberbos5 on 8.0 and 9.0 which have new Heimdal.itetcu2010-01-131-2/+6 | | | | | PR: 141045 Submitted by: maintainer (Sahil Tandon) * - Update VDA patch to 2.6.5wxs2009-09-182-5/+5 | | | | | | PR: ports/138777 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Feature safe: yes * Fix build on 9.des2009-09-152-4/+7 | | | | | Approved by: maintainer Reviewed by: wxs@, keramida@ * Update tp 2.6.5bland2009-09-072-4/+4 | | | | PR: 138301 * - Update to 2.6.3wxs2009-08-152-10/+11 | | | | | | | | | - Keep the VDA patch at 2.6.2 - Use bsd.port.options.mk PR: ports/137460 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Sahil Tandon <sahil@tandon.net> (maintainer) * Now that closefrom() has been merged to 7.X too, we have to patch sys_defs.hkeramida2009-07-232-12/+15 | | | | | | | of Postfix to use closefrom() for __FreeBSD_version >= 702104 too. Submitted by: Sahil Tandon, sahil at tandon.net (maintainer) Tested by: wxs (7.X), keramida (head) * - un-IGNORE VDA patch for version 2.6.2garga2009-07-102-1/+3 | | | | | | | - no PORTVERSION bump necessary since this option is off by default PR: ports/135902 Submitted by: Sahil Tandon <sahil@tandon.net> * Patch the src/util/sys_defs.h file of Postfix to fix the build onkeramida2009-07-091-0/+18 | | | | | | | | FreeBSD-8.0 after the new closefrom() system call was added. PR: ports/136459 Submitted by: Eygene Ryabinkin Approved by: erwin (portmgr), Sahil Tandon (maintainer) * - Cleanup pkg-install script to handle documentation installation correctly.wxs2009-06-113-13/+34 | | | | | | | | | | | | This resulted in a bizarre case where making a backup package after an upgrade would fail (ports/135051). - Don't install obsolete files by adding them to ${WRKSRC}/conf/postfix-files. - Whitespace cleanup. - Define and pass DAEMONDIR to the pkg-install script. PR: ports/135051 Submitted by: Takefu Kenji <takefu@airport.fm>, Yarema <yds@CoolRat.org> Approved by: sahil@tandon.net (maintainer) * Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:itetcu2009-06-052-10/+5 | | | | | | | | | | | | | | | | | | | With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND smtp_sasl_auth_enable=yes, the SMTP server logged warnings for reject_*_sender_login_mismatch, instead of enforcing them. Revert the default alias_database and alias_maps paths to /etc/aliases (instead of /etc/mail/aliases) -- the change to the latter was introduced in the "refactoring" patch (ports/ports/134728) and is incompatible with older versions of mail/postfix on FreeBSD and inconsistent with how the software is designed to work upstream. Finally, we IGNORE= when WITH_VDA is set until the VDA folks release a patch that definitely works with 2.6.2. Although I suspect the 2.6.1 patch would work, I think it's better form to let the VDA folks update their patch. PR: 135273 Submitted by: maintainer * - Fix install with defined NOPORTEXAMPLES [1]mm2009-06-043-32/+8 | | | | | | | | | | - Do not install clones of man pages [1] - Add POSTFIX_DEFAULT_MTA to SCRIPTS_ENV [2] - Bump PORTREVISION PR: ports/135241 [1], ports/123812 [2] Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) [1] Reported by: Marco Walraven <m.walraven@terantula.com> [2] * - refactor the port to ease maintenance [1]netchild2009-05-2611-399/+270 | | | | | | | | | | | - update to 2.6.1 [1] - remove IGNORE in the VDA case, the patch is available now [2] [2] is from me (compile tested), maintainer informed. PR: 134728 [1] Submitted by: Yarema <yds@CoolRat.org> [1] Approved by: maintainer [1] * - Update to 2.6.0pav2009-05-185-31/+26 | | | | | | | | - Transfer maintainership to the submitter PR: ports/134497 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vick Khera <vivek@khera.org> (old maintainer) * - Fix non-root installation (use pre-su-install target)pav2009-05-121-1/+1 | | | | | | PR: ports/133790 Submitted by: jhb Approved by: Vick Khera <vivek@khera.org> (maintainer) * - Update to 2.5.6mnag2009-01-272-8/+8 | | | | - Update VDA patch to 2.5.6 * - Update to 2.5.5mnag2008-09-282-4/+4 | * - Update VDA patch to 2.5.4mnag2008-08-302-4/+4 | | | | | PR: 126897 Notified by: Brian Haun <brian___haun.net> * - Update to 2.5.4mnag2008-08-183-45/+8 | | | | - Update VDA patch to 2.5.3 * - Fix paths in mail_perams.hbeech2008-07-151-6/+15 | | | | | | PR: ports/125133 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vivek Khera <vivek@khera.org> (maintainer) * - Fix milter macros (patch from Wietse Venema) [1]mnag2008-03-253-3/+41 | | | | | | | - Update VDA patch to 2.5.1 [2] PR: 121652 [1], 122029 [2] Submitted by: dmx___dmx.org.ru [1], ShuenBin Hsu <sbhsu___mail.a6.idv.tw> [2] * - Fix data_directorymnag2008-03-014-5/+26 | | | | | PR: 121236 Submitted by: Artis Caune <Artis.Caune___latnet.lv> * - Update to 2.5.1mnag2008-02-293-8/+9 | | | | | | - Mark as IGNORE VDA patch until patch does not apply clean Requested by: many * - Update to 2.4.6mnag2007-10-233-14/+14 | | | | | | | | | - Update VDA patch to 2.4.5 - Teach postfix to 8.0 [1] PR: 117304 [1] Submitted by: Oliver Peter <hoschi___mouhaha.de> [1] Approved by: maintainer * Remove leftover ifedwin2007-10-051-1/+0 | | | | Submitted by: Per olof Ljungmark <peo@intersonic.se> * Remove support for OSVERSION < 5edwin2007-10-041-24/+11 | * Allow dovecot and cyrus SASL to work together.delphij2007-08-301-6/+0 | | | | | | | | PORTREVISION intentionally not bumped. Submitted by: baptiste.daroussin@gmail.com PR: ports/110678 Approved by: maintainer * - Update to 2.4.5mnag2007-08-012-8/+8 | | | | - Update VDA to 2.4.4 * - Update VDA patch to 2.4.3-vda-ngmnag2007-06-152-5/+5 | * - Update to 2.4.3mnag2007-06-012-4/+4 | * - Update to 2.4.1mnag2007-04-302-4/+4 | * - Remove SASL1 support. security/cyrus-sasl will be removed soon.mnag2007-04-151-24/+3 | | | | | | PR: 111564, 111565, 111566 Submitted by: gabor (partially) Notified by: gabor * - Update VDA patch to 2.4.0mnag2007-04-062-6/+5 | * * mail/postfixmnag2007-04-053-17/+19 | | | | | | | | | | | | | | | | | - Update to 2.4.0 - Install qshape as default - Install test programs in PREFIX/bin instead of PREFIX/sbin to respect hier(7) * mail/postfix23 - Repocopied from mail/postfix to reflect 2.3.x version [1] * mail/Makefile - Add postfix23 Approved by: vivek___khera.org (maintainer) Repocopy by: marcus [1] * - Update to 2.3.8mnag2007-03-072-9/+8 | | | | - Update VDA patch to 2.3.7 * - Add mail to PROVIDE line. This fixes other scripts that require mailrafan2007-02-212-1/+2 | | | | | | | | starts first. PR: ports/109336 Submitted by: Dan D Niles <dan at more.net> Approved by: Vivek Khera <vivek at khera.org> (maintainer) * Addition of postfix_flags variable to rc.subr startup script.koitsu2007-02-211-2/+5 | | | | | | | | | | | 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 * - Update to 2.3.7rafan2007-02-012-4/+4 | | | | | PR: ports/108610 Submitted by: Vivek Khera <vivek at khera.org> (maintainer) * - Update to 2.3.5mnag2006-12-132-4/+4 | * - Remove SPF compatible options. Patch are removed in 20060719.mnag2006-11-291-1/+1 | * - Update VDA patch to 2.3.4mnag2006-11-092-5/+5 | * - Update to 2.3.4mnag2006-11-022-8/+8 | | | | - Update VDA patch to 2.3.3 * - Update to 2.3.3mnag2006-08-272-5/+4 | * - Update VDA patch to 2.3.2mnag2006-08-132-4/+4 | * Fix "typo" in previous commit.itetcu2006-08-021-1/+1 | | | | Submitted by: KIMURA Yasuhiro * Make rc.d start postfix later, like sendmail does.itetcu2006-08-021-1/+2 | | | | | | PR: 100750 Submitted by: KIMURA Yasuhiro Approved by: Vivek Khera (maintainer) * - Update to 2.3.2mnag2006-07-312-8/+8 | | | | - Update VDA patch to 2.3.1 * - Update to 2.3.1mnag2006-07-252-4/+4 | * - Spell fixes [1]mnag2006-07-202-4/+4 | | | | | | - Fix DOVECOT build [2] Submitted by: remko [1], Vivek Khera <vivek___khera.org> [2] * * UPDATINGmnag2006-07-1910-332/+284 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add entry about OPTIONS and SPF patch in mail/postfix * mail/Makefile Add postfix22 * mail/postfix [1] Update to 2.3.0 Use OPTIONS instead of scripts Add message about unsupported POSTFIX_OPTIONS Remove SPF patch since that's not apply clean Update pkg-descr Change rcNG to rc only Update CONFLICTS * mail/postfix-current Now postfix-current are called postfix-current instead of postfix. Update CONFLICTS Bump PORTREVISION Store OPTIONSFILE in another local to not conflict with mail/postfix Change rcNG to rc only * mail/postfix1 Update CONFLICTS * mail/postfix21 Update CONFLICTS Change rcNG to rc only * mail/postfix22 [2] Update CONFLICTS Change rcNG to rc only Approved by: maintainer [1] Repocopy by: marcus [2] * - Update to use USE_BDB flagmnag2006-04-222-66/+8 | | | | | PR: 96048 Submitted by: maintainer * - VDA patch are rerolled. Minor changes in patch.mnag2006-04-191-3/+3 | | | | Approved by: maintainer (implict) * - Update VDA patch to 2.2.10mnag2006-04-183-5/+6 | | | | | | | | - Bump PORTREVISION PR: 95677 Submitted by: mnag Approved by: maintainer * - Update to 2.2.10mnag2006-04-074-11/+20 | | | | | | | - Trust only in host instead of subnet in default instalation. [1] - Update VDA patch to 2.2.9 Notified by: Anton Yuzhaninov <citrin__citrin.ru> * - Update to 2.2.9mnag2006-02-223-10/+9 | | | | - Update VDA patch to 2.2.8 * - Linker fix when use OPENSSL from portsmnag2006-01-253-5/+4 | | | | | | | | - portlint(1) PR: 92282 Reported by: dinoex Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1 | | | | | Approved by: krion@ PR: ports/88711 (related) * Modify rc.d script like example in Porters Handbook.mnag2006-01-171-11/+15 | * Fix rc.d/postfix.sh restart adding pidfile and procnamemnag2006-01-132-1/+7 | | | | | | | | Bump PORTREVISION PR: 91721 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer * Add rcNG script to start postfixmnag2006-01-134-27/+53 | | | | | | | Update pkg-message to reflect rcNG script Bump PORTREVISION Approved by: Vivek Khera <vivek@khera.org> (maintainer) * Update to 2.2.8mnag2006-01-053-11/+9 | * Update to 2.2.7mnag2005-12-132-4/+4 | * Add MIT kerberos 5 optionmnag2005-12-011-1/+6 | | | | | PR: 86465 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * Update to 2.2.6mnag2005-12-015-16/+22 | | | | | | | | More complete installation of TEST programs/man pages Add SHA256 Remove extra blank lines in pkg-message Approved by: maintainer via email * Add WITH_OPENLDAP_VER to reflect options menumnag2005-10-141-1/+4 | | | | | | PR: 87417 Notified by: Alson van der Meulen <alson+bugs@waalsdorp.nl> Approved by: Vivek Khera <vivek@khera.org> * Proper link when use OPENSSL from ports.mnag2005-10-042-5/+5 | | | | | | PR: 86861 Pointed by: Uffe Vedenbrant <uffe@vedenbrant.se> Approved by: vivek@khera.org (maintainer), pav (mentor) * VDA bugfixmnag2005-09-291-2/+2 | | | | Approved by: vivek@khera.org (maintainer via email), pav (mentor) * Update PORTREVISION because libspf2 is movedvsevolod2005-09-126-164/+144 | | | | | | | | | | Update LIB_DEPENDS to mail/libspf2-10 Use builtin echo Use REINPLACE instead then scripts/configure and scripts/fix-files-list PR: 85000 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Vivek Khera (maintainer) * - Add cdb map lookupsgarga2005-08-311-2/+9 | | | | | | PR: ports/84382 Submitted by: IWAMOTO Kouichi <sue@iwmt.org> Approved by: maintainer * Fix outdated information regarding sendmail rc.conf variableslawrance2005-08-021-1/+4 | | | | | | | PR: ports/84345 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Vivek Khera <vivek@khera.org> (maintainer) Approved by: portmgr * - Allow Marcus Grando to bypass maintainerpav2005-07-251-0/+1 | | | | Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * - Update to 2.2.5pav2005-07-232-4/+3 | | | | | | PR: ports/83887 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Vivek Khera <vivek@khera.org> (maintainer) * - Update comment to match existing optionspav2005-07-221-1/+1 | | | | | | PR: ports/83079 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: Vivek Khera <vivek@khera.org> (maintainer) * - Fix build on FreeBSD 7pav2005-07-141-3/+5 | | | | | | PR: ports/83414 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Vivek Khera <vivek@khera.org> (maintainer) * - Fix manpage links [1] [2]jylefort2005-07-073-15/+21 | | | | | | | | | | | | | | - Update the VDA patch to 2.2.4 [2] [1] PR: ports/82768 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Approved by: maintainer [2]: PR: ports/83032 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer * - Update to 2.2.4.flz2005-06-232-4/+4 | | | | | | PR: ports/82546 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer * - Add instructions for /etc/rc.conf that makebarner2005-05-201-3/+6 | | | | | | | | | | `/etc/rc.d/sendmail stop' stop the postfix mail system. [1] - Re-phrased a paragraph to be more clear. [2] Submitted by: shige [1], maintainer [2] Approved by: maintainer [1] PR: ports/81245 [1] * Update the VDA patch to 2.2.3jylefort2005-05-113-4/+5 | | | | | | PR: ports/80859 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer * Update to 2.2.3jylefort2005-05-032-3/+3 | | | | | | PR: ports/80552 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer * - Update postfix to 2.2.2pav2005-04-064-8/+8 | | | | | | | | | | | | | | - Update VDA patch to 2.2.2 - Fix mailer.conf activation *) PR: ports/79207 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Vivek Khera <vivek@khera.org> (maintainer) *) PR: ports/79447 Submitted by: bz Patch by: Christian Kratzer <ck at cksoft dot de> * - Update to 2.2.1pav2005-03-2012-569/+463 | | | | | | PR: ports/78852 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Vivek Khera <vivek@khera.org> (maintainer) * - Update VDA patch to 2.1.5pav2005-02-182-4/+4 | | | | | | PR: ports/76299 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Vivek Khera <vivek@khera.org> (maintainer) * postfix's optional postgres support doesn't work with the new Postgres portleeym2005-02-081-20/+3 | | | | | | | configuration. this patch fixes that PR: 77216 Submitted by: Vivek Khera <vivek at khera.org> * [PATCH] mail/postfix: Update to libspf2-2.1.5-5edwin2004-11-274-26/+6 | | | | | | | | | | | | | | | | | update the SPF patch to latest release which fixes bug exposed by gcc in FreeBSD 5.3. it is otherwise identical to prior version, so no upgrade is necessary if you have it compiled and workign in FreeBSD 4.10 already (thus no version bump). removed "extra libspf2" patch that tried to work around failure of IPv6+TLS patch when used in conjunction with SPF patch. It just doesn't work, and I can't figure out exactly what it is supposed to do. As it was, this would cause failures when selecting just the SPF patch. PR: ports/74095 Submitted by: Vivek Khera <vivek@khera.org> * - Support SPF and TLS at the same timepav2004-11-152-1/+22 | | | | | | PR: ports/72774 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (2 weeks) * - Fix build with SASLKRB5 optionpav2004-10-261-2/+2 | | | | | | PR: ports/73100 Submitted by: Matthew X. Economou <xenophon+freebsd@irtnog.org> Approved by: maintainer * update mail/postfix to latestedwin2004-10-133-12/+12 | | | | | | | | update postfix to 2.1.5 update IPv6 patches to latest corresponding versions PR: ports/72009 Submitted by: Vivek Khera <vivek@khera.org> * Make sure this patch applies correctly when PATCH_STRIP=-p1, as is thedes2004-09-041-2/+2 | | | | | | case when TLS is enabled. Approved by: portmgr (krion) * Fix build on 6.0.des2004-08-312-0/+22 | | | | Approved by: maintainer * - Add VDA (Virtual Delivery Agent) patchpav2004-08-222-1/+9 | | | | | | PR: ports/70637 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer * Add a patch to optionnaly add libspf2mat2004-08-183-2/+21 | | | | | PR: 70595 Submitted by: maintainer * - Update to 2.1.4pav2004-07-143-4/+8 | | | | | PR: ports/68949 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * - Update IPv6 patches to 2.1.3pav2004-06-252-11/+11 | | | | | | PR: ports/68273 Submitted by: Olafur Osvaldsson <oli@aker.isnic.is> Approved by: maintainer * - Update to 2.1.3pav2004-06-233-10/+10 | | | | | | | | Note for users of IPv6 patches: don't upgrade, patches were not updated for 2.1.3 yet and don't work at the moment. PR: ports/68171 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * - Wordsmithing in commentpav2004-06-111-1/+1 | | | | | PR: ports/67782 Submitted by: Chris Pepper <pepper@reppep.com> * - Update IPv6 patches to 1.24pav2004-05-222-7/+7 | | | | | PR: ports/67003 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * update mail/postfix to latest releaseedwin2004-05-142-3/+3 | | | | | | | update postfix to 2.1.1 release PR: ports/66569 Submitted by: Vivek Khera <vivek@khera.org> * - Update to 2.1.0pav2004-05-1214-283/+288 | | | | | PR: ports/66215 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * - Update to 2.0.20pav2004-05-032-4/+5 | | | | | PR: ports/66056 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * Use /usr/sbin/nologin instead of /sbin/nologin if it exists and isdes2004-04-131-4/+13 | | | | | | | executable. Use fixed UIDs (125) and GIDs (125, 126). Approved by: maintainer * - Kill trailing whitespacepav2004-04-021-2/+2 | | | | | PR: ports/65053 Submitted by: Xin LI <delphij@frontfree.net> * - Add support for db42pav2004-03-301-10/+23 | | | | | | PR: ports/64801 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer * - Update 2.0.19clement2004-03-232-3/+5 | | | | | | | | - SIZEify - Update maintainer address PR: 64590 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * s/USE_OPENLDAP_VER/WANT_OPENLDAP_VER/g in comments.ale2004-03-111-2/+2 | | | | Noticed by: eik * Use USE_MYSQL and USE_OPENLDAP.ale2004-03-111-21/+9 | | | | | PR: ports/63814 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * Fix build with LDAP.osa2004-02-201-3/+3 | | | | | | Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> Approved by: Vivek Khera <khera@kcilink.com> (maintainer) PR: 62690 * Update to latest released version. Update TLS/IPv6 patches to match.eik2004-01-313-9/+20 | | | | | PR: 62121 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) * Respect ${CC} flag.osa2003-12-311-1/+1 | | | | Approved by: Vivek Khera <vivek@khera.org> (maintainer) * Add the rc.conf pid-file specification line for startup.petef2003-12-211-0/+1 | | | | | | PR: 57074 Submitted by: Jonathan Chen <jonc@chen.org.nz> Approved by: maintainer * - add CONFLICTSdinoex2003-10-141-0/+1 | | | | | Submitted by: eikemeier@fillmore-labs.com Approved by: kris * Update to 2.0.16osa2003-10-023-10/+13 | | | | | | PR: ports/57083 (partially) PR submitted by: osa Approved/Reviewed by: Vivek Khera <khera@kciLink.com> (maintainer) * Update postfix to latest release (mainly a Solaris bug workaround).osa2003-09-092-2/+2 | | | | | Submitted by: Vivek Khera <khera@kcilink.com> (maintainer) PR: 56631 * Update to 2.0.14 [1]osa2003-08-284-99/+99 | | | | | | | | | | Use %%DOCSDIR%% in pkg-plist [2] Submitted by: Vivek Khera <vivek@khera.org> [1], Linh Pham <question@closedsrc.org> [1], osa [2] Approved by: Vivek Khera <vivek@khera.org> (maintainer) PRs: 55759, 56016 * Fix plist at optional IPv6 configuration.kuriyama2003-08-172-1/+7 | | | | | PR: ports/55301 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> * Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-3/+3 | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... * One of the patch files for postfix was not PREFIX-clean. This makes iterwin2003-07-231-7/+7 | | | | | | | PREFIX-clean PR: 54768 Submitted by: maintainer * Included in this email is a patch to postfix which I need applied forerwin2003-07-101-1/+13 | | | | | | | my upcoming commit to sysinstall(8). PR: 54291 Submitted by: trhodes via maintainer * Fix building with SASL2 case.osa2003-07-071-4/+1 | | | | | | | Submitted by: Charles Swiger <chuck@pkix.net> Patch from: Vivek Khera <khera@kcilink.com> (maintainer) PR: 54136 Approved by: fjoe (mentor) (implicit) * update mail/postfix: 2.0.12 --> 2.0.13daichi2003-07-023-17/+12 | | | | | PR: 53984 Submitted by: Vivek Khera <khera@kcilink.com> (maintainer) * Upgrade to 2.0.12.obraun2003-06-283-12/+12 | | | | | PR: ports/53846 Submitted by: maintainer * - Update postfix to 2.0.10 releasenaddy2003-06-023-4/+15 | | | | | | | - Add option for using Postgres 7.2 in addition to 7.3 PR: 52620 Submitted by: Vivek Khera <khera@kcilink.com> * * Upgrade to 2.0.9.obraun2003-05-133-21/+17 | | | | | | | * Re-enable IPv6 without TLS as an option. PR: ports/52133 Submitted by: maintainer * update postfix to 2.0.7leeym2003-04-153-18/+34 | | | | | | | | | | | | 1. SSL linking fix 2. specific openldap depedency (ports/48621) 3. Kerberos linking fix PR: 50964 Submitted by: Vivek Khera <khera@kcilink.com> Obtained from: 1. dirk.meyer@dinoex.sub.org 2. Christian Kratzer <ck@cksoft.de> 3. Miles Egan <miles@caddr.com> * update postfix to 2.0.6leeym2003-03-113-4/+3 | | | | | | | | | | | | | | this is a security critical release -- it works around the same bug that was recently patched in sendmail to protect any unpatched sendmail servers behind a postfix gateway. this fix allows one to leave postfix as the gateway machine when there are unpatched sendmail servers, rather than having to install sendmail on your gateway. PR: 49006 Submitted by: Vivek Khera <khera@kcilink.com> Approved by: kris * Batch building of packages for postfix is failing due to PCRE issues.leeym2003-03-042-12/+19 | | | | | PR: 48896 Submitted by: Vivek Khera <khera@kcilink.com> * Spell `-ldes' as `-lcrypto'.nectar2003-03-031-3/+3 | * Point dependencies on net/openldap to net/openldap12edwin2003-02-241-2/+2 | * add PORTEPOCH=1, which was removed by maintainer in rev 1.67leeym2003-02-231-0/+1 | * Add missing manpage.demon2003-02-231-2/+2 | * update postfix to 2.0.4leeym2003-02-233-10/+9 | | | | | PR: 48531 Submitted by: Vivek Khera <khera@kcilink.com> * De-pkg-comment.knu2003-02-212-1/+1 |