[imp] full email address login

andrew colin andrew.colin at gmail.com
Tue Feb 12 07:02:47 UTC 2008


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


More information about the imp mailing list