summaryrefslogtreecommitdiffstats
path: root/mail/postfix
Commit message (Collapse)AuthorAgeFilesLines
* Fix path in patchdwcjr2001-10-101-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-232-2/+0
|
* Install install.cf to ensure spool is created with correct permissionsdwcjr2001-09-233-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-173-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-171-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-121-2/+2
| | | | | PR: 25746 Submitted by: R)Bémi Guyomarch <rguyom@pobox.com>
* Disable IPv6 on Alpha, since this breaks it.alex2001-03-111-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-101-0/+4
|
* Fix the DB3 support. DB3's shlib version is now at 2.knu2001-03-051-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-0449-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-051-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-071-1/+1
|
* Remove Torsten Blum by due effect of not being a maintainer - many reportswill2000-11-071-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-012-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-131-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-03-312-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-134-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-282-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-301-1/+1
| | | | | PR: ports/15544 Submitted by: khetan@freebsd.os.org.za
* Upgrade the postfix port from 19990906-pl02 to 19990906-pl09.joe1999-12-301-2/+2
| | | | | PR: ports/15544 Submitted by: khetan@freebsd.os.org.za
* Strip the binariestorstenb1999-09-101-3/+3
|
* Upgrade to postfix 19990906 pl 02torstenb1999-09-104-31/+17
|
OpenPOWER on IntegriCloud