[horde] Horde Webmail authentification methods
Steve Devine
sd at msu.edu
Fri Apr 18 15:21:36 UTC 2008
Petar Kazakov wrote:
> The IMAP is working just fine.
> I have a squirrelmail that is currently working and also abut 50 clients
> like MS outlook and thunderbird.
>
> #:> telnet localhost 143
> Trying ::1...
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
> THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256
> IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double
> Precision, Inc. See COPYING for distribution information.
>
> Pete
>
Ok then whats your imp/config/servers.php have in it?
Heres a sample:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'protocol' => 'imap/notls',
'port' => 143,
'smtphost' => 'localhost',
'smtpport' => 25,
'maildomain' => 'sample.com',
'realm' => '',
'preferred' => '',
'hordeauth' => false,
);
You also should be able to
'telnet localhost 143'
then after the banner
'a login username password'
'a examine inbox'
'a logout'
--
Steve Devine
Email & Storage
Academic Technical Services
Michigan State University
313 Computer Center
East Lansing, MI 48824-1042
1-517-432-7327
Baseball is ninety percent mental; the other half is physical.
- Yogi Berra
More information about the horde
mailing list