[horde] Authentication issues
avp
avp at rokeyetee.com
Wed Jul 24 11:31:59 UTC 2013
>
> So would this be better?
>
> // IMAP server
> $servers['imap'] = array(
> // ENABLED by default; will connect to IMAP port on local server
> 'disabled' => false,
> 'name' => 'Server',
> 'hostspec' => 'localhost',
> 'hordeauth' => full,
> 'protocol' => 'imap',
> 'port' => 993,
> // Plaintext logins are disabled by default on IMAP servers (see
> RFC 3501
> // [6.2.3]), so TLS is the only guaranteed authentication
> available by
> // default.
> 'secure' => 'ssl',
> );
>
Shouldn't "full" be "'full'", or does this matter? That is, have single
quotes around it?
--
View this message in context: http://horde.690.n7.nabble.com/Authentication-issues-tp113830p113891.html
Sent from the Horde - General mailing list archive at Nabble.com.
More information about the horde
mailing list