aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix28
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* upgrade to version 2.0.2sada2003-01-195-19/+67
| | | | | PR: ports/47110 Submitted by: maintainer
* Update to 2.0.0.2.petef2003-01-0917-115/+208
| | | | | PR: 46691 Submitted by: maintainer
* Missed configure scripts in libpq version bump: chase lib version.seanc2003-01-051-2/+3
|
* upgrade to 1.1.12ijliao2003-01-0258-1074/+42
| | | | | PR: 45802 Submitted by: maintainer
* Add hooks to preselect postfix optionsdwcjr2002-08-273-31/+47
| | | | | | | Update TLS PR: 42047 Submitted by: maintainer, knu
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-293-6/+6
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* Update to 1.1.11dwcjr2002-06-205-10/+25
| | | | | PR: 3954 Submitted by: maintainer
* Update to latestdwcjr2002-05-172-2/+2
| | | | | PR: 38153 Submitted by: maintainer
* Update to 1.1.9dwcjr2002-05-153-12/+12
| | | | | | | make PCRE and SASL libs dynamically linked PR: 38081 Submitted by: maintainer
* Add PGSQL supportdwcjr2002-05-092-2/+13
| | | | | PR: 37864 Submitted by: maintainer
* Add missing pkg-messagedwcjr2002-05-071-0/+24
| | | | Submitted by: hayashi@totalware.gifu.gifu.jp
* Update to 1.1.8dwcjr2002-05-074-26/+24
| | | | | | | Re-enable IPv6 with non official patch PR: 37798 Submitted by: maintainer
* handle batch buildsdwcjr2002-04-212-4/+4
| | | | | PR: 37259 Submitted by: maintainer
* Update postfix to 1.1.7dwcjr2002-04-024-9/+20
| | | | | PR: 36621 Submitted by: maintainer
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+2
|
* Update to 1.1.5dwcjr2002-03-194-6/+8
| | | | | PR: 36058 Submitted by: maintainer
* Update postfix to 1.1.4dwcjr2002-02-273-6/+6
| | | | | PR: 35347 Submitted by: maintainer
* Update to 1.1.3dwcjr2002-02-125-28/+40
| | | | | | | | | Update to latest TLS Give Vivek Khera Maintainership Fix loss of config files during upgrade PR: 34837 Submitted by: maintainer
* Add missing files to pkg-plistdwcjr2002-02-013-2/+18
| | | | | | Fix config files from being erased. Submitted by: Vivek Khera
* Update to 1.1.2 (yes they are finally using versions)dwcjr2002-01-3122-486/+411
| | | | Submitted by: Vivek Khera
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-9/+9
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Set context of diff for patch-aa to 2 lines to allow tls patchingdwcjr2002-01-181-51/+24
| | | | | PR: 33992 Noticed by: des, et al.
* Disable debugger by defaultnectar2002-01-151-19/+91
| | | | Approved by: dwcjr (MAINTAINER)
* Add header/body_check warnings commanddwcjr2001-11-272-0/+25
| | | | | | Bump PORTREVISION Submitted by: osa@freebsd.org.ru
* Update to pl08 and tls to go with it.dwcjr2001-11-163-6/+6
| | | | | PR: 32007 Submitted by: osa@FreeBSD.org.ru
* Update to pl07dwcjr2001-11-152-2/+2
| | | | | PR: 32000 Submitted by: osa@FreeBSD.org.ru
* Update postfix to 20010228-pl06 and update tls to go with it.dwcjr2001-11-063-7/+6
|
* Fix path in patchdwcjr2001-10-111-1/+1
| | | | | PR: 30547 Submitted by: hanahara@meiko.co.jp
* Erase extra parts of install.cfdwcjr2001-09-241-4/+0
| | | | Submitted by: Yen-Ming Lee
* Remove version tags from files that don't need it.dwcjr2001-09-242-2/+0
|
* Install install.cf to ensure spool is created with correct permissionsdwcjr2001-09-243-1/+18
| | | | | | | Bump PORTREVISION PR: 30751 Submitted by: Yen-Ming Lee
* Update to pl05dwcjr2001-09-233-10/+9
| | | | | | | Change DISTNAME to use regex Update tls and ipv6 to pl04 Pointed out by: petef
* Fix path on main.cf in reference to prefixdwcjr2001-09-142-2/+2
| | | | | | | Bump PORTREVISION PR: 30547 Submitted by: hanahara@meiko.co.jp
* Correct the size of the dialog box so dialog(1) doesn't bug out and trashkris2001-08-201-2/+2
| | | | | | the unused lower half Submitted by: eric
* Back out the db3 port update because some of these dependent ports hadknu2001-08-012-3/+3
| | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-252-2/+3
|
* Update to pl3 of postfixdwcjr2001-06-183-9/+9
| | | | Update TLS and IPv6 to go with new postfix version
* I'm taking over this port for Blaz since he can't dedicate time to itdwcjr2001-06-181-1/+1
| | | | | | and I am already maintaining postfix-current. Submitted by: maintainer
* Update port to 20010228 pl02.kuriyama2001-05-214-30/+24
| | | | | | | | | | | | 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
* update postfix to 20010228-pl01mharo2001-04-022-4/+3
| | | | | PR: 26211 Submitted by: maintainer
* Revert previous commit.kuriyama2001-03-261-3/+3
| | | | | sendmail_enable="YES" in rc.conf executes /usr/sbin/sendmail at startup. But mysql-client.sh is not yet executed at that stage.
* Link shared library for MySQL.kuriyama2001-03-241-3/+3
| | | | | | Submitted by: Renaud Waldura <renaud+freebsd-bugs@waldura.org> PR: ports/25967 Approved by: maintainer
* Make spool directory at pkg-install.kuriyama2001-03-141-0/+1
| | | | | Submitted by: blaz@amis.net (mail/postfix maintainer) PR: ports/25775
* fix build options.sf2001-03-131-2/+2
| | | | | PR: 25746 Submitted by: R)Bémi Guyomarch <rguyom@pobox.com>
* Disable IPv6 on Alpha, since this breaks it.alex2001-03-121-5/+20
| | | | Submitted by: blaz@amis.net (maintainer)
* remove BROKEN for alpha, the unaligned access errors are a red herring.billf2001-03-111-4/+0
| | | | I'm getting the same "unknown mail transport error" on my i386 at work.
* Mark BROKEN for alpha: Unaligned access problems in postsuper and postlogalex2001-03-111-0/+4
|
* Fix the DB3 support. DB3's shlib version is now at 2.knu2001-03-061-2/+2
|
* use DIST_SUBDIR=postfix due to both release and snapshot don't havesf2001-03-052-3/+4
| | | | | | specific name in their tarballs. Approved by: maintainers
* update to NON BETA release, 20010228.sf2001-03-0549-354/+820
| | | | | PR: 25493 Submitted by: maintainer
* Add -lz to be compiled with MySQL.kuriyama2001-02-171-1/+1
| | | | Requested by: Blaz Zupan <blaz@amis.net>
* add MASTER_SITE_RINGSERVER to MASTER_SITES.sf2001-02-061-1/+2
| | | | Approved by: maintainers
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Unbreak use with rmail and bump PORTREVISION.dannyboy2000-12-233-40/+60
| | | | | PR: 22598 Submitted by: MAINTAINER
* Update to 19991231-pl13.dannyboy2000-12-234-4/+5
| | | | | PR: 23696 Submitted by: MAINTAINER
* Update to postfix 19991231-pl10. Install LDAP_README and MYSQL_README alongwill2000-11-1457-435/+1061
| | | | | | | | | | | | | 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!)
* Hand MAINTAINER to Blaz Zupan <blaz@amis.net>.will2000-11-081-1/+1
|
* Remove Torsten Blum by due effect of not being a maintainer - many reportswill2000-11-081-1/+1
| | | | | of patches being ignored and lack of interest being shown towards this port have brought this about. Who wants to revive this port?
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Upgrade to 19991231pl8.vanilla2000-06-042-3/+3
|
* Upgrade the 19991231 release to patchlevel 07.obrien2000-06-022-3/+3
|
* If a user didn't have /usr/sbin in their path, this would have failed.billf2000-05-281-6/+6
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-2/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
|
* Ack, what was I thinking? it's not safe to assume the system sendmailpeter2000-04-031-2/+4
| | | | was the last active mailer.
* Fix 'make replace' to correctly use mailer.confpeter2000-04-031-1/+10
|
* Upgrade to latest version, fix PR 16472, 16753, 17078 too.vanilla2000-04-034-6/+73
| | | | | PR: ports/17749 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
* Allow postfix to be built on FreeBSD-5.x (-CURRENT). These patchesjedgar2000-04-012-0/+21
| | | | | | | are the same as were submitted on the postfix-users mailing list (and should be integrated for the next release). No response from: Maintainer
* - Upgrade to Postfix 19991231pl04torstenb2000-02-144-56/+64
| | | | | - Stylistic changes in Makefile - Changes in packaging, esp. pkg/INSTALL
* Oops, forgot to change ALL_TARGET ;-(torstenb2000-01-291-2/+2
| | | | Noticed by: <Blaz Zupan <blaz@amis.net>
* - Upgrade to patchlevel 3torstenb2000-01-292-2/+19
| | | | | | | - Add support for MySQL and LDAP support MySQL + LDAP Patches submitted by Blaz Zupan <blaz@amis.net> and re-used with minor cleanups.
* Upgrade to 19991231.vanilla2000-01-023-64/+31
|
* Upgrade the postfix port from 19990906-pl02 to 19990906-pl09.joe1999-12-311-1/+1
| | | | | PR: ports/15544 Submitted by: khetan@freebsd.os.org.za
* Upgrade the postfix port from 19990906-pl02 to 19990906-pl09.joe1999-12-311-2/+2
| | | | | PR: ports/15544 Submitted by: khetan@freebsd.os.org.za
* Strip the binariestorstenb1999-09-111-3/+3
|
* Upgrade to postfix 19990906 pl 02torstenb1999-09-114-31/+17
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* awk -> ${AWK}mharo1999-08-231-3/+3
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-231-5/+5
| | | | chown -> ${CHOWN}
* o Upgrade to 19990601billf1999-08-043-25/+24
| | | | | | | PR: ports/12603 Submitted by: Hoss Firooznia <hfir@math.rochester.edu> o Put CFLAGS in the proper place (not in ALL_TARGET)
* Add (prepare to be shocked) WWW:mharo1999-05-031-1/+1
|
* mv -> ${MV}torstenb1999-05-031-23/+25
| | | | | | | | cp -> ${CP} install -> ${INSTALL} mkdir -> ${MKDIR} PR: ports/10934
* Fix program_directory in main.cftorstenb1999-04-071-1/+1
|
* Fix paths in sample-main.cf with sedtorstenb1999-04-071-2/+2
|
* Port of Wietse Venema's postfix, yet another mail transport agent that tries totorstenb1999-03-3018-0/+584
replace sendmail.