View | Details | Raw Unified | Return to bug 100990
Collapse All | Expand All

(-)mail/assp/Makefile (-2 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	assp
8
PORTNAME=	assp
9
PORTVERSION=	1.2.2
9
PORTVERSION=	1.2.3
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
DISTNAME=	${PORTNAME:U}_${PORTVERSION}-install
13
DISTNAME=	${PORTNAME:U}_${PORTVERSION}-Install
14
14
15
MAINTAINER=	fbsd@opal.com
15
MAINTAINER=	fbsd@opal.com
16
COMMENT=	Anti-Spam SMTP Proxy
16
COMMENT=	Anti-Spam SMTP Proxy
(-)mail/assp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ASSP_1.2.2-install.zip) = 0f9f44ce02c68a69063390ad1b8fe872
1
MD5 (ASSP_1.2.3-Install.zip) = 456208cfdd184fdbdc10224f6afed6c7
2
SHA256 (ASSP_1.2.2-install.zip) = 967ca2cde4474fd9dd5d775e139434497a3c9ff58bab606db9e8edf1d077d334
2
SHA256 (ASSP_1.2.3-Install.zip) = 746205e2511b52b9859e34634155c12e4e0a34a444036486bf37f3c63ec9dec6
3
SIZE (ASSP_1.2.2-install.zip) = 244053
3
SIZE (ASSP_1.2.3-Install.zip) = 235717
(-)mail/assp/files/assp.8.in (-5 / +7 lines)
Lines 125-135 Link Here
125
.IP 6.
125
.IP 6.
126
Optionally, send a message containing a list of email addresses
126
Optionally, send a message containing a list of email addresses
127
that you want to receive email from to
127
that you want to receive email from to
128
.IR assp-white@yourdomain.com .
128
.IR asspwhite@yourdomain.com .
129
Have all your users do this.  This will seed
129
Have all your users do this.  This will seed
130
.IR ASSP 's
130
.IR ASSP 's
131
whitelist.  Messages from senders on the whitelist will
131
whitelist.  Messages from senders on the whitelist will
132
never be blocked.
132
never be blocked.  An address can be removed from the whitelist
133
by emailing it to
134
.IR asspnotwhite@yourdomain.com .
133
.IP 7.
135
.IP 7.
134
To set up the Bayesian word list filtering, do the following:
136
To set up the Bayesian word list filtering, do the following:
135
.RS
137
.RS
Lines 209-220 Link Here
209
.I ASSP
211
.I ASSP
210
is live, users should forward a copy of any spam message that
212
is live, users should forward a copy of any spam message that
211
still gets through to
213
still gets through to
212
.I assp-spam@yourdomain.com
214
.I asspspam@yourdomain.com
213
in order to add it to
215
in order to add it to
214
.IR ASSP 's
216
.IR ASSP 's
215
spam database.  Any non-spam that was mis-classified as spam
217
spam database.  Any non-spam that was mis-classified as spam
216
can be copied to
218
can be copied to
217
.IR assp-notspam@yourdomain.com .
219
.IR asspnotspam@yourdomain.com .
218
.PP
220
.PP
219
The
221
The
220
.I rebuildspamdb.pl
222
.I rebuildspamdb.pl
Lines 254-260 Link Here
254
.IP %%ASSP_HOME%%/spam
256
.IP %%ASSP_HOME%%/spam
255
copies of spam messages received
257
copies of spam messages received
256
.IP %%ASSP_HOME%%/errors/{notspam,spam}
258
.IP %%ASSP_HOME%%/errors/{notspam,spam}
257
messages forwarded to assp-notspam@ and assp-spam@ addresses
259
messages forwarded to asspnotspam@ and asspspam@ addresses
258
.IP %%ASSP_HOME%%/maillog.txt
260
.IP %%ASSP_HOME%%/maillog.txt
259
.IR ASSP 's
261
.IR ASSP 's
260
log file
262
log file
(-)mail/assp/files/pkg-install.in (-1 lines)
Lines 2-8 Link Here
2
2
3
if [ "$2" = "POST-INSTALL" ]; then
3
if [ "$2" = "POST-INSTALL" ]; then
4
    install -d -m 0700 -o %%ASSP_USER%% -g %%ASSP_GROUP%% %%ASSP_HOME%%
4
    install -d -m 0700 -o %%ASSP_USER%% -g %%ASSP_GROUP%% %%ASSP_HOME%%
5
    [ ! -f %%ASSP_HOME%%/denysmtp.txt ] && touch %%ASSP_HOME%%/denysmtp.txt && chown %%ASSP_USER%%:%%ASSP_GROUP%% %%ASSP_HOME%%/denysmtp.txt
6
    ln -s $PKG_PREFIX/lib/assp/*report.txt %%ASSP_HOME%%
5
    ln -s $PKG_PREFIX/lib/assp/*report.txt %%ASSP_HOME%%
7
    ln -s $PKG_PREFIX/lib/assp/nodelay.txt %%ASSP_HOME%%
6
    ln -s $PKG_PREFIX/lib/assp/nodelay.txt %%ASSP_HOME%%
8
    ln -s $PKG_PREFIX/lib/assp/redre.txt %%ASSP_HOME%%
7
    ln -s $PKG_PREFIX/lib/assp/redre.txt %%ASSP_HOME%%

Return to bug 100990