[imp] missing messages IMP 4

Tracy L Skaggs tskaggs at dcsqc.com
Thu Jan 6 09:24:32 PST 2005


I'm having difficulty with the latest IMP/Horde and an Exchange server.

Here is the version information on the Linux (Mandrake 10.0 official)
side

horde-3.0
imp-h3-4.0.1
Apache 2.0.47
php-4.3.0

The Windows side is a simple Exchange server 2000 on Windows 2000 server
SP4

I am still using Horde 2.2.5 and IMP 3.2.3 on the same Linux box without
any issues.

What is happening with IMP is it is properly detecting the number of
unread messages on the Exchange server and the number of total messages
in the INBOX but also says "There are no messages in this mailbox." and
doesn't show any message detail lines.  I n modify the sources.php on
the IMP 4 install to point to a local Courier IMAP server and the INBOX
displays messages as expected.

Here is the servers.php entry for the Exchange server from the latest
IMP:
$servers['exchange'] = array(
    'name' => 'Exchange server',
    'server' => 'CHANGED FOR SECURITY',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'CHANGED FOR SECURITY',
    'smtphost' => 'localhost',
    'realm' => '',
    'preferred' => '',
    'dotfiles' => false,
    'hierarchies' => array()
);

Here is the servers.php entry for the previous IMP:
$servers['imap'] = array(
    'name' => 'Exchange Server',
    'server' => 'CHANGED for SECURITY',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'CHANGED FOR SECURITY',
    'smtphost' => 'localhost',
    'realm' => '',
    'preferred' => ''
);

Here is the output of an IMP test from the test.php script:

IMP Version
IMP: H3 (4.0.1)
Other Horde Applications
gollem: No
Gollem provides access to local VFS filesystems to attach files.
ingo: No (Have version: H3 (1.0); Need version: 1.0) Ingo provides basic
mail filtering capabilities to IMP.
nag: No (Have version: H3 (2.0); Need version: 2.0) Nag allows tasks to
be directly created from e-mail data.
turba: No (Have version: H3 (2.0); Need version: 2.0) Turba provides
addressbook/contacts capabilities to IMP.
PHP Version
View phpinfo() screen
View loaded extensions
PHP Version: 4.3.1
PHP Major Version: 4.3
PHP Minor Version: 1
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
IMAP Support: Yes
OpenSSL Support: Yes
Miscellaneous PHP Settings
file_uploads enabled: Yes
Required IMP Configuration Files
config/conf.php: Yes
config/mime_drivers.php: Yes
config/prefs.php: Yes
config/servers.php: Yes
PEAR
PEAR Search Path (PHP's include_path): 
/home/webmail/horde/lib:.:/usr/share/pear
PEAR: Yes
Recent PEAR: Yes
HTTP_Request: Yes
PHP IMAP Support Test
server="CHANGED FOR SECURITY" user="USERNAME" mailbox="{CHANGED FOR
SECURITY:143/imap/notls}INBOX"
INBOX has 12 messages (3 new 0 recent)

I can provide any further detail necessary, just ask.

Tracy Skaggs 



More information about the imp mailing list