- Update to 1.2.3

PR:		ports/100990
Submitted by:	J.R. Oldroyd (maintainer)
This commit is contained in:
Rong-En Fan 2006-07-29 02:09:43 +00:00
parent 003834a79b
commit 3801a16b8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169023
4 changed files with 12 additions and 11 deletions

View file

@ -6,11 +6,11 @@
#
PORTNAME= assp
PORTVERSION= 1.2.2
PORTVERSION= 1.2.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME:U}_${PORTVERSION}-install
DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install
MAINTAINER= fbsd@opal.com
COMMENT= Anti-Spam SMTP Proxy

View file

@ -1,3 +1,3 @@
MD5 (ASSP_1.2.2-install.zip) = 0f9f44ce02c68a69063390ad1b8fe872
SHA256 (ASSP_1.2.2-install.zip) = 967ca2cde4474fd9dd5d775e139434497a3c9ff58bab606db9e8edf1d077d334
SIZE (ASSP_1.2.2-install.zip) = 244053
MD5 (ASSP_1.2.3-Install.zip) = 456208cfdd184fdbdc10224f6afed6c7
SHA256 (ASSP_1.2.3-Install.zip) = 746205e2511b52b9859e34634155c12e4e0a34a444036486bf37f3c63ec9dec6
SIZE (ASSP_1.2.3-Install.zip) = 235717

View file

@ -125,11 +125,13 @@ whatever steps are necessary for each MUA that's being used.
.IP 6.
Optionally, send a message containing a list of email addresses
that you want to receive email from to
.IR assp-white@yourdomain.com .
.IR asspwhite@yourdomain.com .
Have all your users do this. This will seed
.IR ASSP 's
whitelist. Messages from senders on the whitelist will
never be blocked.
never be blocked. An address can be removed from the whitelist
by emailing it to
.IR asspnotwhite@yourdomain.com .
.IP 7.
To set up the Bayesian word list filtering, do the following:
.RS
@ -209,12 +211,12 @@ Once
.I ASSP
is live, users should forward a copy of any spam message that
still gets through to
.I assp-spam@yourdomain.com
.I asspspam@yourdomain.com
in order to add it to
.IR ASSP 's
spam database. Any non-spam that was mis-classified as spam
can be copied to
.IR assp-notspam@yourdomain.com .
.IR asspnotspam@yourdomain.com .
.PP
The
.I rebuildspamdb.pl
@ -254,7 +256,7 @@ copies of non-spam messages received
.IP %%ASSP_HOME%%/spam
copies of spam messages received
.IP %%ASSP_HOME%%/errors/{notspam,spam}
messages forwarded to assp-notspam@ and assp-spam@ addresses
messages forwarded to asspnotspam@ and asspspam@ addresses
.IP %%ASSP_HOME%%/maillog.txt
.IR ASSP 's
log file

View file

@ -2,7 +2,6 @@
if [ "$2" = "POST-INSTALL" ]; then
install -d -m 0700 -o %%ASSP_USER%% -g %%ASSP_GROUP%% %%ASSP_HOME%%
[ ! -f %%ASSP_HOME%%/denysmtp.txt ] && touch %%ASSP_HOME%%/denysmtp.txt && chown %%ASSP_USER%%:%%ASSP_GROUP%% %%ASSP_HOME%%/denysmtp.txt
ln -s $PKG_PREFIX/lib/assp/*report.txt %%ASSP_HOME%%
ln -s $PKG_PREFIX/lib/assp/nodelay.txt %%ASSP_HOME%%
ln -s $PKG_PREFIX/lib/assp/redre.txt %%ASSP_HOME%%