[imp] Re: New Horde Imp Installation
Eric Gunnett
eric at zoovy.com
Mon Mar 21 00:48:19 PST 2005
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => 'false',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'INBOX',
'namespace' => '',
'maildomain' => '',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
IT seems to only ask for a login again when clicking on the INBOX and Compose Message. Search Mail will let me do this. This is the error that appears in the logs:
Mar 20 21:55:44 ZOOVYMAIL [error] [imp] FAILED LOGIN 69.162.88.108 to localhost:143[imap/notls] as eric [on line 247 of "/httpd/htdocs/horde/imp/lib/Auth/imp.php"]
But right before that error message is this:
Mar 20 21:55:29 ZOOVYMAIL [notice] [imp] Login success for eric [69.162.88.108] to {localhost:143} [on line 150 of "/httpd/htdocs/horde/imp/redirect.php"]
Eric Gunnett
System Administrator
Zoovy, Inc.
eric at zoovy.com
>>> RYAN vAN GINNEKEN <luck at computerking.ca> 03/21/05 12:03AM >>>
What method do you use to authenticate to your imap server i use
imap/notls like this in my /usr/local/www/horde/imp/config/servers.php
file.
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => 'computerking.ca',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
Eric Gunnett wrote:
> Yes it is set to that. Can log into horde fine and administer it but can not seem to authenticate to imp or at least log in and Compose a MEssage it just keeps asking me for a username and password.
>
>
>
>Eric Gunnett
>System Administrator
>Zoovy, Inc.
>eric at zoovy.com
>
>
>
>
>>>>RYAN vAN GINNEKEN <luck at computerking.ca> 03/20/05 05:13PM >>>
>>>>
>>>>
>Eric Gunnett wrote:
>
>
>
>> I have just installed horde-3.0.3 and imp-h3-4.0.2 on my system I can log into the horde administration fine. But when clicking on the INBOX icon for my imp installation it prompts me for a password, I enter it and then click on the icon it prompts me for a password again. I do not seem to be able to get into my imp install. It does the same thing for me when I click on Compose Message also. I checked the Courier Imap installation and it appears to be working fine, can log into it with out any errors.
>> Anyone have any suggestions why I can not log into imp?
>>
>>
>>
>>Eric Gunnett
>>System Administrator
>>Zoovy, Inc.
>>eric at zoovy.com
>>
>>
>>
>>
>>
>>
>Have you tried setting your authentication method to use application imp
>in the horde setup menu?
>
>
>
>
More information about the imp
mailing list