diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-29 02:09:43 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-29 02:09:43 +0000 |
commit | 3801a16b8b2d13660a5ba3dc3b89cabecee4cc7c (patch) | |
tree | 06ddf66bc4f359b294cf1d32dd2ae552a3f2c24c /mail/assp/files | |
parent | 003834a79b0c3a959fc246b24f11f3e0b6747e8b (diff) | |
download | ports-3801a16b8b2d13660a5ba3dc3b89cabecee4cc7c.tar.gz ports-3801a16b8b2d13660a5ba3dc3b89cabecee4cc7c.zip |
Notes
Diffstat (limited to 'mail/assp/files')
-rw-r--r-- | mail/assp/files/assp.8.in | 12 | ||||
-rw-r--r-- | mail/assp/files/pkg-install.in | 1 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/assp/files/assp.8.in b/mail/assp/files/assp.8.in index 729892e270e1..e93b7c28a79c 100644 --- a/mail/assp/files/assp.8.in +++ b/mail/assp/files/assp.8.in @@ -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 diff --git a/mail/assp/files/pkg-install.in b/mail/assp/files/pkg-install.in index 5849ef05108d..82c5f2a988b6 100644 --- a/mail/assp/files/pkg-install.in +++ b/mail/assp/files/pkg-install.in @@ -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%% |