[dev] Trivial patch for imp/config/servers.php

Etienne Goyer etienne.goyer at linuxquebec.com
Wed Nov 5 08:15:37 PST 2003


Hi,

In imp/config/servers.php.dist, the example section for a Cyrus server
have a login and password params for the quota driver.  As far as I can
tell, they are not required as a user always have the right to read his
own quota.  The attached trivial patches remove these option for
clarity.

Regards,

-- 
Etienne Goyer                    Linux Québec Technologies Inc.
http://www.LinuxQuebec.com       etienne.goyer at linuxquebec.com
-------------- next part --------------
--- servers.php.dist.orig       Wed Nov  5 11:10:53 2003
+++ servers.php.dist    Wed Nov  5 11:11:16 2003
@@ -161,10 +161,7 @@
     'preferred' => '',
     'quota' => array(
         'driver' => 'cyrus',
-        'params' => array(
-            'login' => 'admin',
-            'password' => 'admin_pass'
-        )
+        'params' => array()
     ),
     'acl' => array(
         'driver' => 'rfc2086',


More information about the dev mailing list