diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/lmtpd/Makefile | 27 | ||||
-rw-r--r-- | mail/lmtpd/distinfo | 1 | ||||
-rw-r--r-- | mail/lmtpd/pkg-descr | 14 | ||||
-rw-r--r-- | mail/lmtpd/pkg-plist | 2 |
5 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index b18166523b38..624a5b3ed2e0 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -116,6 +116,7 @@ SUBDIR += librfc822 SUBDIR += listmanager SUBDIR += lmtp2nntp + SUBDIR += lmtpd SUBDIR += lookout SUBDIR += mahogany SUBDIR += mail2procmailrc diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile new file mode 100644 index 000000000000..a7522dbfe03f --- /dev/null +++ b/mail/lmtpd/Makefile @@ -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> diff --git a/mail/lmtpd/distinfo b/mail/lmtpd/distinfo new file mode 100644 index 000000000000..5f54da349536 --- /dev/null +++ b/mail/lmtpd/distinfo @@ -0,0 +1 @@ +MD5 (lmtpd-0.9.7.tar.gz) = f8da5b4f6ab761bf42bd367c1a178296 diff --git a/mail/lmtpd/pkg-descr b/mail/lmtpd/pkg-descr new file mode 100644 index 000000000000..5289ef7a549e --- /dev/null +++ b/mail/lmtpd/pkg-descr @@ -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/ diff --git a/mail/lmtpd/pkg-plist b/mail/lmtpd/pkg-plist new file mode 100644 index 000000000000..ec65c5842614 --- /dev/null +++ b/mail/lmtpd/pkg-plist @@ -0,0 +1,2 @@ +libexec/lmtpd +bin/filtercheck |