mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- update to 1.0.8
- reword pkg-descr PR: 46721 Submitted by: maintainer
This commit is contained in:
parent
3dea7d9610
commit
1896fb4a96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72615
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= messagewall
|
||||
PORTVERSION= 1.0.6
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.messagewall.org/download/
|
||||
DISTNAME= messagewall-${PORTVERSION}
|
||||
@ -28,6 +28,8 @@ post-patch:
|
||||
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${WRKSRC}/firemake.cflags \
|
||||
${WRKSRC}/firemake.ldflags
|
||||
${REINPLACE_CMD} -e 's|-lcrypto|-lcrypto ${PTHREAD_LIBS}|' \
|
||||
${WRKSRC}/firemake.libs
|
||||
|
||||
do-install:
|
||||
@${CP} ${WRKSRC}/messagewall ${PREFIX}/bin
|
||||
|
@ -1 +1 @@
|
||||
MD5 (messagewall-1.0.6.tar.gz) = 136cffcf0427c5620925a5793c92b5a6
|
||||
MD5 (messagewall-1.0.8.tar.gz) = c8bb5538b4f004b56ba680d50c549b8f
|
||||
|
@ -1,10 +1,14 @@
|
||||
MessageWall is a free software SMTP proxy. It sits between the outside
|
||||
world and your mail server and keeps out viruses, spam and mail relaying.
|
||||
Unlike many existing ISP-level filtering solutions, it offers
|
||||
customization of filtering features on a per-address basis. MessageWall
|
||||
employs a scoring system that allows message rejection based on multiple
|
||||
rules with different weigths, and header tagging when the message doesn't
|
||||
reach the threshold.
|
||||
MessageWall is an SMTP proxy. It sits between the outside world and
|
||||
your mail server and keeps out viruses, spam, and mail relaying.
|
||||
It offers filtering via header and body checks, DNS-based blacklists
|
||||
for IP addresses (DNSBL) and domains (RHSBL), DNS-based distributed
|
||||
checksumming (DNS DCC) similar to Vipul's Razor, and Open AntiVirus
|
||||
pattern scanning. ke many existing ISP-level filtering solutions,
|
||||
it offers customization of filtering features on a per-address
|
||||
basis. Unlike SpamAssassin, it communicates via SMTP, so it works
|
||||
with any MTA. It also supports scoring based on rules with a rejection
|
||||
threshold; this allows hybrid warning/rejection configurations based
|
||||
on how many and which rules a message matches.
|
||||
|
||||
WWW: http://www.messagewall.org
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user