[horde] Re: Re: Re: Re: Quick Horde question if I might...

Bulba007 bulba007 at wp.pl
Mon Jul 21 15:08:29 PDT 2003


Uzytkownik "Eric Rostetter" <eric.rostetter at physics.utexas.edu> napisal w
wiadomosci news:1058804421.f9dc453cd1ca2 at mail.ph.utexas.edu...
> Quoting Bulba007 <bulba007 at wp.pl>:
>
> > As I have written below my horde works, but when I install IMP I can't
> > login.


my mysql log:

                     82 Init DB     horde
                     82 Init DB     horde
                     82 Query       UPDATE log_id_seq SET
id=LAST_INSERT_ID(id+1)
                     82 Init DB     horde
                     82 Query       CREATE TABLE log_id_seq (id INTEGER
UNSIGNED AUTO_INCREMENT NOT NULL, PRIMARY KEY(id))
                     82 Init DB     horde
                     82 Query       INSERT INTO log_id_seq VALUES(0)
                     82 Init DB     horde
                     82 Query       insert into /tmp/horde.log (id, logtime,
ident, priority, message)values(1, CURRENT_TIMESTAMP, 'HORDE', 3, '[imp]
FAILED LOGIN 212.122.206.211 to localhost:110[pop3] as abcd [on line 270 of
\"/horde/imp/lib/IMP.php\"]')
                     82 Query       ROLLBACK
030721 23:45:28      83 Connect     horde at localhost on
                     83 Init DB     horde
                     83 Init DB     horde
                     83 Query       UPDATE log_id_seq SET
id=LAST_INSERT_ID(id+1)
                     83 Init DB     horde
                     83 Query       insert into /tmp/horde.log (id, logtime,
ident, priority, message)values(2, CURRENT_TIMESTAMP, 'HORDE', 3, '[imp]
FAILED LOGIN 212.122.206.211 to localhost:110[pop3] as abcd [on line 270 of
\"/horde/imp/lib/IMP.php\"]')
                     83 Query       ROLLBACK

------------------------------------------------


abcd - my login - this is the same like my shell account, pop3, smtp
account, the password is the same (test only)


>
> And how is IMP set to authenticate?

my IMP conf.php file
----------------------------------------------------------------------------
-
// Any entries whose key value ('foo' in $servers['foo']) begin with
// '_' (an underscore character) will be treated as prompts, and you
// won't be able to log in to them. The only property these entries
// need is 'name'. This lets you put labels in the list, like this
// example:
$servers['_prompt'] = array(
    'name' => 'Choose a mail server:'
);

$servers['pop'] = array(
    'name' => 'MAIL SERVER',
    'server' => 'localhost',
    'protocol' => 'pop3',
    'port' => 110,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'zuber.com.pl',
    'realm' => 'zuber.com.pl',
    'preferred' => ''
);


my telnet session: from user abcd

$
$ telnet localhost 110

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Solid POP3 server ready
---------------------------------------------------

B.









More information about the horde mailing list