Quoting Manuel Rodríguez Salgado <[EMAIL PROTECTED]>:

Hi,

i am using courier + ldap + postfix + maildrop and i want use quota for
user.

i want call maildirmake -q quota, from postfix or maildrop or courier. How i
can do ??

in horde/imp/config/servers.php if you have one in the version you are
running :

$servers['imap'] = array(
   'name' => 'IMAP Server',
   'server' => 'localhost',
   'hordeauth' => 'full',
   'protocol' => 'imap/notls',
   'port' => 143,
   'folders' => 'INBOX.',
   'namespace' => '',
   'maildomain' => '',
   'smtphost' => 'localhost',
   'realm' => '',
   'preferred' => '',
   'dotfiles' => false,
   'quota' => array(
       'driver' => 'courier',
       'params' => array(
           'login' => '',
           'password' => ''
       )
   ),
   'hierarchies' => array()
);

worked fine for me.  Just ignore all the config except the quote part.

In head, I no longer have quota or don't know how to configure it yet
because there doesn't seem to be a servers.php anymore which means it
is autoconfigurable.  When Michael finishes, I'm sure that a hook or a
configuration option can be added or may have already been added that I
am unaware of.

Hope this helps a little,

ed

Thank you






-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to