This is a discussion on Re: [courier-users] Courier quota within the Courier-Imap forums, part of the Mail Servers and Related category; Quoting Manuel Rodr=EDguez Salgado <mrsalgado@gmail.com>: > Hi, > > i am using courier + ldap + postfix + ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Quoting Manuel Rodr=EDguez Salgado <mrsalgado@gmail.com>:
> 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. Ho= w i > can do ?? in horde/imp/config/servers.php if you have one in the version you are running : $servers['imap'] =3D array( 'name' =3D> 'IMAP Server', 'server' =3D> 'localhost', 'hordeauth' =3D> 'full', 'protocol' =3D> 'imap/notls', 'port' =3D> 143, 'folders' =3D> 'INBOX.', 'namespace' =3D> '', 'maildomain' =3D> '', 'smtphost' =3D> 'localhost', 'realm' =3D> '', 'preferred' =3D> '', 'dotfiles' =3D> false, 'quota' =3D> array( 'driver' =3D> 'courier', 'params' =3D> array( 'login' =3D> '', 'password' =3D> '' ) ), 'hierarchies' =3D> 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 courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |