[horde] can someone help me please???
Tommaso D'Argenio
rajasi at tin.it
Mon Aug 12 06:40:38 PDT 2002
> TDA> i've found a motd.php in all config dirs of above script.. but
none
> TDA> comment inside on how it works...
> TDA> someone can tell me how to set motd.php ? (isn't essential but
it's cool
> TDA> to have)
> How do you log on, ie. is IMP your authentication handler?
i go to mydomain.com/mail
and i've the HORDE login... but in config files IMP is setted for auth
..
> then edit imp/config/motd.php
> enter some html, php, as you like...
but motd is "Message of the day" right?
i think that is no only one message, but some messages in .. so every
time i login i see a different random message..
how i can write this messages? they're part of an array, or some line
separated by <br> o \n .. or whatever else?
>> TDA> the second problem is a very big one.. ;|
>> TDA> i can auth and login on my server only by POP3 .. but no via
IMAP
>> TDA> as MTA/MUA ecc.. i've qmail+vpopmail+courier-imap and all work
well..
>> TDA> but when i try to access Horde
>> TDA> via IMAP the system tells that something is wrong in
username/password..
>> TDA> ;(
> what does your test.php say...
> does your php support IMAP?
...hmm.. my php support IMAP
and the IMAP server is running ..
when i try to connect to IMAP via telnet i can connect and login see:
>>
[admin at adp admin]$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See
COPYING for distribution information.
a001 login postmaster at mydomain.com *******
a001 OK LOGIN Ok.
>>
so the IMAP server is ok..
and phpinfo() report that the IMAP support is up.
what's the problem ?
thx
bye Tom
--
"640K ought to be enough for anybody."
-- Bill Gates, 1981
> TDA> here's my conf files:
> TDA> horde/imp/config/servers.php
> TDA> $servers['imap'] = array(
> TDA> 'name' => 'IMAP Server',
> TDA> 'server' => 'localhost',
> TDA> 'protocol' => 'imap',
> TDA> 'port' => 143,
> TDA> 'folders' => 'INBOX',
> TDA> 'namespace' => 'INBOX',
> TDA> 'maildomain' => 'localhost',
> TDA> 'smtphost' => '',
> TDA> 'realm' => '',
> TDA> 'preferred' => ''
> TDA> );
> $this->>registry['auth']['login'] = 'imp';
> $this->>registry['auth']['logout'] = 'imp';
>
> $this->>registry['mail']['compose'] = 'imp';
> $this->>registry['mail']['composePopup'] = 'imp';
>
> TDA> $conf['auth']['driver'] = 'imap';
> TDA> $conf['auth']['params']['dsn']='{localhost:143/imap}INBOX';
More information about the horde
mailing list