Add lmtpd 0.9.7,
lMTPD is a lmtp server compliant with RFC 2033 and Maildir++. PR: 57176 Submitted by: Xavier Beaudouin <kiwi@oav.net>
This commit is contained in:
parent
ca492c9617
commit
8b7d881127
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89915
5 changed files with 45 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
SUBDIR += librfc822
|
||||
SUBDIR += listmanager
|
||||
SUBDIR += lmtp2nntp
|
||||
SUBDIR += lmtpd
|
||||
SUBDIR += lookout
|
||||
SUBDIR += mahogany
|
||||
SUBDIR += mail2procmailrc
|
||||
|
|
27
mail/lmtpd/Makefile
Normal file
27
mail/lmtpd/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: libhome
|
||||
# Date created: Fri Aug 14 2003
|
||||
# Whom: Xavier Beaudouin <kiwi@oav.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lmtpd
|
||||
PORTVERSION= 0.9.7
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pll
|
||||
|
||||
MAINTAINER= kiwi@oav.net
|
||||
COMMENT= LMTPD is a lmtp server compliant with RFC 2033 and Maildir++
|
||||
|
||||
LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client \
|
||||
pcre:${PORTSDIR}/devel/pcre
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
CONFIGURE_ARGS+= --with-mysqllog --without-db3 --without-db4 --with-pcre --without-perl
|
||||
|
||||
MAN8= lmtpd.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/lmtpd/distinfo
Normal file
1
mail/lmtpd/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (lmtpd-0.9.7.tar.gz) = f8da5b4f6ab761bf42bd367c1a178296
|
14
mail/lmtpd/pkg-descr
Normal file
14
mail/lmtpd/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
LMTPD is a RFC2033 compliant LMTPD server.
|
||||
Supported features :
|
||||
o Maildir++ folder and soft quotas
|
||||
o User defined filters
|
||||
o Automatic Maildir creation
|
||||
o Courier Shared folder
|
||||
o User extensions
|
||||
o Virtual domains via libhome
|
||||
o MySQL and syslog logging
|
||||
o Fully configurable
|
||||
o Antivirus checks using external ClamAV, Sophie or Dr Web server
|
||||
o Interface with SpamAssasin
|
||||
|
||||
WWW: http://pll.sourceforge.net/
|
2
mail/lmtpd/pkg-plist
Normal file
2
mail/lmtpd/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
libexec/lmtpd
|
||||
bin/filtercheck
|
Loading…
Reference in a new issue