aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - update to 3.4.5Olli Hauer2019-04-191-0/+2
| | | | | | | - adopt libressl patches from OpenBSD Notes: svn path=/head/; revision=499382
* - update to postfix 3.1Olli Hauer2016-02-281-3/+34
| | | | | | | | | Users updating from postfix 2.11 should read: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.1.0.RELEASE_NOTES Notes: svn path=/head/; revision=409727
* - rework pkg-install and pkg-message [1]Olli Hauer2016-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | - install postfix specific mailer.conf.postfix into DATADIR [2] - use new notation instead PATCH_DIST_STRIP - bump PORTREVISION 1) detect if the port is installed without TERM, in this case do not ask the to make postfix the default mailer and respect the env POSTFIX_DEFAULT_MTA. This helps tools like salt, ansible, cfengine and puppet during the first package installation. 2) $DATADIR/mailer.conf.postfix can be used by the tools in 1) MFH: 2016Q1 Notes: svn path=/head/; revision=405234
* - update to version 2.11.5Olli Hauer2015-05-101-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename OPTIONS to match default name of most ports - SASL2 -> SASL - OPENLDAP -> LDAP - install main.cf and master.cf with the @sample macro - rework pkg-install - fix wrong permission for /var/db/postfix [1] - sets WANT_OPENLDAP_SASL option for openldap port when postfix LDAP_SASL option is set [2] - make usage of new ${opt}_DEPENDS notation Changelog: 20150324 Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps ignored the relayhost setting in the case of a DUNNO lookup result. It would use the recipient domain instead. Viktor Dukhovni. Wietse took the pieces of code that enforce the precedence of a sender-dependent relayhost, the global relayhost, and the recipient domain, and put that code together in once place so that it is easier to maintain. File: trivial-rewrite/resolve.c. 20150330 Bitrot: prepare for future changes in OpenSSL API. Viktor Dukhovni. File: tls_dane.c. 20150408 Portability: FreeBSD10 support. Files: makedefs, util/sys_defs.h. Incompatibility: specifying "make makefiles" with "CC=command" will no longer override the default WARN setting. PR: 198215 [1] 198857 [2] Notes: svn path=/head/; revision=385965
* - update conflicts for new postfix-currentOlli Hauer2015-01-311-10/+4
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=378221
* - install posttls-finger and posttls-finger.manOlli Hauer2014-11-301-0/+2
| | | | | | | | | | | posttls-finger is handy for many tls related checks PR: 195293 Submitted by: Darren Pilgrim Approved by: sahil (implicit) Notes: svn path=/head/; revision=373695
* - fix wrong /var/spool/postfix permissionsOlli Hauer2014-11-101-1/+1
| | | | | | | | | (broken by commit 372368 ,372370) - bump PORTREVISION Notes: svn path=/head/; revision=372388
* - sort OPTIONS_DEFINEOlli Hauer2014-11-091-16/+20
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=372370
* - update to 2.11.3Olli Hauer2014-11-021-203/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=372087
* - Update to 2.11.1Sahil Tandon2014-05-081-21/+114
| | | | | | | | | | | - Refactor to support staging [1] - Support "developer mode" [2] Submitted by: [1]: ohauer [2]: mandree Notes: svn path=/head/; revision=353235
* Repo-copy mail/postfix -> mail/postfix210, and updateSahil Tandon2014-01-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=340537
* Update to 2.9.0 and revise IS_INTERACTIVE logic toSahil Tandon2012-02-111-0/+2
| | | | | | | account for additional situations. Notes: svn path=/head/; revision=290904
* Update to 2.8.0, tweak CONFLICTS, mark MAKE_JOBS_SAFESahil Tandon2011-01-241-0/+11
| | | | | | | | | | and note that the SPF and VDA options are unavailable with this release. Feature safe: yes Notes: svn path=/head/; revision=268192
* - Update VDA patch to version 2.7.0 [1]Sahil Tandon2010-09-131-0/+1
| | | | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=261054
* Fix plist for the default (non-base) packageDoug Barton2010-03-281-7/+7
| | | | | | | | Submitted by: Dimitry Andric <dimitry@andric.com> Approved by: maintainer Notes: svn path=/head/; revision=251650
* Add an option to install into the base, and related supportDoug Barton2010-03-221-8/+9
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=251357
* - Cleanup pkg-install script to handle documentation installation correctly.Wesley Shields2009-06-111-0/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=235559
* - Fix install with defined NOPORTEXAMPLES [1]Martin Matuska2009-06-041-10/+2
| | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=235147
* - refactor the port to ease maintenance [1]Alexander Leidinger2009-05-261-36/+26
| | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=234580
* - Update to 2.6.0Pav Lucistnik2009-05-181-3/+12
| | | | | | | | | | | - Transfer maintainership to the submitter PR: ports/134497 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vick Khera <vivek@khera.org> (old maintainer) Notes: svn path=/head/; revision=234141
* - Update to 2.5.1Marcus Alves Grando2008-02-281-0/+3
| | | | | | | | | - Mark as IGNORE VDA patch until patch does not apply clean Requested by: many Notes: svn path=/head/; revision=208124
* * mail/postfixMarcus Alves Grando2007-04-041-10/+7
| | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=189218
* * UPDATINGMarcus Alves Grando2006-07-191-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=168234
* - Linker fix when use OPENSSL from portsMarcus Alves Grando2006-01-241-1/+1
| | | | | | | | | | | - portlint(1) PR: 92282 Reported by: dinoex Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=154382
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Update to 2.2.6Marcus Alves Grando2005-11-301-0/+1
| | | | | | | | | | | More complete installation of TEST programs/man pages Add SHA256 Remove extra blank lines in pkg-message Approved by: maintainer via email Notes: svn path=/head/; revision=150076
* - Update to 2.2.1Pav Lucistnik2005-03-191-20/+42
| | | | | | | | | PR: ports/78852 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=131671
* Add a patch to optionnaly add libspf2Mathieu Arnold2004-08-181-0/+1
| | | | | | | | PR: 70595 Submitted by: maintainer Notes: svn path=/head/; revision=116598
* - Update to 2.1.0Pav Lucistnik2004-05-121-75/+103
| | | | | | | | PR: ports/66215 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=108988
* Update to 2.0.14 [1]Sergey A. Osokin2003-08-271-89/+89
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=87813
* Fix plist at optional IPv6 configuration.Jun Kuriyama2003-08-171-0/+2
| | | | | | | | PR: ports/55301 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87125
* upgrade to version 2.0.2SADA Kenji2003-01-191-0/+2
| | | | | | | | PR: ports/47110 Submitted by: maintainer Notes: svn path=/head/; revision=73474
* Update to 2.0.0.2.Pete Fritchman2003-01-091-0/+5
| | | | | | | | PR: 46691 Submitted by: maintainer Notes: svn path=/head/; revision=72786
* Update to 1.1.3David W. Chapman Jr.2002-02-111-8/+16
| | | | | | | | | | | | Update to latest TLS Give Vivek Khera Maintainership Fix loss of config files during upgrade PR: 34837 Submitted by: maintainer Notes: svn path=/head/; revision=54566
* Add missing files to pkg-plistDavid W. Chapman Jr.2002-01-311-2/+4
| | | | | | | | | Fix config files from being erased. Submitted by: Vivek Khera Notes: svn path=/head/; revision=54089
* Update to 1.1.2 (yes they are finally using versions)David W. Chapman Jr.2002-01-301-77/+115
| | | | | | | Submitted by: Vivek Khera Notes: svn path=/head/; revision=54041
* Remove version tags from files that don't need it.David W. Chapman Jr.2001-09-231-1/+0
| | | | Notes: svn path=/head/; revision=48124
* Install install.cf to ensure spool is created with correct permissionsDavid W. Chapman Jr.2001-09-231-0/+2
| | | | | | | | | | Bump PORTREVISION PR: 30751 Submitted by: Yen-Ming Lee Notes: svn path=/head/; revision=48121
* Update port to 20010228 pl02.Jun Kuriyama2001-05-211-1/+1
| | | | | | | | | | | | | | | pkg-plist cleanup. Update to TLS patch 0.7.2. Update to IPv6 patch 20010228pl02-v6-20010503a. Complain if user tries to compile with both TLS and IPv6 enabled. Complain if user tries to compile with IPv6 on non-i386 platform (ie alpha). Change maintainer e-mail address. Submitted by: blaz@si.FreeBSD.org (maintainer) PR: ports/27098 Notes: svn path=/head/; revision=42834
* update to NON BETA release, 20010228.FUJISHIMA Satsuki2001-03-041-60/+73
| | | | | | | | PR: 25493 Submitted by: maintainer Notes: svn path=/head/; revision=39057
* Update to postfix 19991231-pl10. Install LDAP_README and MYSQL_README alongWill Andrews2000-11-141-60/+69
| | | | | | | | | | | | | | | | with documentation. Fix manpage generation. Consistently use INSTALL_* macros (from postfix-current). Modify packaging list using WITH_PCRE and WITH_LDAP PLIST_SUBs (as per postfix-current). Add knob to enable PCRE (again from postfix-current). Use better package description (postfix-current). Fix PLIST. Conditionally remove main.cf and master.cf when they are unmodified from default (postfix-current). Fully institute new maintainer as a real one. :-) PR: 17777, 19185, 20565, 21819, 22613 (also postfix-current) Submitted by: maintainer (THANKS!) Notes: svn path=/head/; revision=35128
* Upgrade to latest version, fix PR 16472, 16753, 17078 too.Vanilla I. Shu2000-04-031-0/+53
| | | | | | | | PR: ports/17749 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Notes: svn path=/head/; revision=27296
* - Upgrade to Postfix 19991231pl04Torsten Blum2000-02-131-2/+2
| | | | | | | | - Stylistic changes in Makefile - Changes in packaging, esp. pkg/INSTALL Notes: svn path=/head/; revision=25777
* Upgrade to postfix 19990906 pl 02Torsten Blum1999-09-101-8/+7
| | | | Notes: svn path=/head/; revision=21602
* o Upgrade to 19990601Bill Fumerola1999-08-041-2/+3
| | | | | | | | | | PR: ports/12603 Submitted by: Hoss Firooznia <hfir@math.rochester.edu> o Put CFLAGS in the proper place (not in ALL_TARGET) Notes: svn path=/head/; revision=20523
* Port of Wietse Venema's postfix, yet another mail transport agent that tries toTorsten Blum1999-03-291-0/+49
replace sendmail. Notes: svn path=/head/; revision=17439