[need advice] Postfix/Dovecot (Virtual domains, users) with horde groupware webmail?

Discussion in 'Installation/Configuration' started by MAO, Aug 25, 2008.

  1. MAO

    MAO New Member

    Create mail server with Virtual Domains and Virtual Users:
    Ubuntu 8.04
    Postfix
    Dovecot
    MySQL

    domain: domain1.kg, domain2.kg
    users: [email protected], [email protected]

    POP3, SMTP, IMAP (now with RoundCube) - works Perfectly.

    PLZ help me SLIPSTREAM my database with horde base ?
     
  2. topdog

    topdog Active Member

    Just point your horde to authenticate from your other database.
     
  3. MAO

    MAO New Member

    Where i must do it ? PLZ show me !
     
  4. MAO

    MAO New Member

    database sructure like in postfixadmin database (postfixadmin 2.2.1.1)?
    Horde webmail 1.1.2?
     
  5. topdog

    topdog Active Member

    Code:
    $conf['auth']['params']['driverconfig'] = 'horde';
    $conf['auth']['params']['table'] = 'horde_users';
    $conf['auth']['params']['username_field'] = 'user_uid';
    $conf['auth']['params']['password_field'] = 'user_pass';
    $conf['auth']['params']['encryption'] = 'md5-hex';
    $conf['auth']['params']['show_encryption'] = false;
    
    Thats the block in the config that controls it change that to reflect your DB.
     

Share This Page