aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Install install.cf to ensure spool is created with correct permissionsDavid W. Chapman Jr.2001-09-233-1/+18
| | | | | | | | | | Bump PORTREVISION PR: 30751 Submitted by: Yen-Ming Lee Notes: svn path=/head/; revision=48121
* Update to pl05David W. Chapman Jr.2001-09-233-10/+9
| | | | | | | | | | Change DISTNAME to use regex Update tls and ipv6 to pl04 Pointed out by: petef Notes: svn path=/head/; revision=48106
* Fix path on main.cf in reference to prefixDavid W. Chapman Jr.2001-09-142-2/+2
| | | | | | | | | | Bump PORTREVISION PR: 30547 Submitted by: hanahara@meiko.co.jp Notes: svn path=/head/; revision=47813
* Correct the size of the dialog box so dialog(1) doesn't bug out and trashKris Kennaway2001-08-201-2/+2
| | | | | | | | | the unused lower half Submitted by: eric Notes: svn path=/head/; revision=46522
* Back out the db3 port update because some of these dependent ports hadAkinori MUSHA2001-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. Notes: svn path=/head/; revision=45700
* Reflect databases/db3's shlib version bump from 2 to 3.Akinori MUSHA2001-07-252-2/+3
| | | | Notes: svn path=/head/; revision=45472
* Update to pl3 of postfixDavid W. Chapman Jr.2001-06-173-9/+9
| | | | | | | Update TLS and IPv6 to go with new postfix version Notes: svn path=/head/; revision=44140
* I'm taking over this port for Blaz since he can't dedicate time to itDavid W. Chapman Jr.2001-06-171-1/+1
| | | | | | | | | and I am already maintaining postfix-current. Submitted by: maintainer Notes: svn path=/head/; revision=44138
* Update port to 20010228 pl02.Jun 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 Notes: svn path=/head/; revision=42834
* update postfix to 20010228-pl01Michael Haro2001-04-022-4/+3
| | | | | | | | PR: 26211 Submitted by: maintainer Notes: svn path=/head/; revision=40723
* Revert previous commit.Jun 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. Notes: svn path=/head/; revision=40385
* Link shared library for MySQL.Jun Kuriyama2001-03-241-3/+3
| | | | | | | | | Submitted by: Renaud Waldura <renaud+freebsd-bugs@waldura.org> PR: ports/25967 Approved by: maintainer Notes: svn path=/head/; revision=40303