summaryrefslogtreecommitdiff
path: root/mail/postfix1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - add CONFLICTSDirk Meyer2003-10-131-0/+1
| | | | | | | Submitted by: eikemeier@fillmore-labs.com Notes: svn path=/head/; revision=90980
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-1/+1
| | | | | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89491
* Fix remote denial-of-service bug in address parser.Jacques Vidrine2003-08-042-0/+13
| | | | | | | <URL:http://archives.neohapsis.com/archives/fulldisclosure/2003-q3/1377.html> Notes: svn path=/head/; revision=86248
* After a repo-copy from ports/mail/postfix, time warp back toJacques Vidrine2003-07-3118-325/+151
| | | | | | | | | | 2003/01/08 and Postfix version 1.1.12. Some folks haven't moved on to Postfix 2.x it seems. Requested by: diviner17@yahoo.com Notes: svn path=/head/; revision=86051
* One of the patch files for postfix was not PREFIX-clean. This makes itErwin Lansing2003-07-231-7/+7
| | | | | | | | | | PREFIX-clean PR: 54768 Submitted by: maintainer Notes: svn path=/head/; revision=85418
* Included in this email is a patch to postfix which I need applied forErwin Lansing2003-07-101-1/+13
| | | | | | | | | | my upcoming commit to sysinstall(8). PR: 54291 Submitted by: trhodes via maintainer Notes: svn path=/head/; revision=84572
* Fix building with SASL2 case.Sergey A. Osokin2003-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) Notes: svn path=/head/; revision=84370
* update mail/postfix: 2.0.12 --> 2.0.13Daichi GOTO2003-07-023-17/+12
| | | | | | | | PR: 53984 Submitted by: Vivek Khera <khera@kcilink.com> (maintainer) Notes: svn path=/head/; revision=84035
* Upgrade to 2.0.12.Oliver Braun2003-06-273-12/+12
| | | | | | | | PR: ports/53846 Submitted by: maintainer Notes: svn path=/head/; revision=83754
* - Update postfix to 2.0.10 releaseChristian Weisgerber2003-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> Notes: svn path=/head/; revision=82015
* * Upgrade to 2.0.9.Oliver Braun2003-05-123-21/+17
| | | | | | | | | | * Re-enable IPv6 without TLS as an option. PR: ports/52133 Submitted by: maintainer Notes: svn path=/head/; revision=80851
* update postfix to 2.0.7Yen-Ming Lee2003-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> Notes: svn path=/head/; revision=79001
* update postfix to 2.0.6Yen-Ming Lee2003-03-103-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 Notes: svn path=/head/; revision=77081
* Batch building of packages for postfix is failing due to PCRE issues.Yen-Ming Lee2003-03-042-12/+19
| | | | | | | | PR: 48896 Submitted by: Vivek Khera <khera@kcilink.com> Notes: svn path=/head/; revision=76835
* Spell `-ldes' as `-lcrypto'.Jacques Vidrine2003-03-031-3/+3
| | | | Notes: svn path=/head/; revision=76793
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76344
* add PORTEPOCH=1, which was removed by maintainer in rev 1.67Yen-Ming Lee2003-02-221-0/+1
| | | | Notes: svn path=/head/; revision=76212
* Add missing manpage.Dmitry Sivachenko2003-02-221-2/+2
| | | | Notes: svn path=/head/; revision=76185
* update postfix to 2.0.4Yen-Ming Lee2003-02-223-10/+9
| | | | | | | | PR: 48531 Submitted by: Vivek Khera <khera@kcilink.com> Notes: svn path=/head/; revision=76165
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* upgrade to version 2.0.2SADA Kenji2003-01-195-19/+67
| | | | | | | | PR: ports/47110 Submitted by: maintainer Notes: svn path=/head/; revision=73474
* Update to 2.0.0.2.Pete Fritchman2003-01-0917-115/+208
| | | | | | | | PR: 46691 Submitted by: maintainer Notes: svn path=/head/; revision=72786
* Missed configure scripts in libpq version bump: chase lib version.Sean Chittenden2003-01-041-2/+3
| | | | Notes: svn path=/head/; revision=72513
* upgrade to 1.1.12Ying-Chieh Liao2003-01-0258-1074/+42
| | | | | | | | PR: 45802 Submitted by: maintainer Notes: svn path=/head/; revision=72216
* Add hooks to preselect postfix optionsDavid W. Chapman Jr.2002-08-263-31/+47
| | | | | | | | | | Update TLS PR: 42047 Submitted by: maintainer, knu Notes: svn path=/head/; revision=65063
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-283-6/+6
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* Update to 1.1.11David W. Chapman Jr.2002-06-205-10/+25
| | | | | | | | PR: 3954 Submitted by: maintainer Notes: svn path=/head/; revision=61604
* Update to latestDavid W. Chapman Jr.2002-05-162-2/+2
| | | | | | | | PR: 38153 Submitted by: maintainer Notes: svn path=/head/; revision=59277
* Update to 1.1.9David W. Chapman Jr.2002-05-143-12/+12
| | | | | | | | | | make PCRE and SASL libs dynamically linked PR: 38081 Submitted by: maintainer Notes: svn path=/head/; revision=59095
* Add PGSQL supportDavid W. Chapman Jr.2002-05-082-2/+13
| | | | | | | | PR: 37864 Submitted by: maintainer Notes: svn path=/head/; revision=58735
* Add missing pkg-messageDavid W. Chapman Jr.2002-05-071-0/+24
| | | | | | | Submitted by: hayashi@totalware.gifu.gifu.jp Notes: svn path=/head/; revision=58640
* Update to 1.1.8David W. Chapman Jr.2002-05-064-26/+24
| | | | | | | | | | Re-enable IPv6 with non official patch PR: 37798 Submitted by: maintainer Notes: svn path=/head/; revision=58621
* handle batch buildsDavid W. Chapman Jr.2002-04-202-4/+4
| | | | | | | | PR: 37259 Submitted by: maintainer Notes: svn path=/head/; revision=57934
* Update postfix to 1.1.7David W. Chapman Jr.2002-04-014-9/+20
| | | | | | | | PR: 36621 Submitted by: maintainer Notes: svn path=/head/; revision=57152
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+2
| | | | Notes: svn path=/head/; revision=56610
* Update to 1.1.5David W. Chapman Jr.2002-03-184-6/+8
| | | | | | | | PR: 36058 Submitted by: maintainer Notes: svn path=/head/; revision=56312
* Update postfix to 1.1.4David W. Chapman Jr.2002-02-263-6/+6
| | | | | | | | PR: 35347 Submitted by: maintainer Notes: svn path=/head/; revision=55274
* Update to 1.1.3David W. Chapman Jr.2002-02-115-28/+40
| | | | | | | | | | | | 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-313-2/+18
| | | | | | | | | 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-3022-486/+411
| | | | | | | Submitted by: Vivek Khera Notes: svn path=/head/; revision=54041
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53958
* Set context of diff for patch-aa to 2 lines to allow tls patchingDavid W. Chapman Jr.2002-01-171-51/+24
| | | | | | | | PR: 33992 Noticed by: des, et al. Notes: svn path=/head/; revision=53276
* Disable debugger by defaultJacques Vidrine2002-01-151-19/+91
| | | | | | | Approved by: dwcjr (MAINTAINER) Notes: svn path=/head/; revision=53122
* Add header/body_check warnings commandDavid W. Chapman Jr.2001-11-272-0/+25
| | | | | | | | | Bump PORTREVISION Submitted by: osa@freebsd.org.ru Notes: svn path=/head/; revision=50651
* Update to pl08 and tls to go with it.David W. Chapman Jr.2001-11-153-6/+6
| | | | | | | | PR: 32007 Submitted by: osa@FreeBSD.org.ru Notes: svn path=/head/; revision=50079
* Update to pl07David W. Chapman Jr.2001-11-152-2/+2
| | | | | | | | PR: 32000 Submitted by: osa@FreeBSD.org.ru Notes: svn path=/head/; revision=50078
* Update postfix to 20010228-pl06 and update tls to go with it.David W. Chapman Jr.2001-11-063-7/+6
| | | | Notes: svn path=/head/; revision=49670
* Fix path in patchDavid W. Chapman Jr.2001-10-101-1/+1
| | | | | | | | PR: 30547 Submitted by: hanahara@meiko.co.jp Notes: svn path=/head/; revision=48651
* Erase extra parts of install.cfDavid W. Chapman Jr.2001-09-241-4/+0
| | | | | | | Submitted by: Yen-Ming Lee Notes: svn path=/head/; revision=48132
* Remove version tags from files that don't need it.David W. Chapman Jr.2001-09-232-2/+0
| | | | Notes: svn path=/head/; revision=48124