On Fri, Sep 12, 2008 at 11:39, <[EMAIL PROTECTED]> wrote: > Robin Polak wrote: > > On Thu, Sep 11, 2008 at 15:30, Andrew Linkie <[EMAIL PROTECTED]> <[EMAIL > PROTECTED]> wrote: > > > > Please could send me a copy of their servers.php file for a connection to > an imap server and an outgoing server of smtp, so i can edit it to my needs > as i am having real trouble configuring mine. > > Cheers > > Andrew Linkie > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [EMAIL PROTECTED] > > I hope this helps you sort out why your server is not working properly. > > $servers['cyrus'] = array( > 'name' => 'Dolphinet IMAP Server', > 'server' => 'mail.mountsaintvincent.edu', > 'hordeauth' => false, > 'protocol' => 'imap/notls', > 'port' => 143, > 'maildomain' => 'mountsaintvincent.edu', > 'smtphost' => 'smtp.mountsaintvincent.edu', > 'smtpport' => 25, > 'realm' => '', > 'preferred' => '', > 'namespace' => 'INBOX/', > // 'admin' => array( > // 'params' => array( > // 'login' => 'cyrus', > // 'password' => 'cyrus_pass', > // 'userhierarchy' => 'user.' > // ) > // ), > 'quota' => array( > 'driver' => 'cyrus', > 'params' => array( > // 'login' => 'cyrus', > // 'password' => 'cyrus_pass', > // 'userhierarchy' => 'user/' > ) > ), > 'acl' => array( > 'driver' => 'rfc2086', > ), > ); > > Hello, > > Do you know how to enable the function of quota with UNIX / Linux command > line ? > > Thanks ! > > Edward. >
Regretfully I do not. In fact I am still trying to figure out why I can't get IMP 4.2 to display the quota from my Cyrus mail server. Considering that it worked with the same exact servers.php config file running IMP 4.1.6. -- Robin Polak E-Mail: [EMAIL PROTECTED] V. 917-494-2080 -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
