- 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 PORTNAME= assp
PORTVERSION= 1.2.2 PORTVERSION= 1.2.3
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME:U}_${PORTVERSION}-install DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install
MAINTAINER= fbsd@opal.com MAINTAINER= fbsd@opal.com
COMMENT= Anti-Spam SMTP Proxy COMMENT= Anti-Spam SMTP Proxy

View file

@ -1,3 +1,3 @@
MD5 (ASSP_1.2.2-install.zip) = 0f9f44ce02c68a69063390ad1b8fe872 MD5 (ASSP_1.2.3-Install.zip) = 456208cfdd184fdbdc10224f6afed6c7
SHA256 (ASSP_1.2.2-install.zip) = 967ca2cde4474fd9dd5d775e139434497a3c9ff58bab606db9e8edf1d077d334 SHA256 (ASSP_1.2.3-Install.zip) = 746205e2511b52b9859e34634155c12e4e0a34a444036486bf37f3c63ec9dec6
SIZE (ASSP_1.2.2-install.zip) = 244053 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. .IP 6.
Optionally, send a message containing a list of email addresses Optionally, send a message containing a list of email addresses
that you want to receive email from to 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 Have all your users do this. This will seed
.IR ASSP 's .IR ASSP 's
whitelist. Messages from senders on the whitelist will 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. .IP 7.
To set up the Bayesian word list filtering, do the following: To set up the Bayesian word list filtering, do the following:
.RS .RS
@ -209,12 +211,12 @@ Once
.I ASSP .I ASSP
is live, users should forward a copy of any spam message that is live, users should forward a copy of any spam message that
still gets through to still gets through to
.I assp-spam@yourdomain.com .I asspspam@yourdomain.com
in order to add it to in order to add it to
.IR ASSP 's .IR ASSP 's
spam database. Any non-spam that was mis-classified as spam spam database. Any non-spam that was mis-classified as spam
can be copied to can be copied to
.IR assp-notspam@yourdomain.com . .IR asspnotspam@yourdomain.com .
.PP .PP
The The
.I rebuildspamdb.pl .I rebuildspamdb.pl
@ -254,7 +256,7 @@ copies of non-spam messages received
.IP %%ASSP_HOME%%/spam .IP %%ASSP_HOME%%/spam
copies of spam messages received copies of spam messages received
.IP %%ASSP_HOME%%/errors/{notspam,spam} .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 .IP %%ASSP_HOME%%/maillog.txt
.IR ASSP 's .IR ASSP 's
log file log file

View file

@ -2,7 +2,6 @@
if [ "$2" = "POST-INSTALL" ]; then if [ "$2" = "POST-INSTALL" ]; then
install -d -m 0700 -o %%ASSP_USER%% -g %%ASSP_GROUP%% %%ASSP_HOME%% 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/*report.txt %%ASSP_HOME%%
ln -s $PKG_PREFIX/lib/assp/nodelay.txt %%ASSP_HOME%% ln -s $PKG_PREFIX/lib/assp/nodelay.txt %%ASSP_HOME%%
ln -s $PKG_PREFIX/lib/assp/redre.txt %%ASSP_HOME%% ln -s $PKG_PREFIX/lib/assp/redre.txt %%ASSP_HOME%%