aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dspam/pkg-message')
-rw-r--r--mail/dspam/pkg-message106
1 files changed, 83 insertions, 23 deletions
diff --git a/mail/dspam/pkg-message b/mail/dspam/pkg-message
index 97706c8c6b14..702a6b43a1e3 100644
--- a/mail/dspam/pkg-message
+++ b/mail/dspam/pkg-message
@@ -1,34 +1,94 @@
---------------------------------------------------------------------
+-------------------------------------------------------------------------------
- See the file %%DOCSDIR%%/README for advice about
- how to configure DSPAM with your MTA. Examples are provided for
- sendmail, postfix, exim and courier MTAs.
-
- Note that man entries have been added for all dspam binaries.
+ See the file %%DOCSDIR%%/README for advice about
+ how to configure DSPAM and
+ %%DOCSDIR%%/README.your_mta_name
+ for MTA or pop3 integration; examples for:
+ courier, exim, pop3filter, postfix, qmail and sendmail.
+ Keep in mind that while this port obeys our hier(7) this thing is not
+ reflected in distributed files because I lack the time for patching them.
%%MYSQL%%
-%%MYSQL%% See %%EXAMPLESDIR%%/README
-%%MYSQL%% for instructions on how to configure MySQL
-%%MYSQL%% for use with DSPAM.
+%%MYSQL%% See %%EXAMPLESDIR%%/mysql/README
+%%MYSQL%% for instructions on how to configure DSPAM - MySQL interaction.
+%%MYSQL%%
+%%MYSQL%% BACKUP FIRST !!!
%%MYSQL%%
-%%MYSQL%% %%EXAMPLESDIR%%/mysql.data
-%%MYSQL%% contains an example configuration for use with MySQL.
-%%MYSQL%% Edit and install as
-%%MYSQL%% %%LOCALBASE%%/etc/dspam/mysql.data
-%%MYSQL%% To modify an 2.x database use and use it with dspam 3.x use:
+%%MYSQL%% To modify a 2.x database use and use it with dspam 3.x use:
%%MYSQL%% %%EXAMPLESDIR%%/mysql/2x_to_3x_db.sql
+%%MYSQL%% To modify a 3.1.0 *mysql4.0* use :
+%%MYSQL%% %%EXAMPLESDIR%%/mysql/310_to_320.my.sql
%%MYSQL%%
%%PGSQL%%
-%%PGSQL%% See %%EXAMPLESDIR%%/README
+%%PGSQL%% See %%EXAMPLESDIR%%/pgsql/README
%%PGSQL%% for instructions on how to configure PostrgreSQL
%%PGSQL%% for use with DSPAM.
-%%PGSQL%% [ To add a nice tutorial on this ]
-%%PGSQL%% [ To add a nice turorial on converting a MySQL DB ]
-%%PGSQL%% %%EXAMPLESDIR%%/pgsql.data
-%%PGSQL%% contains an example configuration for use with PostgreSQL.
-%%PGSQL%% Edit and install as
-%%PGSQL%% %%LOCALBASE%%/etc/dspam/pgsql.data
-%%PGSQL%%
+%%PGSQL%%
+%%SQLITE%%
+%%SQLITE%% See %%EXAMPLESDIR%%/sqlite/README
+%%SQLITE%% for suggestion on SQLite back-end. It should work out-of-the-box.
+%%SQLITE%%
+%%SQLITE%% You'll always want to run dspam_clean -p0 and
+%%SQLITE%% sqlite %%DSPAM_HOME%%/data/user/user.sdb < vacuum
+%%SQLITE%% after a corpusfeed.
+%%SQLITE%% There are most likely 70%+ junk tokens that need to be removed.
+%%SQLITE%% This will have a HUGE impact on the disk space your db uses.
+%%SQLITE%%
+%%CGI%%
+%%CGI%% The CGI files had been installed in
+%%CGI%% %%CGI_PATH%%
+%%CGI%% Copy
+%%CGI%% %%CGI_PATH%%/default.prefs.sample
+%%CGI%% to
+%%CGI%% %%CGI_PATH%%/default.prefs
+%%CGI%% and edit it to your needs.
+%%CGI%% Copy
+%%CGI%% %%CGI_PATH%%/configure.pl.sample
+%%CGI%% to
+%%CGI%% %%CGI_PATH%%/configure.pl
+%%CGI%% and edit it to your needs.
+%%CGI%% If you symlink this file in %%DSPAM_HOME%%/
+%%CGI%% an administrator can edit these options in the DSPAM Admin Suite.
+%%CGI%% Define administrators by copying
+%%CGI%% %%CGI_PATH%%/admins.sample
+%%CGI%% to
+%%CGI%% %%CGI_PATH%%/admins
+%%CGI%% and edit the file to your needs.
+%%CGI%% See %%DOCSDIR%%/README
+%%CGI%% especially the CGI and Trusted Users sections for more info.
+%%CGI%% If you have problems (after upgrading) check permissions.
+
+ See %%DOCSDIR%%/RELEASE.NOTES
+ for new things in this %%PKGNAME%% and
+ %%DOCSDIR%%/CHANGELOG
+ for the full list from 3.0.0 stable.
+ Preference extensions are NOT yet integrated in this port,
+ feel free to test and send patches.
+
+ ***************************** WARNING: ***************************************
+ Almost everything regarding how dspam must be configured has changed.
+ If you are upgrading from 2.x or 3.x be sure to read
+ %%DOCSDIR%%/UPDATING
+ ******************************************************************************
+
+ ---- %%PKGNAME%% is considered to be a STABLE release. ---
+ Reporting problems, asking questions:
+ - small typos, etc. to the maintainer
+ - FreeBSD specific port-related problems/questions: ports@, maintainer cc'ed
+ - FreeBSD specific patches, doc enhancements: send-pr maintainer cc'ed
+ - dspam specific questions: dspam mailling list (maintainer cc'ed if you like)
+ - dspam specific patches: dspam/dspam-dev mailling list (maintainer cc'ed if you like)
+ Please be sure to include in your email/pr relevant information such as:
+ uname -a, dspam --version, /var/db/ports/dspam-devel/options, MTA setup.
+ If needed rebuild WITH_DEBUG and to turn on debugging see DebugOpt in dsapm.conf
+
+ Please send unified diff's (diff -u).
+
+ If you don't want to see in your maillog :
+ "query error: verbose debug INFO ONLY: see sql.errors for more details"
+ please recompile withOUT verbose debug; those who will report this "error" will
+ be sent to spen their night in a room with a cardassian, a klingonian and a romulan.
---------------------------------------------------------------------
+ -- Thanks for making both our lives easier.
+------------------------------------------------------------------------------