Revisions for vilma/config/conf.xml

Location: [ Horde ] / vilma / config / conf.xml 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.22 (+31 -26 lines) 03/12/2008 12:40 AM Ben Klang bklang

Remove all DataTree dependency from qmailldap driver

1.21 (+5 -1 lines) 08/24/2006 02:31 PM Ben Klang bklang

Create configuration option for default values for domains
Fix qmailldap driver add domain process (getDomains() returns an empty array, not PEAR::Error)

1.20 (+1 -7 lines) 07/16/2006 07:58 PM Ben Klang bklang

Removing auth_update script as this can and should be done with hooks instead.

1.19 (+6 -2 lines) 07/16/2006 02:00 PM Ben Klang bklang

This commit marks the beginning of work to rebuild Vilma per the discusson I
initiated last week.  Because this commit is essentially rebuilding the Driver
API it's going to break some things.  I'm trying to commit when things are as
close to working as possible but expect a bumpy ride.

Changes:
- Simplified array element names between Driver and UI
- Created Users, Aliases and Groups/Forwards to replace Virtuals
- Adding ability to sort by arbitrary field (not yet implemented in UI)
- Added navigation tabs
- Simplified some LDAP search filters
- Added configplaceholder to make MailboxDriver_hooks work

1.18 (+1 -30 lines) 07/15/2006 10:47 PM Ben Klang bklang

Removing the qmailldap MailboxDriver as it always returned true anyway.
Altered the hooks driver to always return true.  In this way the hooks driver
can also be used as a null driver.  For qmailldap, all functionality is handled
by the Domain driver so it doesn't really need a dedicated MailboxDriver.

1.17 (+88 -87 lines) 07/15/2006 06:17 PM Ben Klang bklang

Restructure conf.xml to be more logical
Add hooks backend for Mailbox driver

1.16 (+59 -1 lines) 07/07/2006 04:02 PM Ben Klang bklang

Committing initial support for qmail-ldap
(See http://www.nrg4u.com and http://www.qmail.org)

This is *read-only* support right now.  All unimplemented methods produce a
die() until I can implement them.

1.15 (+51 -11 lines) 01/12/2006 11:00 AM Jan Schneider jan

Allow to use custom table and column names.
Bug: 3244
Submitted by: guilleva@gmail.com

1.14 (+5 -3 lines) 11/28/2005 12:46 PM Jan Schneider jan

Headers

1.13 (+49 -26 lines) 11/28/2005 12:39 PM Jan Schneider jan

wrapping

1.12 (+5 -1 lines) 10/22/2004 03:32 PM eraserhd

* Introduce a 'domainkey' configuration item used to filter domains this vilma
installation is allowed to work with.
* Factor methods which get one domain attribute out of the SQL driver and
into Driver.php and make them use getDomainByName().
* Tests coded.

1.11 (+2 -1 lines) 06/08/2004 01:27 PM eraserhd

* Add missing `usedomain' config parameter.
* Fix typo preventing it from being used.

Submitted by: christopher pickert <cpickert@t3inc.us>

1.10 (+2 -1 lines) 06/07/2004 04:01 PM eraserhd

Add ability to call external script when saving user

* Add auth_update_script configuration parameter.
* Call that script when saving or deleting a user.

I'm using this to update passwords in cyrus' SASL database.

1.9 (+13 -46 lines) 06/07/2004 11:19 AM Jan Schneider jan

Rest of SQL configuration migrated to \<configsql\>.

1.8 (+9 -9 lines) 06/04/2004 09:48 AM eraserhd

Implement Vilma IMAP Admin mailbox driver

* Implement 'imap' mailbox driver for vilma.
* Kill 'cyrus' mailbox driver.
* Add IMAP_Admin::mailboxExists()
* Make IMAP_Admin attempt to grant admin all permissions on a mailbox before
deleting it.

1.7 (+11 -1 lines) 06/02/2004 11:07 PM eraserhd

Cyrus support for vilma

* Add MailboxDriver_cyrus:: to create, delete, and check cyrus mailboxes.
* Clean up and work around some more maildrop-specific stuff.

1.6 (+17 -8 lines) 06/02/2004 04:13 PM eraserhd

* Driver-ize mailbox creation, deletion, and checking.

1.5 (+2 -1 lines) 02/07/2004 01:59 PM mdjukic

system username, this is only required for creating maildirs

1.4 (+8 -4 lines) 02/07/2004 01:56 PM mdjukic

change to MTA Settings, add base maildir path and available transports

1.3 (+72 -11 lines) 02/07/2004 12:46 PM mdjukic

allow the specifying of sql config, add uid/gid config

1.2 (+2 -8 lines) 02/06/2004 07:43 PM eraserhd

* Code cleanup.
* s/Ulaform/Vilma/g, s/Mailadmin/Vilma/g

1.1.1.1 (+0 -0 lines) 12/03/2003 11:35 AM mdjukic

Vilma - the VIrtuaL Mail Admin
- allows a site to offer admin for a number of virtual domains
- config for a domain admin
- config for number of mailboxes per domain
- unlimited alias per mailbox
- currently supports mysql/courier setup

Note: code was designed to run against HEAD of some months ago, also may contain some hardcoded stuff.

Submitted by: Fred and Barney

Tags: start

1.1 12/03/2003 11:35 AM mdjukic

Initial revision