Hi Folks,
hope I'm right with my topic on this list.
Go some weird problems with the auto_create_users feature.
On the "first" Login there should be a new user created to the users
table.
But I can't login and the errors log gives me following.
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create new user in /
var/www/ispcp/gui/tools/webmail/program/include/rcube_user.php on line
452 (POST /webmail/?_task=&_action=login)
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create a user
record. Maybe aborted by a plugin? (POST /webmail/?_task=&_action=login)
If I go to the Line 452 and look at the source I see that this
condition returns a false and so the error is pushed:
if ($user_id = $dbh->insert_id('users'))
So in the end I don't get the Insert ID of the created user back.
But the Server does the insert correctly - there are now about 17
entries of the same mail address in the table.
If I try to echo the $dbh->insert_id('users') value, its null.
But if I do the insert manually and do a SELECT LAST_INSERT_ID(); it
works... so I don't really see whats the point?!
Has anyone of you experienced the same?
All other Logs (imap, SQL) dont signalise me that there would be
something wrong.
At the end my Config of MySQL and PHP.
Got PHP 5.3,0, self compiled with:
'./configure' \
'--with-pear=/usr/local/lib/php' \
'--sysconfdir=/etc/php5' \
'--with-config-file-path=/etc/php5' \
'--with-libxml-dir' \
'--with-pcre-regex' \
'--with-mysql' \
'--with-mysqli' \
'--with-zlib' \
'--with-zlib-dir' \
'--with-gd' \
'--with-png-dir' \
'--with-xpm-dir' \
'--enable-gd-native-ttf' \
'--with-gdbm' \
'--enable-ftp' \
'--with-mcrypt' \
'--enable-calendar' \
'--enable-wddx' \
'--with-jpeg-dir' \
'--enable-bcmath' \
'--enable-shmop' \
'--with-pdo-mysql' \
'--with-mhash' \
'--with-openssl' \
'--with-xsl' \
'--with-ldap' \
'--with-ldap-sasl' \
'--enable-dom' \
'--with-curl' \
'--with-iconv' \
'--with-freetype-dir' \
'--with-bz2' \
'--with-gettext' \
'--enable-exif' \
'--enable-mbstring=all' \
'--with-kerberos' \
'--with-sqlite' \
'--enable-zip' \
'--enable-sockets' \
'--enable-shared' \
'--enable-sqlite-utf8' \
'--enable-soap' \
MySQL is 5.0.51a-24+lenny2 - standard debian package
Best regards
Daniel Jäger
_______________________________________________
List info: http://lists.roundcube.net/users/
I've just upgraded from 0.2 to 0.3
I'can no more log in ...
Activating
$rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends to the IMAP
server the password not as is but "
crypted(?) and the server refuses it
[23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
[23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
QUOTA IDLE ACL ACL2=UNION STARTTLS
[23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
[23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN "spa" "î`ovG"
[23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.
"î`ovG" is not my password!
If I telent the server with the plain real password it logs in!?
/etc/roundcube# telnet localhost 143
Trying 127.0.0.1...
Connected to movifvg.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
Precision, Inc. See COPYING for distribution information.
a001 login "spa" "realplainpasswd"
a001 OK LOGIN Ok.
Any help?
thanks
giorgio
_______________________________________________
List info: http://lists.roundcube.net/users/
Estou usando o Gmail e acho que vale a pena conferir. Isto é um
convite para você criar uma conta.
-----------------------------------------------------------------------
Tiago Gomes convidou você para abrir uma conta grátis do Gmail.
Para aceitar esse convite e abrir sua conta, visite
http://mail.google.com/mail/a-cb6ed28a0f-b0447f0e64-ba8cd8f00546bfa3
Uma vez criada a sua conta, Tiago Gomes será notificado do seu novo
endereço de e-mail para que vocês possam manter contato através do
Gmail!
Caso você ainda não tenha ouvido falar do Gmail, trata-se de um novo
serviço de webmail com recurso de pesquisa. O Gmail tem:
- Mais de 2.700 megabytes (dois gigabytes) de armazenamento grátis
- Recurso de pesquisa Google para procurar instantaneamente qualquer mensagem
- Organização automática de mensagens e respostas correspondentes em
forma de "conversas"
- Proteção eficaz contra spam baseada em tecnologia de ponta do Google
- Zero anúncios grandes e inoportunos; só pequenos anúncios em texto e
páginas relacionadas ao conteúdo das suas mensagens
Para saber mais sobre o Gmail antes de se inscrever, visite:
http://mail.google.com/mail/help/intl/pt_BR/benefits.html
Continuamos a trabalhar constantemente para melhorar o Gmail, por
isso, às vezes pediremos seus comentários e sugestões. Esperamos que
você goste do Gmail. E ele vai ficar cada vez melhor.
Obrigado,
A Equipe do Gmail
(Se você clicar nos URLs desta mensagem e eles não funcionarem,
copie-os e cole-os na barra de endereços de seu navegador.)
_______________________________________________
List info: http://lists.roundcube.net/users/
I am using the SVN trunk version (3044) of Roundcube and I am seeing some weird behavior with Roundcube in my IMAP folders. I am not having any performance issues, but I am getting messages out of order. I basically want to have the newest messages at the top of the list and then go backward from there in reverse order by date. (i.e. newest -> oldest). I am seeing that behavior for most messages, but the ones from the past 1/2 month or so are showing up at the end of the list when they should be at the top of the list. I recently moved all my mail (via Thunderbird) from Thunderbird folders to IMAP folders. The dates listed in the date column are all correct, but could the sorting dates have gotten messed up? Any way to check this and correct it?
Thanks for any ideas or assistance.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
but when I try to see the address book for roundcube returns the following
error: Internal Server Error
somebody have idea about this ?
sorry my bad english.
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
mas quando tento consultar os catalogo de endereços pelo roundcube retorna o
seguinte erro : erro interno do servidor
somebody have ideia about this ?
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm looking for a little guidance troubleshooting a caching problem.
I have an old linux box (2 GHz / 512 MB RAM) setup for a client running
postfix, dovecot, and roundcube.
They ran RoundCube 0.2 for a year without reporting any issues.
I recently upgraded them to RoundCube 0.3 (which they love by the way)
and they started reporting this strange issue:
UserA would login, check their mail, read/reply and delete everything in
their inbox.
UserA would stay logged in throughout the day.
At some point, a new message or messages would arrive for UserA.
According to the mail logs, the message(s) would be correctly delivered
into UserA's inbox via Dovecot's deliver app.
UserA would not see the message in RC. UserA would try hitting
send/receive, switch to different folders and then back to the
inbox, and even logging out/logging back in. The message would
still not show up in RC.
At some point, one of two things happens that resolves the issue:
* UserA waits for a while (a few minutes to a few days) and the message
suddenly appears.
* UserA sends a new message to someone (anyone) and after it's sent
the missing message(s) immediately show up in their inbox.
A few things I have checked:
* Not on an NFS filesystem. Mail is stored on a local ext3 partition.
* While UserA is not seeing the new messages, I have verified the messages
actually exist and have the correct permissions on the filesystem.
* cleared the 'cache', 'messages', and 'session' tables in the RC database.
* Mail logs definitely show messages arriving and being delivered even though
I can't see the message in RC.
* If I have both RC and Thunderbird open at the same time, I can see the
message immediately in Thunderbird, but not RC.
Disabling RC's caching via $rcmail_config['enable_caching'] = FALSE;
fixes the problem and prevents it from happening again.
I'm stumped on the next step.
I have no problem leaving caching disabled because none of our users have
more than 100 messages in any one folder and RC is running on the same
machine that dovecot is running on.
But I would like to figure out if this is something I screwed up, or
maybe something in the RC code.
Any pointers on what to check next? (I'm not that familiar with the
RC code, but I can do some PHP hacking/debugging if needed.)
Thanks for everyone's hard work by the way. RoundCube is the best open source
webmail app I have ever used.
-A
_______________________________________________
List info: http://lists.roundcube.net/users/
It appears that roundcube is connecting to the local SMTP server over
TLS, even though I explicitly set it to not use SSL or TLS:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
$rcmail_config['default_host'] = 'localhost';
Postfix logs showing the TLS connection being established, example.com
replacing the innocent domains:
Oct 11 01:20:26 server2 postfix/smtpd[12765]: connect from
localhost.localdomain[127.0.0.1]
Oct 11 01:20:26 server2 postfix/smtpd[12765]: setting up TLS connection
from localhost.localdomain[127.0.0.1]
Oct 11 01:20:26 server2 postfix/smtpd[12765]: TLS connection established
from localhost.localdomain[127.0.0.1]: TLSv1 with cipher
DHE-RSA-AES256-SHA (256/256 bits)
Oct 11 01:20:26 server2 postfix/smtpd[12765]: 7D1563BD48:
client=localhost.localdomain[127.0.0.1], sasl_method=LOGIN,
sasl_username=russell(a)example.com
Oct 11 01:20:26 server2 postfix/cleanup[12769]: 7D1563BD48: warning:
header Subject: asdasddsa from localhost.localdomain[127.0.0.1];
from=<russell(a)example.com> to=<rjones(a)example.com> proto=ESMTP
helo=<www.example.com>
I think it's great and all that it is so ambitious, but I was really
hoping it would do what I told it to do :) What am I missing here?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
Hi list
my linux box is CentOS 5.3
it is properly updated
I use the old old stable version 0.1.1 of roundcubemail , which is contained
in the deposit EPEL
I preferred to continue using the version contained in the official
repositories of CentOS
I configure a user roundcubemail on my mysql server
Here are the commands that I have applied to the server mysql
mysql -u roundcubemail -p
create database roundcubemail;
GRANT SELECT, INSERT, UPDATE, DELETE ON roundcubemail.*
TO 'roundcubemail'@'localhost' IDENTIFIED BY '*****';
FLUSH PRIVILEGES;
quit
I applied a small patch personal
// application constants
define('RCMAIL_VERSION', '0.1.1');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
// define global vars
$OUTPUT_TYPE = 'html';
$INSTALL_PATH = dirname(__FILE__);
$MAIN_TASKS = array('mail','settings','addressbook','logout');
if (empty($INSTALL_PATH))
$INSTALL_PATH = './';
else
$INSTALL_PATH .= '/';
//This is the little patch that clears the session cookie
if ( isset($_COOKIE['session']) and !empty($_COOKIE['session'] ))
{
setcookie('session');
unset($_COOKIE['session']); //sureté
}
//This is the little patch that clears the session cookie
my problem is that I see appear the login page I enter all data but I do not
understand why I can not fit into the webmail
thanks for all your feedback
SL
nb : 'Buddha' peace themselve
_______________________________________________
List info: http://lists.roundcube.net/users/
My Mailserver (Debian/postfix/dovecot) use authentication against Active
Directory, but I had installed roundcubemail and
I wonder if it is possible to fill in the fields with the identity data from
AD?
thanks
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've run into an already reported infinite loop issue with empty inbox and
caching enabled (http://trac.roundcube.net/ticket/1486181). This ticket was
closed as it had been fixed in the SVN earlier but I couldn't find the
exact revision which fixed it.
I can't upgrade to trunk because the installation will be in production
very soon, but I badly need caching.
Thanks,
Kristof
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
// i can not register on RC forum for already 4 days, the system didn't
send me a validation e-mail :(
if anyone can - pls assist.
Some wishes on Forward_as_attach plugin
1) it will would be great if in Inbox message list there will be a small
icon the message was forwarded (like the one as simple forward icon)
2) subject of new mail is empty then making forw_as_attach. (in
non-webbased clients /i.e.Thunderbird/ subject of new mail is equal to
original message with "Fwd:" prefix)
Thanks,
Anna
_______________________________________________
List info: http://lists.roundcube.net/users/
Moin,
I installed roundcube on my root server. I configured several SMTP identities
for me, e.g. one for gmx.de and one for web.de.
But unfortunaly it is not possible to configure different SMTP-Servers or
smarthosts for the different mailaddresses.
But bocause of SPF I have to send mails from my gmx.de address via the gmx.de
SMTP-Server, while mails via the web.de account must pass the web.de
SMTP-Server.
See
http://www.openspf.org/Why?s=mfrom&id=michael.renner%40gmx.de&ip=78.46.72.2…
for details about SPF.
Any hint how this can be done? Maybe a point for the wishlist?
--
|Michael Renner E-mail: michael.renner(a)gmx.de |
|D-81541 Munich Germany ICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
_______________________________________________
List info: http://lists.roundcube.net/users/
I have a working installation of RC v0.2.2 on my Linux server. I would
love to upgrade to the latest v0.3-stable however I would like to know
how I can perform the upgrade without and loss of data. If I do a
fresh install, I would think that the installer would wipe all my
MySQL database tables and data...which would be bad. Can someone
please explain to me the process of upgrading from my current version
to the latest version on my server? I searched the Wiki and only found
"fresh install" instructions.
Thanks for any help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all
New to RoundCude so I hope I am not asking an age old question.
I have setup filters but none of them are working.
Is there some trick to getting filters to work in roundcube. I am familiar
with filters having used them with other webmail applications.
Regards
Fred
_______________________________________________
List info: http://lists.roundcube.net/users/
I am a user of Roundcube and have the SVN version 2999. Every once in a while I get an email message where the entire message body will not show up in Roundcube. I can open the email in a desktop mail viewer (Thunderbird) and see the mail just fine. I currently have one of these messages in my Inbox. Is there a place to forward or bounce these emails so that they can be examined to see why they do not show up properly? I am not sure how best to report this.
Thanks!
Keith
_______________________________________________
List info: http://lists.roundcube.net/users/
I am using Roundcube SVN Version 2999 (latest), but ever since I started using Roundcube (a while ago) I have noticed that when I am composing or replying to an email the editor seems to add extra spacing lines (almost like double-spacing) and it is difficult to tell how the recipient will see the message -- i.e. with lots of extra space or not. Is there a way to correct this in the HTML editor and make the editor use single spacing instead of double spacing? I found that lists, such as bullet lists, are single spaced but regular text seems not to be.
I am typically using Firefox 3.5.3, but tested this on IE 8 and Google Chrome as well and saw the same results.
Thanks for any help!
Keith
_______________________________________________
List info: http://lists.roundcube.net/users/
Has any of the work talked about a year or so ago to RoundCube to
work better with the iPhone's Safari browser been commited yet?
I checked the Changelog but didn't see anything. Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed roundcube 0.3 and configure it via main.inc.php.
My server name is mail.example.com and my user's mail address is
user(a)example.com.
When i configure conf. file like;
$rcmail_config['default_host'] = 'mail.example.com';
i can login but sending address is seen as user(a)mail.example.com but this is
not correct.
How can i solve this issue.
thanks..
serkan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
I discovered a problem with my Roundcube 0.3 installation. When I log
into Roundcube, my Inbox always seems to be empty (number of unread
mails on the left is missing and no mails are shown in the message list
on the right). I first have to switch to another mailboxfolder and than
back to my Inbox to see my mails in the Inbox.
Sometimes, also the shown number of unread mails of my Inbox in the
folder overview on the left differs from the real number of unread mails
in the inbox shown in the mailbox list view in the right top window.
Is there anything I can do to get rid of this problem? At the moment, I
changed back to Roundcube 0.2.2. There, these problems do not exist.
Thanks for any help.
--
Ulf Leichsenring
ulf(a)leichsenring.net
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 23 Sep 2009 22:42:36 +0300, serkan <serkan.capkan(a)gmail.com>
wrote:
> Hi,
> I have installed roundcube 0.3 and configure it via main.inc.php.
> My server name is mail.example.com and my user's mail address is
> user(a)example.com.
> When i configure conf. file like;
> $rcmail_config['default_host'] = 'mail.example.com';
> i can login but sending address is seen as user(a)mail.example.com but
this
> is
> not correct.
> How can i solve this issue.
> thanks..
>
> serkan
If you're running your own MTA (e.g. postfix) you can configure it there.
For postfix you would use the "masquerade_domains" option, see
http://www.postfix.org/rewrite.html#masquerade .
Tristan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have to user: foo(a)domain.com and foo2(a)domain2.com
I try settings roundcubemail to using multiple domain login so I try
add to main.inc.php this value:
$rcmail_config['username_domain'] = array('10.20.30.21' => 'domain.com');
'10.20.30.21' => 'domain2.com');
10.20.30.21 -> imap server
Now If I put on webmail login page foo2 I loggin to e-mail account but
if I put user foo it doesn't work, to foo address roundcube add not
domain.com but domain2.com.
Where is a problem, I can't use one imap server to two different domain?
Regards,
For@ll
_______________________________________________
List info: http://lists.roundcube.net/users/
related to the problem that causes Server Error! (OK) due to non-unicode
encoding , i'm fix change in program/include/rcube_imap.php line 2669,
where I force an encoding when unknown ( ="0" ) , I don't arealdy problem
about this. Thank's
*
/*
return rcube_charset_convert($rest, $a[0]);
}
else
return $str; // we dont' know what to do with this
}
*/*
*if ( $a[0] == "0"){return rcube_charset_convert($rest, 'iso-8859-1'); }
else if ( $a[0] <> "0" ) { return rcube_charset_convert($rest, $a[0]); }*
}
else
return $str; // we dont' know what to do with this
}
2009/7/31 A.L.E.C <alec(a)alec.pl>
> Thomas Bruederli wrote:
>
> Hi, can you send us a sample message that causes theses problems? I'd
>> like to reproduce and test it in order to find a solution. The
>> rc_utf8_clean() funtion will probably solve the problem but it also
>> could have side-effects.
>>
>
> I've got one. Attached.
>
> --
> Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
> LAN Management System Developer http://lms.org.pl
> Roundcube Webmail Project Developer http://roundcube.net
>
>
>
> --- 8< --- detachments --- 8< ---
> The following attachments have been detached and are available for viewing.
> http://detached.gigo.com/rc/XM/3Q7mhN1i/test.msg
> Only click these links if you trust the sender, as well as this message.
> --- 8< --- detachments --- 8< ---
>
>
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
>
>
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello everybody,
I realize that there are processes consuming enough resources to my server.
And also realize that these processes are open to long and when I do a
netstat-an I see that tcp connections of these processes are as CLOSE_WAIT,
or are waiting for roundcube close them.
Someone has been there?
Excuse my English. I used google translate.
Thanks
Geraldo
_______________________________________________
List info: http://lists.roundcube.net/users/