mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add Ian Freislich's very good POP Daemon. For those of you tired
of lousy, insecure popd's, this is a "must-see". It also has great scalability to larger installations.
This commit is contained in:
parent
5271fe8f2a
commit
7fde4254ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41534
@ -115,6 +115,7 @@
|
||||
SUBDIR += pop3gwd
|
||||
SUBDIR += pop3lite
|
||||
SUBDIR += popa3d
|
||||
SUBDIR += popd
|
||||
SUBDIR += poppassd
|
||||
SUBDIR += popper
|
||||
SUBDIR += poppwd
|
||||
|
23
mail/popd/Makefile
Normal file
23
mail/popd/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: popd
|
||||
# Date created: 17 April 2001
|
||||
# Whom: ianf@za.uu.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= popd
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/
|
||||
|
||||
MAINTAINER= ianf@za.uu.net
|
||||
|
||||
MAN8= popd.8
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}; make -DNOMANCOMPRESS
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; make -DNOMANCOMPRESS BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man/man install
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/popd/distinfo
Normal file
1
mail/popd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (popd-1.02.tar.gz) = 3d7b797048f28c3f3ef69d462621c975
|
1
mail/popd/pkg-comment
Normal file
1
mail/popd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Very fast, highly configurable POP3 server (fully RFC1939 compliant)
|
6
mail/popd/pkg-descr
Normal file
6
mail/popd/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
The popd server is a fast, full RFC1939 implimentation.
|
||||
|
||||
Popd allows mail for users in multiple domains to be served from
|
||||
one server in `virtual' mode. It allows for mail to be expired
|
||||
from the server when users collect mail older than a specified
|
||||
time, falsification of UIDL information and removal of old mail.
|
1
mail/popd/pkg-plist
Normal file
1
mail/popd/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
libexec/popd
|
Loading…
Reference in New Issue
Block a user