[horde] Re: motd and imap auth

Bill Blackwell bill_b at mindspring.com
Tue Aug 27 09:11:12 PDT 2002


"Tommaso D'Argenio" <rajasi at tin.it> wrote in message
news:02f201c23f27$2e6412e0$6601a8c0 at adpserver...
> Hi all,
> i've just installed horde+imp+nag+turba+mnemo+kronolith .. wow ;)
> but i've some questions for you!
> first of all, may excuse me for poor english.. ;)
> i've found a motd.php in all config dirs of above script.. but none
> comment inside on how it works...
> someone can tell me how to set motd.php ? (isn't essential but it's cool
> to have)
>
> the second problem is a very big one.. ;|
> i can auth and login on my server only by POP3 .. but no via IMAP
> as MTA/MUA ecc.. i've qmail+vpopmail+courier-imap and all work well..
> but when i try to access Horde
> via IMAP the system tells that something is wrong in username/password..
> ;(
>
> here's my conf files:
> >>
> horde/imp/config/servers.php
>
> $servers['imap'] = array(
>     'name' => 'IMAP Server',
>     'server' => '127.0.0.1',
>     'protocol' => 'imap/notls',
>     'port' => 143,
>     'folders' => 'mail/',

Try 'INBOX.' courier-imap is very pciky when it comes to folder names.

>     'namespace' => '',
>     'maildomain' => 'example.com',
>     'smtphost' => 'smtp.example.com',
>     'realm' => 'example.com',
>     'preferred' => ''
> );
>
> i've tried to
> 'maildomain' => 'localhost',
> 'smtphost' => 'localhost',
> 'realm'=>''
>
> but nothing to do.. ;(
>
> (if i've some domains on my server.. what i've to set in this directive?
> i think that i've to set only on localhost.. or not??)
>
> horde/config/registry.php
>
> $this->registry['auth']['login'] = 'imp';
> $this->registry['auth']['logout'] = 'imp';
>
> /* mail: Handler for sending mail. */
> $this->registry['mail']['compose'] = 'imp';
> $this->registry['mail']['composePopup'] = 'imp';
>
>
> horde/config/horde.php
> // What backend should we use for authenticating users to Horde? Valid
> // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
> $conf['auth']['driver'] = 'imap';

You don't need to have this if you are validating users via IMP - if the
user can log-on to the server, then he/she is validated. You don't need a
dual validation unless you just want to!

Regards,
Bill






More information about the horde mailing list