[lug] Horde/Imp

D. Stimits stimits at idcomm.com
Mon Jun 17 14:40:10 MDT 2002


"D. Stimits" wrote:
> 
> I have Horde and Imp installed, I get to the login page (set to allow
> Imp do all auth), but it always tells me login failed. I have MySQL and
> PostgreSQL available, and created tables in both: horde_categories,
> horde_categories_categories, horde_prefs, horde_users, but these
> shouldn't be involved during Imp login when it is set to allow Imp to do
> all the auth (and I believe this part is working, that horde auth is
> ignored, because I didn't even get to the Imp login page before setting
> it to Imp-only auth). Although I do not expect that I am using the SQL
> tables yet, can someone tell me if the horde_users table password is
> plain english, or encrypted with some format like MD5 (I'll need to know
> this once I get Imp working without Horde, because I'll then work on
> Horde)?
> 
> As far as Imp auth goes, can someone give me an idea of what to
> double-check in config files to figure out why my user is not passing
> Imp authentication? I do have IMAP up and running, I have a message I
> sent on localhost to that user, the user can see and retrieve the IMAP
> mail in mozilla, using the right password.

One additional note, here is an excerpt of my imp/config/servers.php,
which I'm pretty sure is not completely right:

$servers['_prompt'] = array(
    'name' => 'Choose a mail server:'
);

$servers['imap'] = array(
    'name' => 'localhost IMAP',
    'server' => 'localhost',
    'protocol' => 'imap/ssl',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'my.localname.com',
    'smtphost' => 'localhost',
    'realm' => 'localhost',
    'preferred' => ''
);


NOTE: I'm avoid the spam mining jerks and thus "my.localname.com" is
really something else that my local machine has in its /etc/hosts, and
answers to, and I have a similar entry for my public web site that has
pop3 on it (and port/protocol are set to the right things for pop3 on
that one).

D. Stimits, stimits at idcomm.com



More information about the LUG mailing list