Код: Выделить всё
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]Модератор: xM
Код: Выделить всё
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]Код: Выделить всё
[16-May-2011 14:22:06] MDB2 Error: no such table (-18): _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_17d24be7e47c80ed6c3eb968cc5653fe040583f50 FROM 'SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id
[Native code: 1146]
[Native message: Table 'roundcubemail.session' doesn't exist]
[16-May-2011 14:22:06] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_ti
[16-May-2011 14:22:06 +0000]: DB Error: _doQuery: [Error message: Could not execute statement]
[Last executed query: PREPARE mdb2_statement_mysql_17d24be7e47c80ed6c3eb968cc5653fe040583f50 FROM 'SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id
[Native code: 1146]
[Native message: Table 'roundcubemail.session' doesn't exist]
in /usr/local/www/roundcube/program/include/rcube_mdb2.php on line 268 (GET /wmail/)
Код: Выделить всё
[16-May-2011 14:22:06] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_ti
Код: Выделить всё
mysql -u root -pВАШ_ПАРОЛЬ_ДЛЯ_РУТА roundcubemail
>show tables;
если появятся таблицы - значит, что-то напутали с логинами/паролями для пользователя roundcube (владелец БД roundcube) или как у вас называется.
если нет таблиц - то БД нужно инициализировать.
> quit
mysql -u root -pВАШ_ПАРОЛЬ_ДЛЯ_РУТА roundcubemail < /PATH?TO/RCUBE/INSTALL/SQL/mysql.initial.sqlКод: Выделить всё
[16-May-2011 15:28:56] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /usr/local/www/roundcube/program/include/main.inc on line 1145
[16-May-2011 15:28:56 +0000]: IMAP Error: Login failed for мой_логин from ип_компа_с_которого_подключаюсь. Could not connect to ssl://pop.мой_домен:9143: php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in /usr/local/www/roundcube/program/include/rcube_imap.php on line 192 (POST /wmail/?_task=login&_action=login)
Код: Выделить всё
Так же юзаем Roundcube с SSL
//> ee /usr/local/www/roundcube/config/main.inc.phpт.е. я везде где нужно указывать мой домен могу просто прописывать локальный ип или 127.0.0.1?blade_007 писал(а):на каком хосте работает dovecot? на этом же где настраиваете rcube? Если да - введите 127.0.0.1 или localhost или локальный ип 192.168** или как там у вас.
default_host=127.0.0.1
default_port=143
Код: Выделить всё
[17-May-2011 12:16:36 +0200]: IMAP Error: Login failed for test@мой_домен
from ип_компа_с_которого_захожу. Could not connect to ssl://pop.мой_домен:143:php_network_getaddresses: getaddrinfo failed: hostname nor servname provided, or not known in /usr/local/www/roundcube/program/include/rcube_imap.php on line 192 (POST /wmail/?_task=login&_action=login)
Код: Выделить всё
$rcmail_config['default_host'] = 127.0.0.1;
$rcmail_config['default_port'] = 143;
$rcmail_config['smtp_server'] = 127.0.0.1;
$rcmail_config['smtp_port'] = 25;
Код: Выделить всё
[17-May-2011 13:51:12 +0200]: IMAP Error: Login failed for test@мой_домен from ип_компа_с_которого_захожу. Unable to send command: A0002 LOGIN test@мой_домен мой_пароль_для_теста in /usr/local/www/roundcube/program/include/rcube_imap.php on line 192 (POST /wmail/?_task=login&_action=login)
Код: Выделить всё
May 17 12:25:07 mail dovecot: dovecot: Relative home directory paths not supported (user test@мой_домен): мой_домен/test/
May 17 12:25:07 mail dovecot: imap-login: Internal login failure(auth failed, 1 attempts): user=<test@мой_домен>, method=PLAIN,rip=127.0.0.1, lip=127.0.0.1, secured
Код: Выделить всё
$rcmail_config['imap_auth_type'] = null; это в файле ee /usr/local/etc/dovecot.conf просто добавить в любое место надо Вашу строчку или в самом конце?В конфиг dovecot - auth_debug = yes;
Код: Выделить всё
[17-May-2011 15:06:42 +0200]: IMAP Error: Login failed for test@мой_домен from ип_компа_с_которого_захожу. AUTHENTICATE PLAIN: * BYE Internal login failure. Refer to server log for more information. in /usr/local/www/roundcube/program/include/rcube_imap.php on line 192 (POST /wmail/?_task=login&_action=login)
Код: Выделить всё
May 17 13:06:42 mail dovecot: auth(default): client in: AUTH 1 PLAIN service=imap secured lip=127.0.0.1 rip=127.0.0.1 lport=143 rport=44647 resp=<hidden>
May 17 13:06:42 mail dovecot: auth-worker(default): mysql: Connected to localhost (exim)
May 17 13:06:42 mail dovecot: auth-worker(default): sql(test@мой_домен,127.0.0.1): query: SELECT `username` as `user`, `password` FROM `mailbox` WHERE `username` = 'test@мой_домен' AND `active`='1'
May 17 13:06:42 mail dovecot: auth(default): client out: OK 1 user=test@мой_домен
May 17 13:06:42 mail dovecot: auth(default): master in: REQUEST 1 945 1
May 17 13:06:42 mail dovecot: auth-worker(default): sql(test@мой_домен,127.0.0.1): SELECT `maildir` AS `home`, 26 AS `uid`, 26 AS `gid` FROM `mailbox` WHERE `username` = 'test@мой_домен' AND `active`='1'
May 17 13:06:42 mail dovecot: auth(default): master out: USER 1 test@мой_домен home=мой_домен/test/ uid=26 gid=26
May 17 13:06:42 mail dovecot: dovecot: Relative home directory paths not supported (user test@мой_домен): мой_домен/test/
May 17 13:06:42 mail dovecot: imap-login: Internal login failure (auth failed, 1 attempts): user=<test@мой_домен>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
May 17 13:06:43 mail dovecot: auth(default): new auth connection: pid=1080
Код: Выделить всё
user_query = SELECT CONCAT('/var/spool/vmail/',`maildir`) AS `home`, 26 AS `uid`, 26 AS `gid` \
FROM `mailbox` WHERE `username` = '%n@%d' AND `active`='1'Код: Выделить всё
host smtp.адрес_хоста [ип_хоста]: 530 5.7.1 Authentication requiredКод: Выделить всё
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
логин_чувака@mail.ru
SMTP error from remote mail server after MAIL FROM:<логин_с_которого_отправляю@мой_домен> SIZE=1673:
host smtp.cm.hc.ru [89.111.176.249]: 530 5.7.1 Authentication required
------ This is a copy of the message, including all the headers. ------
Return-path: <логин_с_которого_отправляю@мой_домен>
Received: from [ип_сервера_на_котором_маил] (helo=мой_домен)
by мой_домен with esmtpa (Exim 4.76 (FreeBSD))
(envelope-from <логин_с_которого_отправляю@мой_домен>)
id 1QRPO4-000KA3-50
for логин_чувака@mail.ru; Tue, 31 May 2011 13:53:36 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8;
format=flowed
Content-Transfer-Encoding: 7bit
Date: Tue, 31 May 2011 17:53:35 +0400
From: логин_с_которого_отправляю@мой_домен
To: <логин_чувака@mail.ru>
Subject: Fwd: ping
Message-ID: <6ed006160766663108fc8915bd62b4e8@мой_домен>
X-Sender: логин_с_которого_отправляю@мой_домен
User-Agent: Roundcube Webmail/0.5.2
ping2