--- Life Hunter <[EMAIL PROTECTED]> wrote:

> 
> On Tue, 7 Oct 2008 17:58:51 +0800 (CST), Stephen Liu
> <[EMAIL PROTECTED]>
> wrote:
> 
> > Hi,
> > 
> > 
> > $ tail /var/www/roundcube/logs/errors
> > [Native message: Can't connect to MySQL server on 'satimis.com'
> (4)]
> >  ** mysql(mysql)://roundcube:[EMAIL PROTECTED]/roundcube in
> > /var/www/roundcube/pro gram/include/rcube_mdb2.inc on line 106
> > [07-Oct-2008 04:33:20 +0000] DB Error: connect: [Error message:
> Can't
> > connect to  MySQL server on 'satimis.com' (4)]
> > [Native code: 2003]
> > [Native message: Can't connect to MySQL server on 'satimis.com'
> (4)]
> >  ** mysql(mysql)://roundcube:[EMAIL PROTECTED]/roundcube in
> > /var/www/roundcube/pro gram/include/rcube_mdb2.inc on line 106
> > [07-Oct-2008 04:40:19 +0000] IMAP Error: Could not save message in
> Sent
> > in /var/ www/roundcube/program/steps/mail/sendmail.inc on line 0
> > [07-Oct-2008 05:13:31 +0000] IMAP Error: Could not save message in
> SENT
> > in /var/ www/roundcube/program/steps/mail/sendmail.inc on line 0
> > [07-Oct-2008 05:58:55 +0000] IMAP Error: Could not save message in
> SENT
> > in /var/ www/roundcube/program/steps/mail/sendmail.inc on line 0
> > [07-Oct-2008 06:46:45 +0000] IMAP Error: Authentication for satimis
> > failed (LOGI N): "a001 NO Authentication failed." in  on line 0
> > 
> > 
> > /var/www/roundcube/program/include/rcube_mdb2.inc
> > line 106
> >       raise_error(array('code' => 500, 'type' => 'db', 'line' =>
> > __LINE__,
> > 
> 
> Can you check your /var/log/mail.log too ?


# tail /var/log/mail.log
Password:
Oct  7 10:15:53 xen5 postfix/smtpd[1772]: disconnect from
cpc2-pnth1-0-0-cust107.cdif.cable.ntl.com[82.6.16.108]
Oct  7 10:19:13 xen5 postfix/anvil[1774]: statistics: max connection
rate 1/60s for (smtp:82.6.16.108) at Oct  7 10:15:52
Oct  7 10:19:13 xen5 postfix/anvil[1774]: statistics: max connection
count 1 for (smtp:82.6.16.108) at Oct  7 10:15:52
Oct  7 10:19:13 xen5 postfix/anvil[1774]: statistics: max cache size 1
at Oct  7 10:15:52
Oct  7 10:27:43 xen5 postfix/smtpd[1786]: connect from
adsl-ull-69-188.47-151.net24.it[151.47.188.69]
Oct  7 10:27:45 xen5 postfix/smtpd[1786]: NOQUEUE: reject: RCPT from
adsl-ull-69-188.47-151.net24.it[151.47.188.69]: 554 5.7.1 Service
unavailable; Client host [151.47.188.69] blocked using bl.spamcop.net;
Blocked - see http://www.spamcop.net/bl.shtml?151.47.188.69;
from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]>
proto=ESMTP helo=<adsl-ull-69-188.47-151.net24.it>
Oct  7 10:27:46 xen5 postfix/smtpd[1786]: disconnect from
adsl-ull-69-188.47-151.net24.it[151.47.188.69]
Oct  7 10:31:06 xen5 postfix/anvil[1788]: statistics: max connection
rate 1/60s for (smtp:151.47.188.69) at Oct  7 10:27:43
Oct  7 10:31:06 xen5 postfix/anvil[1788]: statistics: max connection
count 1 for (smtp:151.47.188.69) at Oct  7 10:27:43
Oct  7 10:31:06 xen5 postfix/anvil[1788]: statistics: max cache size 1
at Oct  7 10:27:43


> You have roundcube 0.2 beta ?

roundcubemail-01


> Check your database too

$ mysql -u roundcube -p roundcube
Enter password:
ERROR 1045 (28000): Access denied for user 'roundcube'@'localhost'
(using password: YES)


This is the 3rd time I have to run following command?  Password is
correct.


$ mysql -u root -p
Enter password:

mysql> GRANT ALL PRIVILEGES ON roundcube.* TO 'roundcube'@'localhost'
IDENTIFIED BY 'mypassword';
Query OK, 0 rows affected (0.00 sec)

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

mysql> exit;
Bye


Here nothing has been saved.  I can't understand what is wrong here? 
Please help.  TIA


$ mysql -u roundcube -p roundcube
Enter password:

mysql> show tables
    -> ;
+---------------------+
| Tables_in_roundcube |
+---------------------+
| cache               |
| contacts            |
| identities          |
| messages            |
| session             |
| users               |
+---------------------+
6 rows in set (0.00 sec)



B.R.
Stephen L

Send instant messages to your online friends http://uk.messenger.yahoo.com 
_______________________________________________
List info: http://lists.roundcube.net/users/

Reply via email to