[horde] motd and imap auth
Tommaso D'Argenio
rajasi at tin.it
Thu Aug 8 15:01:43 PDT 2002
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/',
'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';
>>
please someone help me.. ;))
bye Tom
--
WINDOWS 95 - From the same people who brought you EDLIN!
More information about the horde
mailing list