[imp] Composing Message

Taidus Toht taidus@bns.ee
Wed, 13 Jun 2001 15:21:26 +0200


when i send mail with IMP then i get this error in log file:

[root@taidus /etc]# tail -f /var/log/messages
Jun 13 15:04:30 taidus imapd[13354]: Login failure user=Àì6^H
host=localhost.localdomain [
127.0.0.1]
Jun 13 15:04:33 taidus imapd[13357]: Login failure user=^Xx#^H
host=localhost.localdomain
[127.0.0.1]
Jun 13 15:04:33 taidus imapd[13354]: Login failure user=Àì6^H
host=localhost.localdomain [
127.0.0.1]
Jun 13 15:04:36 taidus imapd[13357]: Login failure user=^Xx#^H
host=localhost.localdomain
[127.0.0.1]
Jun 13 15:04:36 taidus imapd[13354]: Login failure user=Àì6^H
host=localhost.localdomain [
127.0.0.1]
Jun 13 15:04:39 taidus imapd[13357]: Login failure user=^Xx#^H
host=localhost.localdomain
[127.0.0.1]
Jun 13 15:07:30 taidus imapd[13365]: Login failure user=À5!^H
host=localhost.localdomain [
127.0.0.1]
Jun 13 15:07:36 taidus last message repeated 2 times
Jun 13 15:15:34 taidus juuni 13 15:15:34 IMP[852]: Login 195.222.25.130 to
localhost:143 a
s taidus
Jun 13 15:15:37 taidus imapd[13401]: Login failure user=P^C(^H
host=localhost.localdomain
[127.0.0.1]

-----Original Message-----
From: Brent J. Nordquist [mailto:bjn@horde.org]
Sent: 13. juuni 2001. A. 13:24
To: 'imp@lists.horde.org'
Subject: RE: [imp] Composing Message


On Wed, 13 Jun 2001, Taidus Toht <taidus@bns.ee> wrote:

> What for is there port?

It's fine for that to be blank (= '') as you have it.

> /* To use an SQL database, uncomment and edit the following: */
> class HordeDB extends DB_Sql {
>   var $Host = 'localhost';
>   var $Database = 'horde';
>   var $User = 'root';
>   var $Password = '*******';
>   var $Port = '';
>
> and i can connect to the database from command line
>
> [root@taidus www]# mysql -hlocalhost -uroot -p****** horde

OK, good; although just a note for security:  you should probably add a
user other than root for Horde, especially if you're using MySQL for
anything else.  The docs and examples use "hordemgr" for this user.

My next guess is that perhaps the database tables aren't set up properly.
Run the command line again and try these:

> Welcome to the MySQL monitor.  Commands end with ; or \g.
> Your MySQL connection id is 36 to server version: 3.23.36
>
> Type 'help;' or '\h' for help. Type '\c' to clear the buffer

mysql> show tables;
mysql> insert into active_sessions ('test', 'test', 'test', 'test');
mysql> select * from active_sessions where sid='test';
mysql> delete from active_sessions where sid='test';

If those don't work, then horde/scripts/database/mysql_create.sql will be
useful (but be sure to change the login/password to the one you're using).

-- 
Brent J. Nordquist <bjn@horde.org> N0BJN
Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942


-- 
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org