Revisions for sam/config/backends.php.dist

Location: [ Horde ] / sam / config / backends.php.dist View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.13 (+7 -7 lines) 03/17/2006 12:00 AM Chuck Hagenbuch chuck

Two spamd_ldap fixes (Gregory Colpart <reg@evolix.fr>).

1.12 (+2 -5 lines) 06/27/2004 10:07 PM Chuck Hagenbuch chuck

Update SpamAssassin options to match current reality.

Bug: 334

1.11 (+12 -14 lines) 06/17/2004 04:31 PM Chuck Hagenbuch chuck

Fix parse errors

1.10 (+38 -75 lines) 06/10/2004 05:35 PM Jan Schneider jan

[jan] Move options mapping from configuration to drivers.
[jan] Create abstract parent driver for all SpamAssassin drivers.
General cleanup.

1.9 (+4 -1 lines) 04/24/2004 10:42 PM max

[max] Add spam, virus, and banned files extension attributes to the
amavisd-new SQL driver.  These features are only available for
Gentoo amavisd-new version 20030616_p9 at the moment.  The
amavisd-new author expects to have support for these extensions
in SQL in a development version soon.

1.8 (+24 -3 lines) 04/09/2004 04:18 PM Chuck Hagenbuch chuck

[cjh] Add a VFS-based FTP driver for SpamAssassin user-dir config files
(Ben Chavet <ben@chavet.net>).

1.7 (+6 -5 lines) 04/05/2004 07:28 PM max

Add 'spam_quarantine' capability to the amavisd_sql driver.

1.6 (+26 -26 lines) 04/05/2004 07:00 PM max

Tabs to spaces.

1.5 (+49 -2 lines) 09/19/2003 12:16 PM Jan Schneider jan

Add SA LDAP driver.
Submitted by: Neil Sequeira <neil@ncsconsulting.com>

1.4 (+67 -3 lines) 09/06/2003 01:53 PM max

update some nits, fix some attributes, and add an amavisd backend example

1.3 (+4 -4 lines) 09/06/2003 01:32 PM max

Rename the sql driver to spamd_sql.

*NOTE* update your backends.php driver setting to 'spamd_sql'
if you want SAM to continute to function

1.2 (+5 -2 lines) 09/02/2003 07:01 PM max

fix typo and extend comment.

1.1 08/28/2003 04:02 PM max

Here she be! The things that aren't listed in the changelog are:

- rename spamassassin.php to spam.php (for consistency with the
registry name).
- blow away the now-unneeded template files.
- standardize on SAM (instead of Sam).
- the horde_id field in the sql driver is no longer needed --
just use the mapped username for everything.

Hopefully I didn't forget anything.  Still need to write up the
help for all the known attributes and add the amavissql driver.