[imp] cannot read messages

Anoop anoop at anoop.net
Tue May 25 19:28:33 PDT 2004


Hello,

I am a loyal squirrelmail user but recently, I have wanted to try out IMP
to compare the two. I installed horde successfully and IMP as well.

My mailserver is a sun sparc 20 running qmail with courier-imap

my web server which runs IMP is an OpenBSD machine.

I am able to login to my mail and even see my existing folders. I can
change my folders and view the messages in the particular folders but not
the content of the messages. In my INBOX, clicking on the messages does
nothing. It doesnt even change to the message. (I hope i'm stating my
problem clearly).

These are the config changes i've made to config files in horde and imp
CHANGES MADE TO HORDE.PHP

$conf['auth']['driver'] = 'imap';
$conf['auth']['params']['dsn'] = '{sparky.anoop.net:143/imap}INBOX';
$conf['log']['type'] = 'sql'; // though i'm not seeing an sql table in the
db. unsure of what it uses to create the table.
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'NICE_LEET_PASSWORD_HERE';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array('host' => 'sparky.anoop.net');
$conf['mailer']['params'] = array(
	'host' => 'sparky.anoop.net',
	'port' => 25,
	'localhost' => 'localhost',
);


CHANGES MADE TO REGISTRY.PHP
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
	'status' => 'active' for IMP

CHANGES MADE TO CONF.PHP FOR IMP
$conf['msg']['append_trailer'] = false;
$conf['mailbox']['show_attachments'] = true;
$conf['mailbox']['from_link'] = 'compose';
$conf['user']['select_sentmail_folder'] = true;
$conf['user']['allow_resume_all_in_drafts'] = true;
$conf['utils']['spellchecker'] = 'ispell';

CHANGES MADE TO SERVERS.PHP for IMP
$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'sparky.anoop.net',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'anoop.net',
    'smtphost' => 'sparky.anoop.net',
    'realm' => 'anoop.net',
    'preferred' => ''
);

I'm currently trying to figure out the problem with the logging options
set to 'file' and see if something comes through that may help.

If anyone has experienced this before and its in the archives, please
point it out to me, I tried searching through it but with not much luck.
I'm still looking through it.

thanks

Anoop


More information about the imp mailing list