Hi,
I have a problem when user logs out from RC and leaves window open for
some time (login screen after logout). When they want to log back they
always get "Invalid request! No data was saved." error. I have
reproduced it myself and I don't know why it is happening.
I have noticed that the same error happens when I remove
roundcube_sessid cookie from the browser. This cookie is marked to be
deleted when the browser session ends. Is that possible that
corresponding session ID is removed from the database when the window is
still open and on re-login attempt the still existing cookie causes the
error?
There is nothing useful in the logs when error happens:
Jan 31 09:19:02 mail roundcube: <lm76g1l0> Failed login for
karol(a)augustin.pl from xx.xx.xx.xx in session <sessid> (error: 1)
The "wrong password" log is the same with "error: 0" at the end.
I am using Apache2 with php7.0.
Thanks,
Karol
--
Karol Augustin
karol(a)augustin.pl
http://karolaugustin.pl/
+353 85 775 5312
Howdy,
I'm curious about something!
Is it supposed to have records in the users table, for failed attempts?
I have a few record for login's that don't belong to me (they're spam
attempts or so, not worried about that.
Jorge,
Dear subscribers
We proudly announce the next service release to update the stable version 1.3.
It contains fixes to several bugs reported by our dear community
members and makes Roundcube now fully compatible with PHP 7.2.
See the full changelog in the release notes [1] on our Github download page.
This release is considered stable and we recommend to update all
productive installations of Roundcube with this version.
Download it from https://roundcube.net/download.
And as usual: please do backup your data before updating!
New: starting with version 1.3.3 we also publish Roundcube releases as
Docker images. The images are still considered BETA and your feedback
with regards to setup, configuration and documentation is much
appreciated.
Best,
Alec & Thomas
[1] https://github.com/roundcube/roundcubemail/releases/tag/1.3.4
Hello list,
I'm using roundcube-1.3.3-1.remi.el6.
I've set up DKIM in my SMTP server.
The messages are being signed but are failing DKIM tests when I send in
plain text from roundcubemail interface, but when I send the messages in
html format from roundcubemail the messages pass DKIM tests. I'm testing
by sending to a gmail account and port25.com, by the way.
In Thuderbird and Squirrelmail the messages do not fail. If also tested
my DKIM with keys with the opendkim package 'opendkim-testkey' and they
pass.
The the email headers have slight differences between those sent by
Squirrelmail/Thunderbird and Roundcube in plain text.
Any help would be appreciated in resolving this...maybe a configuration
setting?
--
Eric Broch
White Horse Technical Consulting (WHTC)
This might be a really simple issue, but my searches haven’t come up with a solution yet. (only one thread where a guy said he solved it but never elaborated.)
Roundcube gives an error of "SMTP Error (250): Authentication failed.” and the log has "Must issue a STARTTLS command first."
PHP 5.6.4
Postfix 2.11.3
Roundcube 1.3.3
Things used to work just fine but it’s been a while since I’ve used roundcube to send any emails, so i haven’t noticed until now.. No self-signed certificate. Thunderbird/Apple Mail work ok.
config.inc.php has:
$config['default_host'] = 'tls://%n’; #I’ve tried ‘tls://pile.pbp.net' as well
$config['smtp_port'] = 587;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p’;
smtp_debug shows:
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 220 pile.pbp.net ESMTP Postfix (Ubuntu)
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Send: EHLO pile.pbp.net
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250-pile.pbp.net
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250-PIPELINING
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250-SIZE 30480000
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250-ETRN
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250-STARTTLS
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250-ENHANCEDSTATUSCODES
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250-8BITMIME
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 250 DSN
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Send: RSET
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 530 5.7.0 Must issue a STARTTLS command first
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Send: QUIT
[31-Dec-2017 14:13:15 -0600]: <jlfk3bmj> Recv: 221 2.0.0 Bye
Anything else that I should check? it is a slightly older ubuntu release (15.04) at this point. I’m looking at moving webmail to another machine with a newer install.
Thank you!
—
jonathan