[imp] Quotas and courier imap server
Ivars Stivriņš
ivars at kraslava.lv
Wed Dec 22 22:28:36 PST 2004
1)What steps is needed to set up quota display in IMP?
I seen only some config in servers.php, but cant solve what exactly i must
write to get it up and running...
I use snapshoot on horde/imp Courier-imap/postfix/mysql Do I have to put in
servers.php something like this?
$servers['imap'] = array(
'name' => 'Some imap server',
'server' => 'imap.server.com',
// 'hordeauth' => false,
'hordeauth' => full,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => 'server.com',
'smtphost' => 'smtp.server.com',
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
'quota' => array(
'driver' => 'courier',
'params' => array(
'login' => '???',
'password' => '???',
'userhierarchy' => 'user.',
'protocol' => 'imap',
'hostspec' => 'localhost',
'port' => 143
)
)
);
Or maby I need to change other files too?
More information about the imp
mailing list