[horde] Force cram-md5 authentication.
Michael C. Robinson
plug_1 at robinson-west.com
Mon Oct 10 21:13:21 UTC 2016
The following backends.local.php doesn't do the job.
<?php
$servers['secure-imap'] = array
(
'disabled' => false,
'name' => 'robinson-west.com',
'hostspec' => 'mail.robinson-west.com',
'hordeauth' => full,
'protocol' => 'imap',
'port' => 993,
'secure' => 'tls',
'maildomain' => 'robinson-west.com',
'acl' => true,
'cache' => false,
);
?>
Question, is there a way to move the cram-md5 password file to
a mariadb database? Can dovecot authenticate to a database?
Should secure => 'tls' be secure => 'ssl'???
More information about the horde
mailing list