[horde] [newbie] didn't login!!!

Ulukbek Yusupov udekas at gmail.com
Wed Aug 20 05:00:28 UTC 2008


*Hi all !*

I'll create the mail server based on
http://workaround.org/articles/ispmail-etch/ how to !!!

And use for webinterfaceHorde Groupware Webmail Edition 1.1.2

*My /config/conf.php*

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.69 2008/06/05 09:05:50 jan Exp $
$conf['vhosts'] = false;
$conf['debug_level'] = E_ALL & ~E_NOTICE;
$conf['max_exec_time'] = 0;
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['urls']['pretty'] = false;
$conf['safe_ips'] = array();
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/var/www/webmail';
$conf['sql']['persistent'] = false;
$conf['sql']['username'] = 'root';
$conf['sql']['password'] = 'xxxxxxxxxxxxxx';
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['port'] = 3306;
$conf['sql']['protocol'] = 'tcp';
$conf['sql']['database'] = 'emailbase';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysql';
$conf['sql']['query_auth'] = 'SELECT * FROM view_users WHERE email = \L AND
password = MD5(\P)';
$conf['auth']['admins'] = array('mao at gosreg.kg');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
$conf['signup']['allow'] = false;
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['alarms']['params']['driverconfig'] = 'horde';
$conf['alarms']['params']['ttl'] = 300;
$conf['alarms']['driver'] = 'sql';
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driverconfig'] = 'horde';
$conf['group']['driver'] = 'sql';
$conf['group']['cache'] = false;
$conf['perms']['driverconfig'] = 'horde';
$conf['perms']['driver'] = 'sql';
$conf['share']['no_sharing'] = false;
$conf['share']['any_group'] = false;
$conf['share']['cache'] = false;
$conf['share']['driver'] = 'sql';
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['sub'] = 0;
$conf['cache']['driver'] = 'file';
$conf['lock']['params']['driverconfig'] = 'horde';
$conf['lock']['driver'] = 'sql';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['mailformat']['brokenrfc2231'] = false;
$conf['vfs']['params']['driverconfig'] = 'horde';
$conf['vfs']['type'] = 'sql';
$conf['sessionhandler']['type'] = 'none';
$conf['sessionhandler']['memcache'] = false;
$conf['problems']['email'] = 'webmaster at gosreg.kg';
$conf['problems']['maildomain'] = 'gosreg.kg';
$conf['problems']['tickets'] = false;
$conf['problems']['attachments'] = true;
$conf['menu']['apps'] = array();
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'all';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['permsdenied'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['hooks']['groupldap'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['accounts']['driver'] = 'null';
$conf['user']['verify_from_addr'] = false;
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
$conf['memcache']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

*DATABASE Stucture merget with horde webmail base:*

*emailbase (47)
* horde_alarms
 horde_cache
 horde_datatree
 horde_datatree_attributes
 horde_groups
 horde_groups_members
 horde_histories
 horde_locks
 horde_perms
 horde_prefs
 horde_sessionhandler
 horde_syncml_anchors
 horde_syncml_map
 horde_tokens
 horde_users
 horde_vfs
 imp_sentmail
 ingo_forwards
 ingo_lists
 ingo_rules
 ingo_shares
 ingo_shares_groups
 ingo_shares_users
 ingo_spam
 ingo_vacations
 kronolith_events
 kronolith_shares
 kronolith_shares_groups
 kronolith_shares_users
 kronolith_storage
 mnemo_memos
 mnemo_shares
 mnemo_shares_groups
 mnemo_shares_users
 nag_shares
 nag_shares_groups
 nag_shares_users
 nag_tasks
 turba_objects
 turba_shares
 turba_shares_groups
 turba_shares_users*
** view_aliases
 view_users
 virtual_aliases
 virtual_domains
 virtual_users**

*

**

**

*root at grns1:/var/www/webmail# tail -f /tmp/horde.log*
Aug 20 10:18:43 HORDE [notice] [imp] Login success for mao at gosreg.kg [
217.29.22.206] to {localhost:143 [imap/notls]} [pid 8696 on line 306 of
"/var/
www/webmail/imp/lib/Session.php"]
Aug 20 10:20:19 HORDE [error] [imp] FAILED LOGIN for mao [217.29.22.206] to
{localhost:143 [imap/notls]} [pid 8498 on line 139 of "/var/www/webmail/
imp/lib/Auth/imp.php"]
Aug 20 10:20:56 HORDE [notice] [imp] Login success for mao at gosreg.kg [
217.29.22.206] to {localhost:143 [imap/notls]} [pid 8497 on line 306 of
"/var/
www/webmail/imp/lib/Session.php"]
Aug 20 10:36:36 HORDE [notice] [imp] Login success for mao at gosreg.kg [
217.29.22.206] to {localhost:143 [imap/notls]} [pid 8693 on line 306 of
"/var/

www/webmail/imp/lib/Session.php"]

Plz help to corect the problem!


More information about the horde mailing list