[lug] Horde/Imp

Sexton, George gsexton at mhsoftware.com
Mon Jun 17 16:17:32 MDT 2002


You might try taking SSL out of the protocol definition.

I think that unless you are using real CA signed certs, there is some extra
configuration that has to be done.



-----Original Message-----
From: lug-admin at lug.boulder.co.us [mailto:lug-admin at lug.boulder.co.us]On
Behalf Of D. Stimits
Sent: 17 June, 2002 2:40 PM
To: lug at lug.boulder.co.us
Subject: Re: [lug] Horde/Imp


"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
_______________________________________________
Web Page:  http://lug.boulder.co.us
Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
Join us on IRC: lug.boulder.co.us port=6667 channel=#colug




More information about the LUG mailing list