[imp] why can't I login?

Jonathan Ellis jbellis@hotmail.com
Wed, 28 Feb 2001 13:34:02 -0700


> Okay... I assume you can telnet to port 143 on localhost and log in
correctly?

That's right.

> > $default->folders                        = '/';
>
> This is almost definitely wrong (what imap server are you using?), but I
don't
> see anything else funky...

This one has me confused.  Why should imp try to read the physical imap
folders?
dkimap4 stores its folder list in
/var/spool/dkimap/hostname/user/uname/folders,
but really imp should be querying imap for this.  (What if someone wants to
run
imp and the imap server on different machines?)  So that doesn't make sense
to
me but I don't see what else it could mean.

BTW I tried setting log_errors = On and error_reporting = E_ALL in php.ini,
and error_level = E_ALL in imp/config/defaults.php3, but nothing gets logged
to my logfile (it doesn't even get created) so that is a crock. :(

-Jonathan