mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
* Add new port rmilter: milter that is designed for using in highly loaded
mail systems and can perform different actions: - clamav scanning - spamassassin spamd scanning - greylisting and ratelimits support (via memcached) - spf check - regexp support
This commit is contained in:
parent
5fd59ba5c9
commit
4d7593d252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228491
@ -564,6 +564,7 @@
|
||||
SUBDIR += ricochet
|
||||
SUBDIR += ripmime
|
||||
SUBDIR += rlytest
|
||||
SUBDIR += rmilter
|
||||
SUBDIR += roundcube
|
||||
SUBDIR += rss2email
|
||||
SUBDIR += ruby-rfilter
|
||||
|
48
mail/rmilter/Makefile
Normal file
48
mail/rmilter/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
# New ports collection makefile for: rmilter
|
||||
# Date created: 2007-11-02
|
||||
# Whom: vsevolod
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rmilter
|
||||
PORTVERSION= 1.5.18
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://cebka.pp.ru/distfiles/
|
||||
|
||||
MAINTAINER= vsevolod@FreeBSD.org
|
||||
COMMENT= Milter plugin for rambler mail
|
||||
|
||||
PLIST_FILES= sbin/rmilter etc/rc.d/rmilter.sh etc/rmilter.conf.sample
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.ifdef WITH_DEBUG
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
||||
.ifdef WITH_SENDMAIL
|
||||
CONFIGURE_ARGS+= --enable-sendmail
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} < 502102
|
||||
IGNORE= using libspf2 requires a thread safe resolver
|
||||
.else
|
||||
LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
|
||||
.endif
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LIBS+= ${PTHREAD_LIBS}
|
||||
|
||||
MAN8= rmilter.8
|
||||
|
||||
.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/rmilter.sh ${PREFIX}/etc/rc.d/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rmilter ${PREFIX}/sbin
|
||||
${INSTALL_DATA} ${WRKSRC}/rmilter.conf.sample ${PREFIX}/etc/
|
||||
${INSTALL_MAN} ${WRKSRC}/rmilter.8 ${MAN8PREFIX}/man/man8/
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
mail/rmilter/distinfo
Normal file
3
mail/rmilter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rmilter-1.5.18.tar.gz) = ca8f21738c28a72064f88361e2301aaf
|
||||
SHA256 (rmilter-1.5.18.tar.gz) = d2a7bc8cc81f9f691a8d059eb053ab33f5d149d5c5783eb152713af649df0312
|
||||
SIZE (rmilter-1.5.18.tar.gz) = 62805
|
4
mail/rmilter/pkg-descr
Normal file
4
mail/rmilter/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Rambler milter is milter plugin that makes clamav, spf, dcc, regexp and
|
||||
other checks for incoming e-mail.
|
||||
|
||||
WWW: http://cebka.pp.ru/hg/rmilter/
|
Loading…
Reference in New Issue
Block a user