please UNSUBSRIBE me! thank you, how to do this? I tried different addresses
.... thank you
-----Ursprüngliche Nachricht-----
Von: users-bounces(a)lists.roundcube.net
[mailto:users-bounces@lists.roundcube.net] Im Auftrag von
users-request(a)lists.roundcube.net
Gesendet: Samstag, 1. Juli 2017 12:00
An: users(a)lists.roundcube.net
Betreff: users Digest, Vol 121, Issue 1
Send users mailing list submissions to
users(a)lists.roundcube.net
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.roundcube.net/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request(a)lists.roundcube.net
You can reach the person managing the list at
users-owner(a)lists.roundcube.net
When replying, please edit your Subject line so it is more specific than
"Re: Contents of users digest..."
Today's Topics:
1. Logins fail after 1.3.0 upgrade; work on 1.2.5 (Paul Schreiber)
2. Re: Roundcube Webmail 1.3.0 released (Luciano Mannucci)
3. Re: Logins fail after 1.3.0 upgrade; work on 1.2.5 (Noel Butler)
4. Re: Logins fail after 1.3.0 upgrade; work on 1.2.5
(Paul Schreiber)
----------------------------------------------------------------------
Message: 1
Date: Fri, 30 Jun 2017 13:00:21 -0400
From: Paul Schreiber <paulschreiber(a)gmail.com>
To: users <users(a)lists.roundcube.net>
Subject: [RCU] Logins fail after 1.3.0 upgrade; work on 1.2.5
Message-ID:
<CADDyBmiD8swSx5Ku4FB2E0-2ifnxG1iRP82r863qJ90cbjFSMg(a)mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I have Roundcube checked out from git. When I from upgrade from 1.2.5 to
1.3.0 (git checkout 1.3.0), logins fail with the "Invalid request! No data
was saved." error. Reverting to 1.2.5 (git checkout 1.2.5) allows logins to
occur successfully.
I tried the following, with no effect:
- Running bin/install-jsdeps.sh, bin/installto.sh, bin/indexcontacts.sh and
bin/cleandb.sh
- Enabling both $config['force_https'] and $config['use_https']
- Enabling only $config['force_https']
- Truncating the session and cache_* tables
Logs: nothing is added to logs/imap when these failures occur; logs/sql
shows an INSERT to the session table
config:
- Ubuntu 16.04.2
- dovecot 2.2.22
- apache 2.4.18
- postfix 3.1.0
$config['default_port'] = 993;
$config['default_host'] = 'ssl://myhostname.com';
Paul
I have Roundcube checked out from git. When I from upgrade from 1.2.5 to
1.3.0 (git checkout 1.3.0), logins fail with the "Invalid request! No data
was saved." error. Reverting to 1.2.5 (git checkout 1.2.5) allows logins to
occur successfully.
I tried the following, with no effect:
- Running bin/install-jsdeps.sh, bin/installto.sh, bin/indexcontacts.sh and
bin/cleandb.sh
- Enabling both $config['force_https'] and $config['use_https']
- Enabling only $config['force_https']
- Truncating the session and cache_* tables
Logs: nothing is added to logs/imap when these failures occur; logs/sql
shows an INSERT to the session table
config:
- Ubuntu 16.04.2
- dovecot 2.2.22
- apache 2.4.18
- postfix 3.1.0
$config['default_port'] = 993;
$config['default_host'] = 'ssl://myhostname.com';
Paul