Commit graph

16 commits

Author SHA1 Message Date
Sergei Kolobov
4fe7702b93 - Update to the latest version - 1.8.0
- Maildir quota is now enabled by default.
  The following options were deleted:
  - WITH_MAILDIRQUOTA
  - WITH_TRASHQUOTA
- New option WITH_AUTHLIB is added, which provides optional support for
  Courier Auth Library (mail/courier-authlib port).
- Userdb authentication, LDAP and MySQL support are provided through
  courier-authlib now, thus the following options
  - WITH_USERDB
  - WITH_LDAP
  - WITH_MYSQL
  have been superceded by WITH_AUTHLIB.

WARNING! WARNING! WARNING!
- Unfortunately, when maildrop is compiled using WITH_AUTHLIB knob, the
  resulting binary cannot properly locate libcourierauth.so.0 library:

  yasu@sugar[22]% ldd /usr/local/bin/maildrop
  /usr/local/bin/maildrop:
          libcourierauth.so.0 => not found (0x0)
       	  libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x2808e000)
       	  libm.so.2 => /usr/lib/libm.so.2 (0x280d3000)
       	  libc.so.4 => /usr/lib/libc.so.4 (0x280ee000)

  This is because libcourierauth.so.0 is not installed in the standard library
  path of dynamic linker.
  One possible solution is to add '-rpath ${LOCALBASE}/lib/courier-authlib'
  to linker flags. Unfortunately, this breaks the installation procedure.

  A solution to this problem is being actively sought, and I hope it will be
  fixed shortly.

PR:		ports/76786
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-02-21 11:31:55 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
2c35eef485 - Update to 1.6.3
- Remove patched we do not need anymore
- Disable database extensions by default;
  use WITH_GDBM knob to enable them [1]
- Add WITH_USERDB knob to enable userdb authentication [1]
- Add WITH_LDAP knob to enable virtual user LDAP support [2]
- Add WITH_MYSQL knob to enable virtual user MySQL support [3]
- Use DOCSDIR in pkg-plist
- Re-word/clarify pkg-descr

PR:		58968 [1], 56329 [2], 59807 [3]
Submitted by:	oleg dashevskii <be9-ml@be9.ru> [1],
		Paul Dlug <paul@aps.org> [2],
		Harold Paulson <haroldp@internal.org> [3]
2003-12-23 16:33:36 +00:00
Pete Fritchman
30367412d8 - update to 1.5.2
- document port options at the top of the Makefile
- install documentation

PR:		49974
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-03-27 03:45:21 +00:00
Pete Fritchman
26e6ca3c9e Update to 1.5.0.
PR:		44746
Submitted by:	Nick Hilliard <nick@foobar.org>
2002-11-13 19:47:02 +00:00
Pete Fritchman
ca5c11d290 Update to 1.3.8. 2002-04-25 07:05:35 +00:00
Pete Fritchman
e32728f40b Update to 1.3.7 2002-02-04 03:03:09 +00:00
Pete Fritchman
b85e214241 Update to 1.3.6. 2001-12-07 23:03:35 +00:00
David W. Chapman Jr.
88d95b3ef8 Update to 1.3.4
Reorder MAN pages

PR:		29136
Submitted by:	maintainer
2001-07-22 05:00:08 +00:00
David W. Chapman Jr.
846bf3c23a Update to 1.3.3
Check for WITHOUT_GDBM instead of NO_GDBM
Make configure_args append to existing args instead of replacing

PR:		28572
Submitted by:	maintainer
2001-07-04 06:35:56 +00:00
Mikhail Teterin
bfa6460c4f Upgrade, re-organize PORTDOCS, change the maintainer.
PR: 27406
Submitted by: new maintainer <petef@databits.net>
Approved by: previous mainainer <tom>
2001-05-23 17:04:52 +00:00
Jimmy Olgeni
7390d550df Update port to version 1.3.0.
Pointed out by:	Claudiu Bosioc <cbo@uem.utt.ro>
2001-02-21 21:39:34 +00:00
Kris Kennaway
3d9c136a00 Upgrade to maildrop 0.64
PR:		ports/12790
Submitted by:	maintainer
1999-11-23 08:41:13 +00:00
Kris Kennaway
3dd226bf5e Update to 0.63
Approved by:	maintainer
1999-04-07 14:08:47 +00:00
Steve Price
88c2d2969c Update to version 0.62.
PR:		10305
Submitted by:	maintainer
1999-03-15 01:32:32 +00:00
Steve Price
d424674eb8 Initial import of maildrop version 0.60.
A replacement local mail delivery agent, similar to procmail.

PR:		8713
Submitted by:	Tom Hukins <tom@eborcom.com>
1998-12-24 07:27:15 +00:00