[horde] Horde with Cyrus+MySQL

Christoph Petersen lists at cms.peterschen.de
Wed Jun 1 02:35:07 PDT 2005


Hi,

I'm currently trying to get Horde with Cyrus and MySQL to run. But
there's one problem left. In my Cyrus configuration I've mailboxnames
wich are linked to domains. In my Horde conf I've selected the
authdriver cyrsql an putted in the right tablenames for my setup.

But the last option in my horde conf (domain_name table) doesn't gets to
work. Or I'm thinking in the wrong direction. Because I want to create a
webmailer for my server I want that horde takes the email adress as
username.

Does anyone knows a hint?

=>

    $conf['auth']['admins'] = array('cms0001');
    $conf['auth']['checkip'] = true;
    $conf['auth']['params']['cyradmin'] = 'cyrus';
    $conf['auth']['params']['cyrpass'] = 'secret';
    $conf['auth']['params']['imap_dsn'] = '{62.141.51.97:143/imap/notls}';
    $conf['auth']['params']['phptype'] = 'mysql';
    $conf['auth']['params']['socket'] = '/var/run/mysqld/mysqld.sock';
    $conf['auth']['params']['protocol'] = 'unix';
    $conf['auth']['params']['hostspec'] = 'localhost';
    $conf['auth']['params']['username'] = '<USER>';
    $conf['auth']['params']['password'] = '<PASS>';
    $conf['auth']['params']['database'] = 'cyrus';
    $conf['auth']['params']['table'] = 'accountuser';
    $conf['auth']['params']['username_field'] = 'username';
    $conf['auth']['params']['password_field'] = 'password';
    $conf['auth']['params']['domain_field'] = 'domain_name';
    $conf['auth']['params']['encryption'] = 'crypt';
    $conf['auth']['params']['folders'] = array('INBOX');
    $conf['auth']['params']['unixhier'] = false;
    $conf['auth']['driver'] = 'cyrsql';

<=

Greets
Christoph


More information about the horde mailing list