[imp] IMP and MS Exchange Public folders/Address book.
Michael Bellears
MBellears at staff.datafx.com.au
Thu Feb 19 21:37:35 PST 2004
I have IMP successfully accessing one of our Exchange Servers.
The only folders accessible to users are off the users Inbox - i.e. Sent
Items etc cannot be seen.
I currently have the following:
$servers['exchange'] = array(
'name' => 'GC Exchange server',
'server' => '192.168.5.11',
'protocol' => 'imap',
'port' => 143,
'folders' => 'INBOX/',
'namespace' => '',
'maildomain' => 'datafx.com.au',
'realm' => '',
'preferred' => ''
);
Changing the 'folders' to '/' does not allow users to see there full
folder list.
Is there anyway to view all of a users folders?
Also, attepmting to access the Exchange Address book, results in a blank
white page.
Using the following in sources.php
$cfgSources['exchange'] = array(
'title' => 'test',
'type' => 'ldap',
'params' => array(
'server' => '192.168.5.11',
'port' => 389,
'root' => 'cn=Recipients, ou=DATAFX, o=DATAFX.LOCAL',
'filter' => ''
),
'map' => array(
'__key' => 'dn',
'name' => 'cn',
'email' => 'mail',
'alias' => 'givenname'
),
'search' => array(
'name',
'email',
'alias'
),
'public' => true,
'readonly' => true,
'export' => false
);
Versions:
Horde: 2.2.1
IMP: 3.2.1
Turba: 1.2
Regards,
MB
More information about the imp
mailing list