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 ?
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.