Path to this page:
./
mail/popa3d,
Secure, reliable, performant, and small pop3 server
Branch: CURRENT,
Version: 1.0.3,
Package name: popa3d-1.0.3,
Maintainer: pkgsrc-usersFrom the DESIGN-document:
Well, the goals themselves are obvious; they're probably the same for most
other POP3 servers as well. It's their priority that differs. For popa3d,
the goals are:
1. Security (to the extent that is possible with POP3 at all, of course).
2. Reliability (again, as limited by the mailbox format and the protocol).
3. RFC compliance (slightly relaxed to work with real-world POP3 clients).
4. Performance (limited by the more important goals, above).
popa3d can be run from inetd, or as a stand-alone server.
Note that popa3d only uses flock(2) for locking and may not be safe
on NFS or with mail systems that only use lock files.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2001/11/25 23:55:35 zuntum Exp $
case "${STAGE}" in
POST-DEINSTALL)
${ECHO} ===========================================================================
${ECHO}
${ECHO} Remember to remove popa3d from /etc/inetd.conf and restart inetd.
${ECHO}
${ECHO} ===========================================================================
;;
esac
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 32.828 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2014-09-13) Updated to version: popa3d-1.0.3
- (2013-07-12) Updated to version: popa3d-1.0.2nb2
- (2006-10-08) Updated to version: popa3d-1.0.2nb1
- (2006-07-20) Updated to version: popa3d-1.0.2
- (2005-10-05) Package added to pkgsrc.se, version popa3d-1.0 (created)
CVS history: (Expand)
2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2015-11-04 00:27:24 by Alistair G. Crooks | Files touched by this commit (312) |
Log message:
Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-09-12 23:50:49 by Sergey Svishchev | Files touched by this commit (2) |
Log message:
Update to 1.0.3 (2012). Changes:
Handle possible NULL returns from crypt(3).
Revised the included MD5 routines to help the compiler detect a common
subexpression between steps in round 3.
Switched to heavily cut-down BSD license.
|
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message:
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
2013-07-12 12:45:05 by Jonathan Perkin | Files touched by this commit (181) |
Log message:
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
|