Commit graph

6 commits

Author SHA1 Message Date
wiz
6aa5976049 Do not let teapop install config file itself,
this conflicts with the pkginstall framework. Bump PKGREVISION.
2006-02-19 11:13:53 +00:00
wiz
ef5ff7ca4a Link against libwrap to build link. Include tcp_wrappers/bl3 so we always have
libwrap available.
2004-12-04 14:50:32 +00:00
zuntum
d14905f88d Respect PKG_SYSCONFDIR ! :) 2001-11-25 22:55:04 +00:00
zuntum
bfb9b03a3f Update teapop to 0.3.2; also drop maintainership as I no longer use
this software

Changes:

0.3.2   - A chdir-call got replaced with a chroot()-call which could
          cause problems trying to open mailboxes.
        + Support for removing stale dotlock-files.
        + Support for fcntl()-locking.
          (Based on patch from: Nick Phillips <nwp@lemon-computing.com>)
        ! Improved socket cleanup when exiting in standalone mode.
          (Patch by: Ross West)
        - Removed extra newline at end of UIDL when using existing
          UIDLs from message.
          (Patch by: Ross West)
        + Support for using more then one locking type.
          (Based on idea from: Nick Phillips <nwp@lemon-computing.com>)
        - An off-by-one error would cause Teapop to put a control
          character in the wrong place for lines longer then 1023
          characters in a mailbox.
          (Problem reported by: Leon Harris <leon@quoll.com>)
        - If the mailbox didn't contain a linefeed at the last line,
          it could get lost.
          (Problem reported by: Den Ivanov <div@primpogoda.ru>)
        + Support for lockf()-locking.
        + Added a flock() wrapper for lockf() for system missing
          a native flock().
        ! A bit more sane default flags for MySQL-authentication.
          (Based on patch from: Ross West)
2001-08-31 21:27:49 +00:00
zuntum
687a6901d6 Update teapop to 0.3.0
0.3.0   * New version system.
        * The license has been modified, yet again to comply with BSD-type
          licenses.
        ! Clean up of Makefiles and dependencies added.
        + Teapop will sleep for 3 seconds after a failed login to slow
          down "brute force" attackers.
        + Maildir support added.
        + Added support for reporting clients IP to a whoson server,
          after a successful authentication.
        + Support for AIX.
          (Patch by: "Oleg O. Orlov" <OOO@vmts.ru>)
        ! Changed the htpasswd authentication method so it will ignore
          anything after the two first fields. This makes Teapop also
          support "real" passwd files.
          (Patch by: Grant Kaufmann <grantcode@netizen.co.za>)
        * Released: 2-Apr-2001

Maildir support was added, so I'm glad to take over maintainership.
2001-04-03 05:52:00 +00:00
zuntum
662246368c Initial import of teapop-0.28
Teapop is yet another RFC1939 compliant POP3 server.  It includes
flexible virtual domain support that distinguishes it from all other
POP3 servers.

Fixes pkg/11969 by me.
2001-03-24 06:17:06 +00:00