[imp] full email address login
Anant Athavale
asa at isac.gov.in
Tue Feb 12 08:26:12 UTC 2008
Set the realm parameter to your domain name. This will append your
domain to user id.
----- Message from andrew.colin at gmail.com ---------
Date: Tue, 12 Feb 2008 09:02:47 +0200
From: andrew colin <andrew.colin at gmail.com>
Reply-To: andrew colin <andrew.colin at gmail.com>
Subject: Re: [imp] full email address login
To: Michael Rubinsky <mrubinsk at horde.org>
Cc: imp at lists.horde.org
> On 2/12/08, Michael Rubinsky <mrubinsk at horde.org> wrote:
>> Quoting andrew colin <andrew.colin at gmail.com>:
>>
>> > Hi all
>> >
>> > I have setup imp to use horde authentication against a mysql database
>> > the usernames are in the format username at domain. However when imp
>> > connects to the imap server it is stripping off the domain part
>> > causing the login to fail.
>> >
>> > How do i configure imp such that it sends the username in user at domain
>> > format to the imap server
>>
>> Read imp/config/servers.php.dist and set hordeauth parameter to 'full'
>>
>>
>>
>> Thanks,
>> mike
>>
>> --
>> The Horde Project (www.horde.org)
>> mrubinsk at horde.org
>>
>> "Time just hates me. That's why it made me an adult." - Josh Joplin
>>
>> --
>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>>
>>
>>
>
> Hi
>
> Thanks Michael, for your quick response, i have changed that option
> but imp is still stripping the domain part away here is my server.php
> entry.
>
> $servers['cyrus'] = array(
> 'name' => 'localserver',
> 'server' => 'localhost',
> 'hordeauth' => 'full',
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'maildomain' => '',
> 'smtphost' => 'localhost',
> 'smtpport' => 25,
> 'realm' => '',
> 'preferred' => '',
> 'admin' => array(
> 'params' => array(
> 'login' => 'cyrus',
> 'password' => '',
> 'userhierarchy' => 'user.',
> 'protocol' => 'imap/notls',
> 'hostspec' => 'localhost',
> 'port' => 143
> )
> ),
> 'quota' => array(
> 'driver' => 'cyrus',
> 'params' => array(),
> ),
> 'acl' => array(
> 'driver' => 'rfc2086',
> ),
> );
>
> I even restarted httpd because i thought some kind of caching is
> taking place but there is no change.
>
> Thanks again.
> Andrew
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
----- End message from andrew.colin at gmail.com -----
Regards,
Anant Athavale.
More information about the imp
mailing list