aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix26
Commit message (Collapse)AuthorAgeFilesLines
* - Set NO_LATEST_LINK to prevent overlap with mail/postfixIon-Mihai Tetcu2010-03-081-1/+2
| | | | | | | | | | - Remove some whitespace to pacify portlint PR: 144542 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Notes: svn path=/head/; revision=250693
* Force commit to note the repo-copy from mail/postfix.Ion-Mihai Tetcu2010-03-041-1/+1
| | | | | | | | | PR: 144188 Submitted by: Sahil Tandon (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250560
* - Add a note about possibly needing to create /etc/periodic.conf if itWesley Shields2010-01-221-0/+2
| | | | | | | | | does not exist. Approved by: Sahil Tandon <sahil@tandon.net> (maintainer) Notes: svn path=/head/; revision=248350
* Fix build with Kerberbos5 on 8.0 and 9.0 which have new Heimdal.Ion-Mihai Tetcu2010-01-121-2/+6
| | | | | | | | PR: 141045 Submitted by: maintainer (Sahil Tandon) Notes: svn path=/head/; revision=247720
* - Update VDA patch to 2.6.5Wesley Shields2009-09-182-5/+5
| | | | | | | | | PR: ports/138777 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241649
* Fix build on 9.Dag-Erling Smørgrav2009-09-142-4/+7
| | | | | | | | Approved by: maintainer Reviewed by: wxs@, keramida@ Notes: svn path=/head/; revision=241402
* Update tp 2.6.5Alexander Nedotsukov2009-09-072-4/+4
| | | | | | | PR: 138301 Notes: svn path=/head/; revision=240973
* - Update to 2.6.3Wesley Shields2009-08-142-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) Notes: svn path=/head/; revision=239572
* Now that closefrom() has been merged to 7.X too, we have to patch sys_defs.hGiorgos Keramidas2009-07-222-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) Notes: svn path=/head/; revision=238212
* - un-IGNORE VDA patch for version 2.6.2Renato Botelho2009-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> Notes: svn path=/head/; revision=237589
* Patch the src/util/sys_defs.h file of Postfix to fix the build onGiorgos Keramidas2009-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) Notes: svn path=/head/; revision=237507
* - Cleanup pkg-install script to handle documentation installation correctly.Wesley Shields2009-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) Notes: svn path=/head/; revision=235559
* Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:Ion-Mihai Tetcu2009-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 Notes: svn path=/head/; revision=235193
* - Fix install with defined NOPORTEXAMPLES [1]Martin Matuska2009-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] Notes: svn path=/head/; revision=235147
* - refactor the port to ease maintenance [1]Alexander Leidinger2009-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] Notes: svn path=/head/; revision=234580
* - Update to 2.6.0Pav Lucistnik2009-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) Notes: svn path=/head/; revision=234141
* - Fix non-root installation (use pre-su-install target)Pav Lucistnik2009-05-121-1/+1
| | | | | | | | | PR: ports/133790 Submitted by: jhb Approved by: Vick Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=233766
* - Update to 2.5.6Marcus Alves Grando2009-01-262-8/+8
| | | | | | | - Update VDA patch to 2.5.6 Notes: svn path=/head/; revision=226918
* - Update to 2.5.5Marcus Alves Grando2008-09-282-4/+4
| | | | Notes: svn path=/head/; revision=220928
* - Update VDA patch to 2.5.4Marcus Alves Grando2008-08-302-4/+4
| | | | | | | | PR: 126897 Notified by: Brian Haun <brian___haun.net> Notes: svn path=/head/; revision=219464
* - Update to 2.5.4Marcus Alves Grando2008-08-173-45/+8
| | | | | | | - Update VDA patch to 2.5.3 Notes: svn path=/head/; revision=218731
* - Fix paths in mail_perams.hBeech Rintoul2008-07-151-6/+15
| | | | | | | | | PR: ports/125133 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=216854
* - Fix milter macros (patch from Wietse Venema) [1]Marcus Alves Grando2008-03-243-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] Notes: svn path=/head/; revision=209721
* - Fix data_directoryMarcus Alves Grando2008-03-014-5/+26
| | | | | | | | PR: 121236 Submitted by: Artis Caune <Artis.Caune___latnet.lv> Notes: svn path=/head/; revision=208228
* - Update to 2.5.1Marcus Alves Grando2008-02-283-8/+9
| | | | | | | | | - Mark as IGNORE VDA patch until patch does not apply clean Requested by: many Notes: svn path=/head/; revision=208124
* - Update to 2.4.6Marcus Alves Grando2007-10-223-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 Notes: svn path=/head/; revision=201762
* Remove leftover ifEdwin Groothuis2007-10-041-1/+0
| | | | | | | Submitted by: Per olof Ljungmark <peo@intersonic.se> Notes: svn path=/head/; revision=200868
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-24/+11
| | | | Notes: svn path=/head/; revision=200760
* Allow dovecot and cyrus SASL to work together.Xin LI2007-08-301-6/+0
| | | | | | | | | | | PORTREVISION intentionally not bumped. Submitted by: baptiste.daroussin@gmail.com PR: ports/110678 Approved by: maintainer Notes: svn path=/head/; revision=198515
* - Update to 2.4.5Marcus Alves Grando2007-08-012-8/+8
| | | | | | | - Update VDA to 2.4.4 Notes: svn path=/head/; revision=196894
* - Update VDA patch to 2.4.3-vda-ngMarcus Alves Grando2007-06-152-5/+5
| | | | Notes: svn path=/head/; revision=193584
* - Update to 2.4.3Marcus Alves Grando2007-06-012-4/+4
| | | | Notes: svn path=/head/; revision=192536
* - Update to 2.4.1Marcus Alves Grando2007-04-302-4/+4
| | | | Notes: svn path=/head/; revision=191195
* - Remove SASL1 support. security/cyrus-sasl will be removed soon.Marcus Alves Grando2007-04-141-24/+3
| | | | | | | | | PR: 111564, 111565, 111566 Submitted by: gabor (partially) Notified by: gabor Notes: svn path=/head/; revision=189958
* - Update VDA patch to 2.4.0Marcus Alves Grando2007-04-052-6/+5
| | | | Notes: svn path=/head/; revision=189300
* * mail/postfixMarcus Alves Grando2007-04-043-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] Notes: svn path=/head/; revision=189218
* - Update to 2.3.8Marcus Alves Grando2007-03-072-9/+8
| | | | | | | - Update VDA patch to 2.3.7 Notes: svn path=/head/; revision=186800
* - Add mail to PROVIDE line. This fixes other scripts that require mailRong-En Fan2007-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) Notes: svn path=/head/; revision=185593
* Addition of postfix_flags variable to rc.subr startup script.Jeremy Chadwick2007-02-201-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 Notes: svn path=/head/; revision=185583
* - Update to 2.3.7Rong-En Fan2007-02-012-4/+4
| | | | | | | | PR: ports/108610 Submitted by: Vivek Khera <vivek at khera.org> (maintainer) Notes: svn path=/head/; revision=183861
* - Update to 2.3.5Marcus Alves Grando2006-12-122-4/+4
| | | | Notes: svn path=/head/; revision=179594
* - Remove SPF compatible options. Patch are removed in 20060719.Marcus Alves Grando2006-11-281-1/+1
| | | | Notes: svn path=/head/; revision=178196
* - Update VDA patch to 2.3.4Marcus Alves Grando2006-11-082-5/+5
| | | | Notes: svn path=/head/; revision=176837
* - Update to 2.3.4Marcus Alves Grando2006-11-022-8/+8
| | | | | | | - Update VDA patch to 2.3.3 Notes: svn path=/head/; revision=176157
* - Update to 2.3.3Marcus Alves Grando2006-08-262-5/+4
| | | | Notes: svn path=/head/; revision=171445
* - Update VDA patch to 2.3.2Marcus Alves Grando2006-08-132-4/+4
| | | | Notes: svn path=/head/; revision=170465
* Fix "typo" in previous commit.Ion-Mihai Tetcu2006-08-011-1/+1
| | | | | | | Submitted by: KIMURA Yasuhiro Notes: svn path=/head/; revision=169396
* Make rc.d start postfix later, like sendmail does.Ion-Mihai Tetcu2006-08-011-1/+2
| | | | | | | | | PR: 100750 Submitted by: KIMURA Yasuhiro Approved by: Vivek Khera (maintainer) Notes: svn path=/head/; revision=169371
* - Update to 2.3.2Marcus Alves Grando2006-07-312-8/+8
| | | | | | | - Update VDA patch to 2.3.1 Notes: svn path=/head/; revision=169177
* - Update to 2.3.1Marcus Alves Grando2006-07-242-4/+4
| | | | Notes: svn path=/head/; revision=168682