[RCU] Roundcube, Dovecot imapsieve and markasjunk plugin

2023-07-23 Thread David Mehler
Hello,

To those who use Roundcube with a virtual user-based setup Dovecot in
particular and have deployed imapsieve to mark messages as spam or
notspam when putting them in a spam-specific folder. In this
circumstance do you also utilize the markasjunk plugin?
Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube 1.6.2, password plugin, dovecot and password scheme

2023-07-23 Thread David Mehler
Hello,

To those who use Roundcube with a virtual user-based setup Dovecot in
particular and have deployed the password plugin. I have a few
questions. My passwords are hashed in a database as ARGON2ID and I'm
wanting to know do you set ARGON2ID directly in
password/config.inc.php or do you set that to dovecot then specify
scheme and the like? I'm not sure which way would give me the best
results? Also, do you have users set to change there password
automatically on first login and if so do you have them confirm there
old password before doing so or do they just punch in a new one?

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube not sending messages, buttons grayed out

2023-06-24 Thread David Mehler
Hello,

Thank you for your reply. I've added the options you indicated and
tuned them, I enabled userlogins, sql, imap, smtp, errors, pretty much
everything except ldap which I'm not using, and apc, redis, and
memcache (which one of those is best by the way)? The end result is I
was able to duplicate the php error I got on logout, in this case I
atempted to logout from the compose screen (when again the buttons are
grayed), so I see that error, but that's it, I don't see anything with
imap all that looks good, userlogins, or sql all looks great.

Thanks.
Dave.


On 6/24/23, l...@ptld.com  wrote:
>> I can compose an email, again no problem, but the send button is
>> grayed out, in fact all the buttons are, things like enigma can't
>> remember all of them but all are grayed.
>
> Roundcube writes it's own error logs showing PHP and IMAP connection
> errors.
> The error logs might give you a hint as to any problems.
>
> Check out how you have the following configured:
>
>$config['log_driver']
>$config['syslog_facility']
>$config['syslog_id']
>$config['log_session_id']
>$config['smtp_log']
>$config['log_logins']
>$config['log_dir']
>$config['log_file_ext']
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube not sending messages, buttons grayed out

2023-06-24 Thread list

I can compose an email, again no problem, but the send button is
grayed out, in fact all the buttons are, things like enigma can't
remember all of them but all are grayed.


Roundcube writes it's own error logs showing PHP and IMAP connection errors.
The error logs might give you a hint as to any problems.

Check out how you have the following configured:

  $config['log_driver']
  $config['syslog_facility']
  $config['syslog_id']
  $config['log_session_id']
  $config['smtp_log']
  $config['log_logins']
  $config['log_dir']
  $config['log_file_ext']
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube not sending messages, buttons grayed out

2023-06-23 Thread David Mehler
Hello,

I'm trying to get Roundcube going on a new vps. It's currently running
Debian 11, soon to be upgraded to Debian 12. It's running Nginx and
Mariadb as database. Mail components are Postfix and Dovecot. I
downloaded version 1.6.1, and ran through an install, which went fine.
I can log in no problem.

I can compose an email, again no problem, but the send button is
grayed out, in fact all the buttons are, things like enigma can't
remember all of them but all are grayed. I do not know if this is
related but I did log in once to ensure logins worked and then logged
out. I then got a error from PHP about cross-site error "happened
because I didn't log out and manual intervention required". Googling
did show this error but no resolution. In any event I am still able to
log in and log out, I have not seen that error again so don't know if
it's related to the sending problem.

Everything is on one server, email sending/receiving I'm using
starttls ports. Here's a sample of my roundcube configuration:

http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube webmail 1.6 release candidate released

2022-06-12 Thread Aleksander Machniak
This is the release candidate for the next major version 1.6 of 
Roundcube webmail.


It includes a small number of improvements and fixes in comparison to 
the beta release. For more information read the changelogs.


https://github.com/roundcube/roundcubemail/releases/tag/1.6-rc
https://github.com/roundcube/roundcubemail/releases/tag/1.6-beta

We believe it is production ready, but we recommend to test it on a 
separate environment. And don't forget to backup your data before 
installing it.


ps. This is the first time I created a Roundcube release, I hope that 
all works as it should.


Cheers,
Alec
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube webmail 1.6 beta released

2022-03-06 Thread Thomas Bruederli
Dear subscribers

We proudly announce the beta release for the next major version 1.6 of
Roundcube webmail.
With this milestone we cleaned up the code and bring full support for PHP
8.1. The most noteworthy changes are:

   - PHP 8.1 support
   - Dropped support for PHP < 7.3
   - Support responses (snippets) in HTML format
   - Option to purge deleted mails older than 30, 60 or 90 days
   - Unified and simplified services connection config options
   - Removed the Classic and Larry skins from the release packages
   - SQLite: Use foreign keys, require SQLite >= 3.6.19

Adding support for PHP 8.1 again required some refactoring of the Roundcube
codebase and removing/replacing now deprecated PHP code. We also used this
cleaning efforts and simplified Roundcube's config options a bit.

*Breaking Changes*
Some config options have either been removed or renamed. Read the details
in the release announcement
 on our
website or in the release notes
.

If you used the Larry or the Classic skin in your deployment, you need to
install them manually as they are no longer part of the release packages.
They can easily be installed via Composer. See the full changelog in the
release notes on the Github download page
.

This is a beta release and we recommend to test it on a separate
environment. Download it from roundcube.net
. Migrate existing configs with either the
installto.sh or the update.sh scripts. And don't forget to backup your data
before installing it.

Cheers,
Thomas & Alec
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] RoundCube Android app?

2022-02-14 Thread Vladimir Gorpenko

Of course, it is not a port of the RC on Android.

I guess it's a "specialized browser" that takes RC's 
not-so-small-screen-friendly answer and renders it in a more usable way. 
When setting up, it was specified not an IMAP server, but a server with 
a real RC.


This is a very old program, I tried it a few years ago. RC version 1.2 
was still new at that time.


Perhaps since then, working with RC on a smartphone has become more 
convenient, but in those days such a program clearly had a right to 
exist.


---
Best regards,
   Vladimir Gorpenko

users-requ...@lists.roundcube.net писал 2022-02-14 14:00:


Message: 2
Date: Sun, 13 Feb 2022 23:30:10 +0200
From: Dave Nelson 
To: Roundcube Users mailing list 
Subject: Re: [RCU] RoundCube Android app?
Message-ID: <5a9548df7f2111059fcda09247bb3...@dalek.zone>
Content-Type: text/plain; charset=UTF-8; format=flowed

The thing is that the said app cannot be a port of Roundcube to 
Android.

Roundcube is written largely in PHP and Javascript, and such an app
cannot be 'ported' as such to Android. So it has to be a native Android
app. That means that your privacy is not protected in the same way as 
if

you run Roundcube in a browser (such as DuckDuckGo), where you have a
lot of protection between your email and any snooping app.


___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] RoundCube Android app?

2022-02-13 Thread Vladimir Gorpenko
I have tried this program. It was quite a long time ago. In my opinion, 
it is quite efficient, not ideal, but usable. In any case, it seemed to 
me more convenient than just working using a browser.


But I didn't really need to use it in my work. Perhaps something has 
changed since then.


---
Best regards,
   Vladimir Gorpenko

users-requ...@lists.roundcube.net писал 2022-02-13 14:00:

Send users mailing list submissions to
users@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-requ...@lists.roundcube.net

You can reach the person managing the list at
users-ow...@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.  RoundCube Android app? (Ken Wright)
   2. Re:  RoundCube Android app? (Benny Pedersen)
   3. Re:  RoundCube Android app? (l...@ptld.com)
   4. Re:  RoundCube Android app? (Ken Wright)
   5. Re:  RoundCube Android app? (Ken Wright)
   6. Re:  RoundCube Android app? (Dave Nelson)


--

Message: 1
Date: Sat, 12 Feb 2022 17:36:24 -0500
From: Ken Wright 
To: Roundcube Users mailing list 
Subject: [RCU] RoundCube Android app?
Message-ID:
<06f8fad8504c6020a21cf397ad91ee51080806fe.ca...@koalatyworks.com>
Content-Type: text/plain; charset="UTF-8"

Does anyone know if the Roundcube app in the Google Play store is a
real version of Roundcube or whether someone appropriated the name and
logo?  I've been trying to get it to work on my Samsung Galaxy and have
thus far failed miserably.

Ken


--

Message: 2
Date: Sun, 13 Feb 2022 00:08:26 +0100
From: Benny Pedersen 
To: users@lists.roundcube.net
Subject: Re: [RCU] RoundCube Android app?
Message-ID: <95b85a78af252588a2815e4803596...@junc.eu>
Content-Type: text/plain; charset=US-ASCII; format=flowed

On 2022-02-12 23:36, Ken Wright wrote:

Does anyone know if the Roundcube app in the Google Play store is a
real version of Roundcube or whether someone appropriated the name and
logo?  I've been trying to get it to work on my Samsung Galaxy and 
have

thus far failed miserably.


its fake imho

report it as so to google might help


--

Message: 3
Date: Sat, 12 Feb 2022 18:12:48 -0500
From: l...@ptld.com
To: Roundcube Users mailing list 
Subject: Re: [RCU] RoundCube Android app?
Message-ID: 
Content-Type: text/plain; charset=US-ASCII


Does anyone know if the Roundcube app in the Google Play store is a
real version of Roundcube or whether someone appropriated the name and
logo?  I've been trying to get it to work on my Samsung Galaxy and 
have

thus far failed miserably.



No idea about the app, never heard of it.
Are you aware you can use the browser version on mobile?
Roundcube has a responsive design that works on small screens.


--

Message: 4
Date: Sat, 12 Feb 2022 18:10:53 -0500
From: Ken Wright 
To: Roundcube Users mailing list 
Subject: Re: [RCU] RoundCube Android app?
Message-ID:
<0763e7fe14f20cf415ebb556679e26d7c2b5f82e.ca...@koalatyworks.com>
Content-Type: text/plain; charset="UTF-8"

On Sun, 2022-02-13 at 00:08 +0100, Benny Pedersen wrote:

On 2022-02-12 23:36, Ken Wright wrote:
> Does anyone know if the Roundcube app in the Google Play store is a
> real version of Roundcube or whether someone appropriated the name
> and logo?? I've been trying to get it to work on my Samsung Galaxy
> and have thus far failed miserably.

its fake imho

report it as so to google might help


Will do!

Ken


--

Message: 5
Date: Sat, 12 Feb 2022 18:17:27 -0500
From: Ken Wright 
To: Roundcube Users mailing list 
Subject: Re: [RCU] RoundCube Android app?
Message-ID:
<77bf7e409df258b4c53491d56847d97a156b7331.ca...@koalatyworks.com>
Content-Type: text/plain; charset="UTF-8"

On Sat, 2022-02-12 at 18:12 -0500, l...@ptld.com wrote:

> Does anyone know if the Roundcube app in the Google Play store is a
> real version of Roundcube or whether someone appropriated the name
> and logo?? I've been trying to get it to work on my Samsung Galaxy
> and have thus far failed miserably.


No idea about the app, never heard of it.
Are you aware you can use the browser version on mobile?
Roundcube has a responsive design that works on small screens.


Tried it a few minutes ago, successfully.  According to Benny Pedersen
the app is fake.  I'm going to report it to Google as such.

Ken


--

Message: 6
Date: Sun, 13 Feb 2022 00:56:00 +0200
From: Dave Nelson 
To: wiz...@koalatyworks.com, Roundcube Users mailing list

Subject: Re: [RCU] RoundCube Android app?
Message-ID: 
Content-Type: 

Re: [RCU] RoundCube Android app?

2022-02-12 Thread Ken Wright
On Sun, 2022-02-13 at 00:08 +0100, Benny Pedersen wrote:
> On 2022-02-12 23:36, Ken Wright wrote:
> > Does anyone know if the Roundcube app in the Google Play store is a
> > real version of Roundcube or whether someone appropriated the name
> > and logo?  I've been trying to get it to work on my Samsung Galaxy
> > and have thus far failed miserably.
> 
> its fake imho
> 
> report it as so to google might help

Will do!

Ken
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] RoundCube Android app?

2022-02-12 Thread Ken Wright
On Sat, 2022-02-12 at 18:12 -0500, l...@ptld.com wrote:
> > Does anyone know if the Roundcube app in the Google Play store is a
> > real version of Roundcube or whether someone appropriated the name
> > and logo?  I've been trying to get it to work on my Samsung Galaxy
> > and have thus far failed miserably.
> 
> 
> No idea about the app, never heard of it.
> Are you aware you can use the browser version on mobile?
> Roundcube has a responsive design that works on small screens.

Tried it a few minutes ago, successfully.  According to Benny Pedersen
the app is fake.  I'm going to report it to Google as such.

Ken
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] RoundCube Android app?

2022-02-12 Thread Benny Pedersen

On 2022-02-12 23:36, Ken Wright wrote:

Does anyone know if the Roundcube app in the Google Play store is a
real version of Roundcube or whether someone appropriated the name and
logo?  I've been trying to get it to work on my Samsung Galaxy and have
thus far failed miserably.


its fake imho

report it as so to google might help
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] RoundCube Android app?

2022-02-12 Thread Ken Wright
Does anyone know if the Roundcube app in the Google Play store is a
real version of Roundcube or whether someone appropriated the name and
logo?  I've been trying to get it to work on my Samsung Galaxy and have
thus far failed miserably.

Ken
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] * Roundcube x Zimbra

2021-10-28 Thread Multisites


Hello guys,

I want to run a mail server with the most I could 
have related to security and facilities.


I have used Roundcube many many yerars ago, and I remember I liked it.

Now I would like to have your opinion about having a Server with:

Linux Ubuntu (or Debian), with Postfix, Roundcube 
and a Panel (Cpanel or Plesk))


or

Linux Ubuntu (or Debian), with Zimbra.

Is any of them so superior to the other.

Thanks for advices and guidance.

Helena Lima./
__
Multisites - Provedor de Soluções
www.multisites.com.br
Pabx: 011-5594-1811
OBS: Eventualmente nao acentuamos algumas 
palavras do portugues, para evitar bugs na recepcao


___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube: upgrade to 1.5 from 1.4

2021-10-20 Thread Luciano Mannucci

On 2021-10-19 17:55, Reindl Harald wrote:

Am 19.10.21 um 17:32 schrieb Luciano Mannucci:


I tried to upgrade a copy of my production roundcube 1.4 to 1.5 just
released via the bin/installto.sh  php script and Iit ended
with:

Running update script at target...
Executing database schema update.
Updating database schema (2020020100)... [OK]
Updating database schema (2020020101)... [FAILED]
ERROR: Error in DDL upgrade 2020020101: [1071] Specified key was too long; 
max key length is 767 bytes

All done.

It might require its own version of mysql, but I haven't seen anything
about that in the requirenents. Is there any?


even if - why don't you tell which version you are using - i mean common 
sense or so.


5.6.51-log

I'll try whith the globals suggested by Aleksander and report back the
results.

Cheers,

Luciano.
--
 /"\ /Corso Milano, 102/1 Vigevano - PV  (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 - FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: luci...@mannucci.org
 / \  AND POSTINGS/   WWW: http://www.mannucci.ORG/
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread list
We proudly announce the final release of the next major version 1.5 of 
Roundcube webmail.



https://github.com/roundcube/roundcubemail/wiki/Installation still says 
new database should be created with


   CREATE DATABASE roundcubemail CHARACTER SET utf8 COLLATE 
utf8_general_ci;


However with tables using utf8mb4 what is the correct way new databases 
should be created? Is it sufficient to just set the character-set and 
let the collate use default such as


   CREATE DATABASE roundcubemail CHARACTER SET utf8mb4;

Yes i know table creation overrides the database defaults however i 
would feel better if the database defaults matched the tables :)

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Mike Burger

On 2021-10-19 12:52, l...@ptld.com wrote:
We proudly announce the final release of the next major version 1.5 of 
Roundcube webmail.



https://github.com/roundcube/roundcubemail/wiki/Installation still
says new database should be created with

   CREATE DATABASE roundcubemail CHARACTER SET utf8 COLLATE 
utf8_general_ci;


However with tables using utf8mb4 what is the correct way new
databases should be created? Is it sufficient to just set the
character-set and let the collate use default such as

   CREATE DATABASE roundcubemail CHARACTER SET utf8mb4;

Yes i know table creation overrides the database defaults however i
would feel better if the database defaults matched the tables :)


If you're upgrading, why would you need to create a new database?
--
Mike Burger
http://www.bubbanfriends.org

"It's always suicide-mission this, save-the-planet that. No one ever 
just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Sophie Loewenthal


Hi,

I didn't see any changes listed to sqlite3 backends.  Were they?

Regards,
S
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread list

* Dark mode for Elastic skin


Using Firefox and Edge dark mode does not save across sessions.
If i close the browser and reopen roundcube it is always back in light 
mode.

Is this intentional?
Is there anyway to have dark mode persist?
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube: upgrade to 1.5 from 1.4

2021-10-19 Thread Aleksander Machniak
On 19.10.2021 17:32, Luciano Mannucci wrote:

> ERROR: Error in DDL upgrade 2020020101: [1071] Specified key was too
> long; max key length is 767 bytes
> All done.
> 
> It might require its own version of mysql, but I haven't seen anything
> about that in the requirenents. Is there any?

https://github.com/roundcube/roundcubemail/issues/8231

It's noted in the INSTALL and UPGRADING file

When using MySQL < 5.7.7 or MariaDB < 10.2.2 it is required to configure
the database engine with:
innodb_large_prefix=true
innodb_file_format=Barracuda

ps. try ON instead of true, if it does not work.

-- 
Aleksander Machniak
Kolab Groupware Developer[https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube: upgrade to 1.5 from 1.4

2021-10-19 Thread Luciano Mannucci



I tried to upgrade a copy of my production roundcube 1.4 to 1.5 just
released via the bin/installto.sh  php script and Iit ended
with:

Running update script at target...
Executing database schema update.
Updating database schema (2020020100)... [OK]
Updating database schema (2020020101)... [FAILED]
ERROR: Error in DDL upgrade 2020020101: [1071] Specified key was too long; 
max key length is 767 bytes

All done.

It might require its own version of mysql, but I haven't seen anything
about that in the requirenents. Is there any?

Thanks to all,

Luciano.
--
 /"\ /Corso Milano, 102/1 Vigevano - PV  (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 - FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: luci...@mannucci.org
 / \  AND POSTINGS/   WWW: http://www.mannucci.ORG/
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Aleksander Machniak
On 19.10.2021 15:03, l...@ptld.com wrote:
>> * Dark mode for Elastic skin
> 
> Using Firefox and Edge dark mode does not save across sessions.
> If i close the browser and reopen roundcube it is always back in light
> mode.
> Is this intentional?
> Is there anyway to have dark mode persist?

This is a bug. We store the state in a cookie, we have to make sure it
has expiration date set to a year in the future (as we do with other
similar cookies).

Open a ticket, please.

-- 
Aleksander Machniak
Kolab Groupware Developer[https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-19 Thread Aleksander Machniak
On 19.10.2021 01:17, l...@ptld.com wrote:
>> * Full unicode support with MySQL database
> 
> Does this mean the database character set should be utf8mb4 for 1.5
> instead of utf8mb3? If so, any instructions on best way to go about this
> when upgrading roundcube? Or do we need to run convert on each table one
> by one?

This is part of the upgrade procedure
https://github.com/roundcube/roundcubemail/blob/master/SQL/mysql/2020020101.sql


-- 
Aleksander Machniak
Kolab Groupware Developer[https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.5.0 released

2021-10-18 Thread list

On 10-18-2021 4:19 pm, Thomas Bruederli wrote:

We proudly announce the final release of the next major version 1.5 of 
Roundcube webmail.

With this milestone we introduce new features and full PHP 8.0 support.


Will the install and update wiki be updated with 1.5 in mind?
   https://github.com/roundcube/roundcubemail/wiki/Installation
   https://github.com/roundcube/roundcubemail/wiki/Upgrade



* Full unicode support with MySQL database


Does this mean the database character set should be utf8mb4 for 1.5 
instead of utf8mb3? If so, any instructions on best way to go about this 
when upgrading roundcube? Or do we need to run convert on each table one 
by one?

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube Webmail 1.5.0 released

2021-10-18 Thread Thomas Bruederli
Dear subscribers

We proudly announce the final release of the next major version 1.5 of
Roundcube webmail. With this milestone we introduce new features and full
PHP 8.0 support. The most noteworthy additions are:

   - Dark mode for Elastic skin
   - OAuth2/XOauth support (with plugin hooks)
   - Collected recipients and trusted senders
   - Moving recipients between inputs with drag & drop
   - Full unicode support with MySQL database
   - Support of IMAP LITERAL- extension RFC 7888
   
   - Support of RFC 2231 
   encoded names
   - Cache refactoring

See the full changelog in the release notes
 on the
Github download page.

We also disabled the spell checking feature using spell.roundcube.net by
default because some privacy concerns were raised. It now needs to be
enabled explicitly by setting the enable_spellcheck config option to true.

In case you’re running Roundcube directly from source or if you’re not
using the complete package, you need to install 3rd party PHP and
JavaScript modules manually. See this post for more details
.

This release is considered stable and we encourage you to update your
productive installations after carefully testing the upgrade scenario.
Download it from roundcube.net .

With the release of Roundcube 1.5.0, the previous stable release branches
1.4.x and 1.3.x will change into LTS low maintenance mode which means they
will only receive important security updates but no longer any regular
improvement updates. The 1.2.x series is no longer supported and maintained.

Kind regards

Alec & Thomas
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.5 beta released

2021-02-28 Thread Thomas Bruederli
Dear subscribers

We proudly announce the beta release for the next major version 1.5 of
Roundcube webmail. With this milestone we introduce new features and
long-awaited improvements. The most noteworthy additions are:

   - PHP 8.0 support
   - OAuth2/XOauth support
   - Dark mode for Elastic skin
   - Collected recipients and trusted senders
   - Moving recipients between inputs with drag & drop
   - Full unicode support with MySQL database
   - Cache refactoring

Adding support for PHP 8 required some deep refactoring of the Roundcube
codebase which started with early PHP 5 versions. However, this refactoring
also was a bit of a cleaning procedure and resulted in more testable
components.

In case you’re running Roundcube directly from source or if you’re not
using the complete package, you need to install 3rd party javascript
modules using the bin/install-jsdeps.sh script. With this release the
toolchain required to build a functional package has changed a bit:

   - bin/jsshrink.sh: replaced google-closure-compiler with UglifyJS
   - bin/cssshrink.sh: replaced yuicompressor with csso
   - Elastic theme: require lessc >= 2.5.2 (and add support for v4) with
   less-plugin-clean-css

See the full changelog in the release notes
 on the
Github download page.

This is a beta release and we recommend to test it on a separate
environment. And don’t forget to backup your data before installing it.
Download it from roundcube.net .

If you intend to test new Roundcube with OAuth2, have a look at this wiki
page 
.

We also have some Docker images

available for quick testing and evaluation.

Kind regards,

Alec & Thomas
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube with SendMail API authentication

2021-02-22 Thread Andrea Conti
Currently RoundCube is using SMTP user/pass authentication but failing to send 
emails with "SMTP Error (535): Authentication failed."

This is likely because SendGrid has only started to accept connections via API 
Keys

Does RoundCube support this authentication via API and how do I apply this?

Path: /var/www/html/roundcubemail_backup/roundcubemail/config/config.inc.php

$config['smtp_user'] = " "
$config['smtp_pass'] = " "
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail: Server Error: Failed to send fetch command

2020-11-26 Thread Turritopsis Dohrnii Teo En Ming

Subject: Roundcube Webmail: Server Error: Failed to send fetch command

Good day from Singapore,

This is a personal experience. I use Roundcube webmail, which comes out 
of the box with CentOS/Control Web Panel (CWP) web hosting control 
panel.


After my Inbox reaches almost 200,000 email messages, I frequently 
encounter the following error:


"Server Error: Failed to send fetch command"

My Inbox fails to list messages even after multiple repeated attempts to 
reload. Using Microsoft Outlook to delete all the email messages in 
Inbox and then emptying the Trash/Deleted Items does not work.


After briefly searching the internet, I found the solution. The solution 
can be found in the following article.


Article: Standard Webmail (Round Cube) slow performance mitigation

Link: 
https://community.plus.net/t5/Email/Standard-Webmail-Round-Cube-slow-performance-mitigation/td-p/1661899


The solution is quoted as follows:

[QUOTE=Townman]

The SUs have had this under constant review with Plusnet.  After many 
months of looking at the obvious likely causes, it now looks as though a 
performance issue within the Round Cube Webmail client has been 
identified as being a significant contributor to the end user experience 
of slow loading email lists.  Though other issues have been found and 
addressed, this one remains under investigation.


There is however a simple end user mitigation for the issue, which tests 
have shown makes a SIGNIFICANT performance difference.  The issue 
appears to be related to the mail list display sort sequence.  If a user 
has EVER changed the sort list from the default setting (none) - which 
lists newest email first - to something different … and then switches 
back to most recent item first using the column sort toggles, this DOES 
NOT result in the same configuration as per before changing the sort 
sequence.  There remains an explicit sort setting which gives rise to 
the performance issue.  Not exactly an obvious expectation.


To set the sort sequence back to the default setting requires EXPLICT 
user action...


1. Log into webmail
2. On the inbox list screen select LIST OPTIONS which is the little grid 
icon on the left of the column title bar

3. Set sorting column to NONE
4. Click save
5. See the mailbox list display nearly instantly

Work continues to identify the cause of the delay in retrieving a sorted 
list. Squirrel Mail (Basic webmail) does not suffer this issue, so might 
be more pragmatic if you have a large mailbox which you wish to view in 
a sequence other than by date, most recent first.


[/QUOTE]

Mr. Turritopsis Dohrnii Teo En Ming is very happy to have solved this 
problem/issue with Roundcube webmail, because I will be able to use 
Roundcube webmail anywhere in the world.


Mr. Turritopsis Dohrnii Teo En Ming, 42 years old as of 26 November 2020 
Thursday, is a TARGETED INDIVIDUAL (TI) living in Singapore.







--
-BEGIN EMAIL SIGNATURE-

The Gospel for all Targeted Individuals (TIs):

[The New York Times] Microwave Weapons Are Prime Suspect in Ills of
U.S. Embassy Workers

Link: 
https://www.nytimes.com/2018/09/01/science/sonic-attack-cuba-microwave.html




Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming's 
Academic
Qualifications as at 14 Feb 2019 and refugee seeking attempts at the 
United Nations Refugee Agency Bangkok (21 Mar 2017), in Taiwan (5 Aug 
2019) and Australia (25 Dec 2019 to 9 Jan 2020):


[1] https://tdtemcerts.wordpress.com/

[2] https://tdtemcerts.blogspot.sg/

[3] https://www.scribd.com/user/270125049/Teo-En-Ming

-END EMAIL SIGNATURE-
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube Webmail 1.4.9 released

2020-09-30 Thread Aleksander Machniak
On 29.09.2020 21:40, Giles Coochey wrote:
> Is there a security based reason for upgrading to this version?

No.

-- 
Aleksander Machniak
Kolab Groupware Developer[https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.4.9 released

2020-09-29 Thread Giles Coochey


On 28/09/2020 20:11, Thomas Bruederli wrote:

Dear subscribers

We proudly announce yesterday's release of version 1.4.9. It's a 
service update to the stable version 1.4 of Roundcube Webmail.
It contains fixes and general improvements from our issue tracker, 
mainly related to email composition and UI oddities in Elastic skin 
and with the TinyMCE richtext editor. See the full changelog in the 
release notes on the Github download page [1].


This version is considered stable and we recommend updating all 
productive installations of Roundcube with it.

Download the latest tarballs from https://roundcube.net/download


Is there a security based reason for upgrading to this version?

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube Webmail 1.4.9 released

2020-09-29 Thread Sophie Loewenthal

Hi,

Thank-you once more for your hard work.

Best, Sophie.

On 2020-09-28 21:11, Thomas Bruederli wrote:


Dear subscribers

We proudly announce yesterday's release of version 1.4.9. It's a 
service update to the stable version 1.4 of Roundcube Webmail.
It contains fixes and general improvements from our issue tracker, 
mainly related to email composition and UI oddities in Elastic skin and 
with the TinyMCE richtext editor. See the full changelog in the release 
notes on the Github download page [1].


This version is considered stable and we recommend updating all 
productive installations of Roundcube with it.

Download the latest tarballs from https://roundcube.net/download

Best,
Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4.9
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.4.9 released

2020-09-28 Thread Thomas Bruederli
Dear subscribers

We proudly announce yesterday's release of version 1.4.9. It's a service
update to the stable version 1.4 of Roundcube Webmail.
It contains fixes and general improvements from our issue tracker, mainly
related to email composition and UI oddities in Elastic skin and with the
TinyMCE richtext editor. See the full changelog in the release notes on the
Github download page [1].

This version is considered stable and we recommend updating all productive
installations of Roundcube with it.
Download the latest tarballs from https://roundcube.net/download

Best,
Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4.9
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube 1.4 do not display body of vcf invitation

2020-05-26 Thread Josef Karliak
Good morning,
I found that I cannot see vcf file - invitation to some meeting
(Outlook). When I receive it in Roundcube, I can accept it, decline it,
... but I cannot see text of this invitation in the email.
When I accept it, all is fine in the calendar. But not while viewving
email.
What did I missed ?

composer.json:
{
  "name": "roundcube/roundcubemail",
  "description": "The Roundcube Webmail suite",
  "license": "GPL-3.0+",
  "repositories": [
  {
  "type": "composer",
  "url": "https://plugins.roundcube.net;
  },
  {
  "type": "vcs",
  "url":
"https://git.kolab.org/diffusion/PNL/php-net_ldap.git;
  }
  ],
  "require": {
  "php": ">=5.4.0",
  "pear/pear-core-minimal": "~1.10.1",
  "pear/auth_sasl": "~1.1.0",
  "pear/net_idna2": "~0.2.0",
  "pear/mail_mime": "~1.10.0",
  "pear/net_smtp": "~1.8.1",
  "pear/crypt_gpg": "~1.6.3",
  "pear/net_sieve": "~1.4.3",
  "roundcube/plugin-installer": "~0.1.6",
  "masterminds/html5": "~2.5.0",
  "endroid/qr-code": "~1.6.5",
  "kolab/net_ldap3": "~1.1.1",
  "sabre/vobject": "~3.5.3",
  "kolab/calendar": "^3.5"
  },
  "require-dev": {
  "phpunit/phpunit": "^4.8.36 || ^5.7.21"
  },
  "suggest": {
  "mkopinsky/zxcvbn-php": "^4.4.2 required for Zxcvbn password
strength driver"
  }
}

Thanks and best regards
J.Karliak
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube

2020-04-07 Thread michae...@rocketmail.com
Hi Leandro,

according to https://en.wikipedia.org/wiki/Zimbra Zimbra also offers to act as 
an IMAP server, so you IMHO you should not expect any issues when connecting 
via roundcubemail. 



Michael



Am 07.04.20 um 03:08 schrieb lean...@intersolinformatica.com.br:
> Good Night
> 
> Its possible configure a Roundcube webmail to connect on Zimbra MTA ?
> 
> I'dont connect on imap 
> 
> Please help-me
> 
> Tanks
> 
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
> 
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube

2020-04-06 Thread leandro
Good Night 

Its possible configure a Roundcube webmail to connect on Zimbra MTA ? 

I'dont connect on imap 

Please help-me 

Tanks 
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] RoundCube Version

2020-03-19 Thread Mario Jorge Lima

Hi, Michael,

Thanks.

Mario./

At 12:17 19/03/2020, you wrote:

Login as user,
click on "about"

Michael
Am 19.03.20 um 16:01 schrieb Mario Jorge Lima:
> Hello,
>
> I am working at a small hosting service, where there is a 
RoundCube (IlohaMail) running. Its users are using it without
> great problems. My question: how do I find out the Version of 
this RoundCube?

>
> Thanks,
>
> Mario Lima./
> ___
> Mario Jorge Lima
> mariol...@multisites.com.br
> OBS: Eventualmente nao acentuo algumas palavras do Portugues, 
para evitar bugs na recepcao dos emails.

>
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


___
Mario Jorge Lima
mariol...@multisites.com.br
OBS: Eventualmente nao acentuo algumas palavras do Portugues, para 
evitar bugs na recepcao dos emails.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] RoundCube Version

2020-03-19 Thread Mario Jorge Lima

Hi, Michael,

Thanks.

Mario.,/

At 12:17 19/03/2020, you wrote:

Login as user,
click on "about"

Michael
Am 19.03.20 um 16:01 schrieb Mario Jorge Lima:
> Hello,
>
> I am working at a small hosting service, where there is a 
RoundCube (IlohaMail) running. Its users are using it without
> great problems. My question: how do I find out the Version of 
this RoundCube?

>
> Thanks,
>
> Mario Lima./
> ___
> Mario Jorge Lima
> mariol...@multisites.com.br
> OBS: Eventualmente nao acentuo algumas palavras do Portugues, 
para evitar bugs na recepcao dos emails.

>
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


___
Mario Jorge Lima
mariol...@multisites.com.br
OBS: Eventualmente nao acentuo algumas palavras do Portugues, para 
evitar bugs na recepcao dos emails.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] RoundCube Version

2020-03-19 Thread michae...@rocketmail.com
Login as user,
click on "about"

Michael
Am 19.03.20 um 16:01 schrieb Mario Jorge Lima:
> Hello,
> 
> I am working at a small hosting service, where there is a RoundCube 
> (IlohaMail) running. Its users are using it without
> great problems. My question: how do I find out the Version of this RoundCube?
> 
> Thanks,
> 
> Mario Lima./
> ___
> Mario Jorge Lima
> mariol...@multisites.com.br
> OBS: Eventualmente nao acentuo algumas palavras do Portugues, para evitar 
> bugs na recepcao dos emails.
> 
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
> 
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] RoundCube Version

2020-03-19 Thread Mario Jorge Lima


Hello,

I am working at a small hosting service, where there is a RoundCube 
(IlohaMail) running. Its users are using it without great problems. 
My question: how do I find out the Version of this RoundCube?


Thanks,

Mario Lima./
___
Mario Jorge Lima
mariol...@multisites.com.br
OBS: Eventualmente nao acentuo algumas palavras do Portugues, para 
evitar bugs na recepcao dos emails.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube version

2019-11-26 Thread roundcube--lists
Hi,

On 26.11.19 21:10, @lbutlr wrote:
> Is there anywhere in the webUI that the version of Roundcube installed is 
> shown?
After login, click "About". It will give you the version and installed plugins 
(including versions as well).

Best regards,
Thomas
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube version

2019-11-26 Thread Marchello

 Yes, it's 'Settings' -> 'About'.

On 2019-11-26 22:10, @lbutlr wrote:
Is there anywhere in the webUI that the version of Roundcube installed 
is shown?

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube version

2019-11-26 Thread @lbutlr
Is there anywhere in the webUI that the version of Roundcube installed is shown?


-- 
you cannot code around infinite implementations of OCD -John C Welch
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-18 Thread Nuno Dias
 Hi,

 Ok, I found the problem and David helped, my problem was that I had

 $config['smtp_user'] = '%u'
 $config['smtp_pass'] = '%p'

 because I read "SMTP username (if required)", so I'm using port 25 and
doesn't requires authentication, so this will be ignored, and that is
not true, this will be used if set!

 The other problem when I tested it with tls and port 587 is the option

$config['smtp_conn_options'] = array( ...

was not set, and is necessary for tls to work.

Cheers,
Nuno

On Fri, 2019-11-15 at 15:44 +, David Carter wrote:
> On 2019-11-14 16:40, Nuno Dias wrote:
> > After upgrading to this new release the send mail stopped to work,
> > and
> > now, no matter what I configure in smtp variables (tls, or only
> > port
> > 25) I have always the same error.
> > 
> > SMTP Error: Authentication failure: SMTP server does not support
> > authentication
> 
> config/defaults.inc.php in 1.4.0 includes:
> 
> // SMTP username (if required) if you use %u as the username
> Roundcube
> // will use the current username for login
> $config['smtp_user'] = '%u';
> 
> // SMTP password (if required) if you use %p as the password
> Roundcube
> // will use the current user's password for login
> $config['smtp_pass'] = '%p';
> 
> while config/defaults.inc.php in 1.3.10 has:
> 
> config['smtp_user'] = '';
> $config['smtp_pass'] = '';
> 
> I suspect this is the source of your problems.
> 
-- 
Nuno Dias 
LIP


smime.p7s
Description: S/MIME cryptographic signature
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-15 Thread David Carter

On 2019-11-14 16:40, Nuno Dias wrote:

After upgrading to this new release the send mail stopped to work, and
now, no matter what I configure in smtp variables (tls, or only port
25) I have always the same error.

SMTP Error: Authentication failure: SMTP server does not support
authentication


config/defaults.inc.php in 1.4.0 includes:

// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$config['smtp_user'] = '%u';

// SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login
$config['smtp_pass'] = '%p';

while config/defaults.inc.php in 1.3.10 has:

config['smtp_user'] = '';
$config['smtp_pass'] = '';

I suspect this is the source of your problems.

--
David Carter Email: dp...@cam.ac.uk
University Computing Service,Phone: (01223) 334502
New Museums Site, Pembroke Street,   Fax:   (01223) 334679
Cambridge UK. CB2 3QH.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-15 Thread Nuno Dias
 I'm using a rpm from https://rpms.remirepo.net/ and because the
previous installation was a rpm also from remi, usually the upgrades
are smooth, but not this time.

Cheers,
Nuno

On Thu, 2019-11-14 at 19:49 +0200, Jari Fredriksson wrote:
> On 14.11.2019 18.40, Nuno Dias wrote:
> >   After upgrading to this new release the send mail stopped to
> > work, and
> > now, no matter what I configure in smtp variables (tls, or only
> > port
> > 25) I have always the same error.
> > 
> > SMTP Error: Authentication failure: SMTP server does not support
> > authentication (Code: ) in
> > /usr/share/roundcubemail/program/lib/Roundcube/rcube.php on line
> > 1689
> > (POST
> > /?_task=mail&_unlock=loading1573748530919&_framed=1&_lang=en_US&_ac
> > tion
> > =send)
> > 
> >   The previous version 1.3.10 works as expected, but every time I
> > upgrade to the version 1.4.0 I have the error above.
> > 
> >   Anyone has the same problem? or knows how can I debug this error?
> > 
> > Thanks
> > Nuno
> 
> I just installed yesterday using bin/installto.sh and all went
> smooth, 
> no need to touch config.inc.php.
> 
> br. jarif
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
-- 
Nuno Dias 
LIP


smime.p7s
Description: S/MIME cryptographic signature
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-14 Thread Jari Fredriksson



On 14.11.2019 18.40, Nuno Dias wrote:

  After upgrading to this new release the send mail stopped to work, and
now, no matter what I configure in smtp variables (tls, or only port
25) I have always the same error.

SMTP Error: Authentication failure: SMTP server does not support
authentication (Code: ) in
/usr/share/roundcubemail/program/lib/Roundcube/rcube.php on line 1689
(POST
/?_task=mail&_unlock=loading1573748530919&_framed=1&_lang=en_US&_action
=send)

  The previous version 1.3.10 works as expected, but every time I
upgrade to the version 1.4.0 I have the error above.

  Anyone has the same problem? or knows how can I debug this error?

Thanks
Nuno


I just installed yesterday using bin/installto.sh and all went smooth, 
no need to touch config.inc.php.


br. jarif
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-14 Thread Nuno Dias
 After upgrading to this new release the send mail stopped to work, and
now, no matter what I configure in smtp variables (tls, or only port
25) I have always the same error.

SMTP Error: Authentication failure: SMTP server does not support
authentication (Code: ) in
/usr/share/roundcubemail/program/lib/Roundcube/rcube.php on line 1689
(POST
/?_task=mail&_unlock=loading1573748530919&_framed=1&_lang=en_US&_action
=send)

 The previous version 1.3.10 works as expected, but every time I
upgrade to the version 1.4.0 I have the error above. 

 Anyone has the same problem? or knows how can I debug this error?

Thanks
Nuno

On Sat, 2019-11-09 at 21:52 +0100, Thomas Bruederli wrote:
> Dear subscribers
> 
> It's a big honor for me to announce the final release of the long
> awaited major version 1.4 of Roundcube webmail.
> After more than two years of hard work by Alec and other volunteer
> contributors, Roundcube finally gets the responsive skin with full
> mobile device support - the Elastic.
> 
> In addition to the new UI we introduce these new features:
> 
> * Email Resent (Bounce) feature
> * Improved [Mailvelope](https://www.mailvelope.com) integration
> * Support for Redis and Memcached cache
> * Support for SMTPUTF8 and GSSAPI
> 
> Plus numerous improvements and bug fixes collected from your precious
> feedback as well as updates to recent versions of 3rd party libraries
> like jQuery and TinyMCE. See the full changelog in the release notes
> on the Github download page [1].
> 
> The new Elastic theme, which is the new default skin, is built with
> LESS and of course the sources are included. They allow a certain
> degree of customization by adjusting some colors and variables using
> the `_styles.less` and `_variables.less` files. Please consider
> customizing your Roundcube installation in order to make phishing [2]
> harder. You'll find guidance in the README.md file inside the skin
> folder.
> 
> This release is considered stable and we encourage you to update your
> productive installations after carefully testing the upgrade scenario
> and preparing your users to the significant changes in their webmail
> UI. Download it from https://roundcube.net/download.
> 
> With the release of Roundcube 1.4.0, the previous stable release
> branches 1.3.x and 1.2.x will change into LTS low maintenance mode
> which means they will only receive important security updates but no
> longer any regular improvement updates. The 1.1.x series is no longer
> supported and maintained.
> 
> Kind regards,
> Thomas
> 
> [1] https://github.com/roundcube/roundcubemail/releases/tag/1.4.0
> [2] https://roundcube.net/news/2019/10/28/phishing-alert
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
-- 
Nuno Dias 
LIP


smime.p7s
Description: S/MIME cryptographic signature
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Settings

2019-11-12 Thread itml

Hello,
I use Elastic Skin of Roundcube Webmail 1.4.0.
When I click the 'Actions Filter name' in the 'Filters' , I can not 
click except 'Save' button.

Is this a specification ?
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-10 Thread @lbutlr
On 09 Nov 2019, at 13:52, Thomas Bruederli  wrote:
> The 1.1.x series is no longer supported and maintained.

Assuming this is some sort of boilerplate message with details filled in or 
something that is otherwise distributed, I could suggest replacing “and” with 
“nor”.

If it’s just the post you wrote for the list, then never mind. 




-- 
"My parents were unwilling to secure the necessary eagle's eggs and lion
semen”
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-10 Thread Emmanuel Revah
\o/ 

Thanks a lot for everything. 

-- 

Manu 

Le 2019/11/09 21:52, Thomas Bruederli a écrit :

> Dear subscribers 
> 
> It's a big honor for me to announce the final release of the long awaited 
> major version 1.4 of Roundcube webmail.
> After more than two years of hard work by Alec and other volunteer 
> contributors, Roundcube finally gets the responsive skin with full mobile 
> device support - the Elastic.
> 
> In addition to the new UI we introduce these new features:
> 
> * Email Resent (Bounce) feature
> * Improved [Mailvelope](https://www.mailvelope.com) integration
> * Support for Redis and Memcached cache
> * Support for SMTPUTF8 and GSSAPI
> 
> Plus numerous improvements and bug fixes collected from your precious 
> feedback as well as updates to recent versions of 3rd party libraries like 
> jQuery and TinyMCE. See the full changelog in the release notes on the Github 
> download page [1].
> 
> The new Elastic theme, which is the new default skin, is built with LESS and 
> of course the sources are included. They allow a certain degree of 
> customization by adjusting some colors and variables using the `_styles.less` 
> and `_variables.less` files. Please consider customizing your Roundcube 
> installation in order to make phishing [2] harder. You'll find guidance in 
> the README.md file inside the skin folder.
> 
> This release is considered stable and we encourage you to update your 
> productive installations after carefully testing the upgrade scenario and 
> preparing your users to the significant changes in their webmail UI. Download 
> it from https://roundcube.net/download.
> 
> With the release of Roundcube 1.4.0, the previous stable release branches 
> 1.3.x and 1.2.x will change into LTS low maintenance mode which means they 
> will only receive important security updates but no longer any regular 
> improvement updates. The 1.1.x series is no longer supported and maintained. 
> 
> Kind regards, 
> Thomas 
> 
> [1] https://github.com/roundcube/roundcubemail/releases/tag/1.4.0 
> [2] https://roundcube.net/news/2019/10/28/phishing-alert 
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-09 Thread Sophie Loewenthal
Fantastic news on 1.4 . Looking forward to rolling it out and making good use 
of all your hard work. Congratulations!

 sent from phone, thus brief 

> On 9 Nov 2019, at 9:52 pm, Thomas Bruederli  wrote:
> 
> Dear subscribers
> 
> It's a big honor for me to announce the final release of the long awaited 
> major version 1.4 of Roundcube webmail.
> After more than two years of hard work by Alec and other volunteer 
> contributors, Roundcube finally gets the responsive skin with full mobile 
> device support - the Elastic.
> 
> In addition to the new UI we introduce these new features:
> 
> * Email Resent (Bounce) feature
> * Improved [Mailvelope](https://www.mailvelope.com) integration
> * Support for Redis and Memcached cache
> * Support for SMTPUTF8 and GSSAPI
> 
> Plus numerous improvements and bug fixes collected from your precious 
> feedback as well as updates to recent versions of 3rd party libraries like 
> jQuery and TinyMCE. See the full changelog in the release notes on the Github 
> download page [1].
> 
> The new Elastic theme, which is the new default skin, is built with LESS and 
> of course the sources are included. They allow a certain degree of 
> customization by adjusting some colors and variables using the `_styles.less` 
> and `_variables.less` files. Please consider customizing your Roundcube 
> installation in order to make phishing [2] harder. You'll find guidance in 
> the README.md file inside the skin folder.
> 
> This release is considered stable and we encourage you to update your 
> productive installations after carefully testing the upgrade scenario and 
> preparing your users to the significant changes in their webmail UI. Download 
> it from https://roundcube.net/download.
> 
> With the release of Roundcube 1.4.0, the previous stable release branches 
> 1.3.x and 1.2.x will change into LTS low maintenance mode which means they 
> will only receive important security updates but no longer any regular 
> improvement updates. The 1.1.x series is no longer supported and maintained.
> 
> Kind regards,
> Thomas
> 
> [1] https://github.com/roundcube/roundcubemail/releases/tag/1.4.0
> [2] https://roundcube.net/news/2019/10/28/phishing-alert
> _
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.4.0 - Elastic released

2019-11-09 Thread Thomas Bruederli
Dear subscribers

It's a big honor for me to announce the final release of the long awaited
major version 1.4 of Roundcube webmail.
After more than two years of hard work by Alec and other volunteer
contributors, Roundcube finally gets the responsive skin with full mobile
device support - the Elastic.

In addition to the new UI we introduce these new features:

* Email Resent (Bounce) feature
* Improved [Mailvelope](https://www.mailvelope.com) integration
* Support for Redis and Memcached cache
* Support for SMTPUTF8 and GSSAPI

Plus numerous improvements and bug fixes collected from your precious
feedback as well as updates to recent versions of 3rd party libraries like
jQuery and TinyMCE. See the full changelog in the release notes on the
Github download page [1].

The new Elastic theme, which is the new default skin, is built with LESS
and of course the sources are included. They allow a certain degree of
customization by adjusting some colors and variables using the
`_styles.less` and `_variables.less` files. Please consider customizing
your Roundcube installation in order to make phishing [2] harder. You'll
find guidance in the README.md file inside the skin folder.

This release is considered stable and we encourage you to update your
productive installations after carefully testing the upgrade scenario and
preparing your users to the significant changes in their webmail UI.
Download it from https://roundcube.net/download.

With the release of Roundcube 1.4.0, the previous stable release branches
1.3.x and 1.2.x will change into LTS low maintenance mode which means they
will only receive important security updates but no longer any regular
improvement updates. The 1.1.x series is no longer supported and maintained.

Kind regards,
Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4.0
[2] https://roundcube.net/news/2019/10/28/phishing-alert
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.4 Release Candidate 2

2019-09-16 Thread Thomas Bruederli
Dear subscribers

We just published the long awaited second release candidate for the next
major version 1.4 of Roundcube webmail. Many fixes, improvements and final
touches have gone into this since the first release candidate was
published. Check the Changelog [1] for a complete list of changes.

We waited for some promised contributions which unfortunately never arrived
but we now feel confident to call the new Elastic skin complete and ready
to be officially released.

As we’re moving towards the final release, we strongly encourage everybody
to customize the Elastic skin using the _styles.less and _variables.less
files to blend into your corporate design. You’ll find guidance for
customization in the README.md file inside the skin folder.

Rolling out a new and significantly different user interface should be
carefully planned and we recommend to prepare your users for the change.
Therefore the Elastic theme is not set to be the default theme. Adjust your
config in order to enable it by default or let your users switch themselves
in the user settings.

Please note that the Classic skin will no longer be maintained and
completely removed in future releases. Within the 1.4 release series, the
Classic skin remains part of the package but it will not receive new
features that were added to the Larry or Elastic themes.

This is still a preview release and we recommend to test it on a separate
environment. And don’t forget to backup your data before installing it.

Download it from https://roundcube.net/download and keep on submitting bugs
and send us your feedback.

Best,

Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4-rc2
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.3.10 released

2019-08-29 Thread Thomas Bruederli
Dear subscribers

We proudly announce the next service release to update the stable version
1.3.

It contains fixes to several bugs backported from the master branch
including minor security fixes around CSS and HTML cleanup.

See the full changelog in the release notes on the Github download page [1].

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.

Best,
Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.3.10
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube, This content can not be displayed in a frame error

2019-08-11 Thread @lbutlr
On 15 Jul 2019, at 23:02, David Mehler  wrote:
> I went in to tweak my X-Frame-Options headers among others in apache and now 
> I'm getting the error this content can not be displayed in a frame.

Yes, Roundcube doesn’t work with the X-Frame restrictions in Apache24.

> I've sense put the option back to SAMEORIGIN, restarted both apache and 
> php-fpm several times, refreshed the ie browser window, deleted temporary 
> internet files, still getting the error.

I can’t speak for ie11 as I’ve never run it, but this is what I have:

   Header always set X-Frame-Options sameorigin
   Header set Content-Security-Policy "frame-ancestors: 'self'"



-- 
Minds are like parachutes, they only work when they are open.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] roundcube calendar

2019-08-01 Thread Dave Stevens
On Thu, 1 Aug 2019 21:02:50 +0200
"Ulli Heist"  wrote:

> is there a working solution to use a calendar within roundcube?

what about this?

https://inside-out.xyz/technology/how-to-enable-a-calendar-for-roundcube-mail.html
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] roundcube calendar

2019-08-01 Thread David Mehler
Hello,

I am still looking for this as well.

Thanks.
Dave.


On 8/1/19, Ulli Heist  wrote:
> Hi Egoitz,
>
>
>
> is there a working solution to use a calendar within roundcube?
>
>
>
> Thanks a lot in advance for your effort and support
>
>
>
>   Ulli
>
>
>
>
>
> From: users-boun...@lists.roundcube.net
> [mailto:users-boun...@lists.roundcube.net] On Behalf Of Egoitz Aurrekoetxea
> Sent: Monday, June 24, 2019 8:25 AM
> To: Roundcube Users mailing list 
> Subject: Re: [RCU] roundcube calendar
>
>
>
> Hi David,
>
>
>
> Let me provide you a patch and some version locations from where you should
> start… I’m busy at work now but I’ll try my bests for providing you a
> version today or tomorrow all these… We planned to upload to GitHub but… I’m
> overloaded…
>
>
>
> Let’s talk today at last time of the afternoon,
>
>
>
> Cheers,
>
>
>
>
>
> Egoitz Aurrekoetxea
>
> Dpto. de sistemas
>
> 944 209 470
> Parque Tecnológico. Edificio 103
> 48170 Zamudio (Bizkaia)
>
>  <mailto:undefined> ego...@sarenet.es
>
>  <http://www.sarenet.es> www.sarenet.es
>
>
>
> Antes de imprimir este correo electrónico piense si es necesario hacerlo.
>
>
>
>
>
> El 21 jun 2019, a las 21:24, David Mehler  <mailto:dave.meh...@gmail.com> > escribió:
>
>
>
> Hello,
>
> Thanks, CalDAV is another thing i'd like to do as I'd like to sync
> calendars well maybe share would be a better word.
>
> How do I get this going?
>
> Thanks.
> Dave.
>
>
> On 6/21/19, Egoitz Aurrekoetxea < <mailto:ego...@sarenet.es>
> ego...@sarenet.es> wrote:
>
>
>
> Hi David,
>
> Is doable. We adapted and old version of calendar/caldav (even with
> scheduling) plugin from Kolab to work with new versions of Roundcube. I
> have
> pending the upload the relevant part of the code to GitHub.
>
> Cheers!
>
>
>
> Egoitz Aurrekoetxea
> Dpto. de sistemas
> 944 209 470
> Parque Tecnológico. Edificio 103
> 48170 Zamudio (Bizkaia)
> ego...@sarenet.es <mailto:ego...@sarenet.es>  <mailto:undefined>
> www.sarenet.es <http://www.sarenet.es/>  <http://www.sarenet.es/>
> Antes de imprimir este correo electrónico piense si es necesario hacerlo.
>
>
>
>
> El 21 jun 2019, a las 19:18, David Mehler  <mailto:dave.meh...@gmail.com> >
> escribió:
>
> Hello,
>
> Running a roundcube 1.3 setup, and wanting to get a calendar going. Is
> this doable?
>
> Thanks.
> Dave.
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net <mailto:users@lists.roundcube.net>
> http://lists.roundcube.net/mailman/listinfo/users
>
>
>
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net <mailto:users@lists.roundcube.net>
> http://lists.roundcube.net/mailman/listinfo/users
>
>
>
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] roundcube calendar

2019-08-01 Thread Ulli Heist
Hi Egoitz,

 

is there a working solution to use a calendar within roundcube?

 

Thanks a lot in advance for your effort and support

 

  Ulli

 

 

From: users-boun...@lists.roundcube.net 
[mailto:users-boun...@lists.roundcube.net] On Behalf Of Egoitz Aurrekoetxea
Sent: Monday, June 24, 2019 8:25 AM
To: Roundcube Users mailing list 
Subject: Re: [RCU] roundcube calendar

 

Hi David,

 

Let me provide you a patch and some version locations from where you should 
start… I’m busy at work now but I’ll try my bests for providing you a version 
today or tomorrow all these… We planned to upload to GitHub but… I’m overloaded…

 

Let’s talk today at last time of the afternoon,

 

Cheers,

 



Egoitz Aurrekoetxea

Dpto. de sistemas

944 209 470
Parque Tecnológico. Edificio 103
48170 Zamudio (Bizkaia)

 <mailto:undefined> ego...@sarenet.es

 <http://www.sarenet.es> www.sarenet.es

 

Antes de imprimir este correo electrónico piense si es necesario hacerlo.





El 21 jun 2019, a las 21:24, David Mehler mailto:dave.meh...@gmail.com> > escribió:

 

Hello,

Thanks, CalDAV is another thing i'd like to do as I'd like to sync
calendars well maybe share would be a better word.

How do I get this going?

Thanks.
Dave.


On 6/21/19, Egoitz Aurrekoetxea < <mailto:ego...@sarenet.es> ego...@sarenet.es> 
wrote:



Hi David,

Is doable. We adapted and old version of calendar/caldav (even with
scheduling) plugin from Kolab to work with new versions of Roundcube. I have
pending the upload the relevant part of the code to GitHub.

Cheers!



Egoitz Aurrekoetxea
Dpto. de sistemas
944 209 470
Parque Tecnológico. Edificio 103
48170 Zamudio (Bizkaia)
ego...@sarenet.es <mailto:ego...@sarenet.es>  <mailto:undefined>
www.sarenet.es <http://www.sarenet.es/>  <http://www.sarenet.es/>
Antes de imprimir este correo electrónico piense si es necesario hacerlo.




El 21 jun 2019, a las 19:18, David Mehler mailto:dave.meh...@gmail.com> >
escribió:

Hello,

Running a roundcube 1.3 setup, and wanting to get a calendar going. Is
this doable?

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net <mailto:users@lists.roundcube.net> 
http://lists.roundcube.net/mailman/listinfo/users

 

___
Roundcube Users mailing list
users@lists.roundcube.net <mailto:users@lists.roundcube.net> 
http://lists.roundcube.net/mailman/listinfo/users

 

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] roundcube force change password every x days

2019-07-22 Thread David Mehler
Hello,

I'm running a virtual mail system with Postfix and Mysql and using
roundcube. I am wondering if there's a way to force users to change
their passwords every x days? None of the users have shell access, the
only interact by roundcube.

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube, This content can not be displayed in a frame error

2019-07-15 Thread David Mehler
Hello,
Up until about half an hour ago I had a working roundcube installation
running on php 7.3 and apache 2.4. I went in to tweak my
X-Frame-Options headers among others in apache and now I'm getting the
error this content can not be displayed in a frame. This is with ie11.
Chrome isn't showing me messages either, but it isn't giving the
error.

Now I did have the webmail open in an ie tab during this working, but
it was not logged in in fact I ignored it.

I've sense put the option back to SAMEORIGIN, restarted both apache
and php-fpm several times, refreshed the ie browser window, deleted
temporary internet files, still getting the error.

I've even gone in to defaults.inc.php (yes I know that's not standard
practice) and changed x_frame_options from it's default of sameorigin
to false, again restarted both apache and php-fpm as well as another
ie refresh, still getting the error.

I have not checked on another computer i'm not near one at the moment.

Any ideas very welcome.
Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] roundcube plugin differences, which is preferred?

2019-06-26 Thread A.L.E.C
On 6/26/19 3:49 AM, David Mehler wrote:
> Hello,
> 
> I'm running roundcube. I'm wondering about two plugins managesieve and
> sieverules? Which is preferred/the differences between the two? Do I
> need both of them?

>From sieverules git repository:

THIS PLUGIN IS NO LONGER MAINTAINED

Originally created to provide functionality not available in the Managesieve 
plugin
shipped with Roundcube, Managesieve now provides more and so this plugin is 
defunct.


-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] roundcube plugin differences, which is preferred?

2019-06-25 Thread David Mehler
Hello,

I'm running roundcube. I'm wondering about two plugins managesieve and
sieverules? Which is preferred/the differences between the two? Do I
need both of them?

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube 1.3 incompatible plugins?

2019-06-24 Thread David Mehler
Which ones?

On 6/24/19, Egoitz Aurrekoetxea  wrote:
> Sure!
>
>
>
> Egoitz Aurrekoetxea
> Dpto. de sistemas
> 944 209 470
> Parque Tecnológico. Edificio 103
> 48170 Zamudio (Bizkaia)
> ego...@sarenet.es 
> www.sarenet.es 
> Antes de imprimir este correo electrónico piense si es necesario hacerlo.
>
>> El 21 jun 2019, a las 21:25, David Mehler 
>> escribió:
>>
>> Hello,
>>
>> Quick question, are there plugins that are not compatible with roundcube
>> 1.3?
>>
>> Thanks.
>> Dave.
>> ___
>> Roundcube Users mailing list
>> users@lists.roundcube.net
>> http://lists.roundcube.net/mailman/listinfo/users
>
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] roundcube calendar

2019-06-24 Thread David Mehler
Cal sharing for me is a necessity, any procedures on this would be
very much appreciated.

On 6/24/19, Remo Mattei  wrote:
> I would love to see if that works since I have a client that wants cal
> sharing with his team.
>
>> Il giorno 24 giu 2019, alle ore 06:17, Mike Burger
>>  ha scritto:
>>
>>> On 2019-06-24 02:25, Egoitz Aurrekoetxea wrote:
>>> Hi David,
>>> Let me provide you a patch and some version locations from where you
>>> should start… I’m busy at work now but I’ll try my bests for
>>> providing you a version today or tomorrow all these… We planned to
>>> upload to GitHub but… I’m overloaded…
>>> Let’s talk today at last time of the afternoon,
>>> Cheers,
>>> EGOITZ AURREKOETXEA
>>> Dpto. de sistemas
>>> 944 209 470
>>> Parque Tecnológico. Edificio 103
>>> 48170 Zamudio (Bizkaia)
>>> ego...@sarenet.es
>>> www.sarenet.es [2]
>>> Antes de imprimir este correo electrónico piense si es necesario
>>> hacerlo.
 El 21 jun 2019, a las 21:24, David Mehler 
 escribió:
 Hello,
 Thanks, CalDAV is another thing i'd like to do as I'd like to sync
 calendars well maybe share would be a better word.
 How do I get this going?
 Thanks.
 Dave.
 On 6/21/19, Egoitz Aurrekoetxea  wrote:
 Hi David,
 Is doable. We adapted and old version of calendar/caldav (even with
 scheduling) plugin from Kolab to work with new versions of
 Roundcube. I have
 pending the upload the relevant part of the code to GitHub.
 Cheers!
 Egoitz Aurrekoetxea
 Dpto. de sistemas
 944 209 470
 Parque Tecnológico. Edificio 103
 48170 Zamudio (Bizkaia)
 ego...@sarenet.es 
 www.sarenet.es [1] 
 Antes de imprimir este correo electrónico piense si es necesario
 hacerlo.
 El 21 jun 2019, a las 19:18, David Mehler 
 escribió:
 Hello,
 Running a roundcube 1.3 setup, and wanting to get a calendar going.
 Is
 this doable?
 Thanks.
 Dave.
>>
>> Egoitz,
>>
>> Is this the kolab/calendar and kolab/libcalendaring pair of plugins?
>>
>> If so, is there a chance that the sabre/vobject version requirement will
>> be bumped up to higher than 3.3.3?
>>
>> I tried to install this, but I have plugins that use sabre/vojbect 3.5.3,
>> and the lower version requirement results in this failing to load.
>>
>> --
>> Mike Burger
>> http://www.bubbanfriends.org
>>
>> "It's always suicide-mission this, save-the-planet that. No one ever just
>> stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1
>> ___
>> Roundcube Users mailing list
>> users@lists.roundcube.net
>> http://lists.roundcube.net/mailman/listinfo/users
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] roundcube calendar

2019-06-24 Thread Remo Mattei
I would love to see if that works since I have a client that wants cal sharing 
with his team. 

> Il giorno 24 giu 2019, alle ore 06:17, Mike Burger 
>  ha scritto:
> 
>> On 2019-06-24 02:25, Egoitz Aurrekoetxea wrote:
>> Hi David,
>> Let me provide you a patch and some version locations from where you
>> should start… I’m busy at work now but I’ll try my bests for
>> providing you a version today or tomorrow all these… We planned to
>> upload to GitHub but… I’m overloaded…
>> Let’s talk today at last time of the afternoon,
>> Cheers,
>> EGOITZ AURREKOETXEA
>> Dpto. de sistemas
>> 944 209 470
>> Parque Tecnológico. Edificio 103
>> 48170 Zamudio (Bizkaia)
>> ego...@sarenet.es
>> www.sarenet.es [2]
>> Antes de imprimir este correo electrónico piense si es necesario
>> hacerlo.
>>> El 21 jun 2019, a las 21:24, David Mehler 
>>> escribió:
>>> Hello,
>>> Thanks, CalDAV is another thing i'd like to do as I'd like to sync
>>> calendars well maybe share would be a better word.
>>> How do I get this going?
>>> Thanks.
>>> Dave.
>>> On 6/21/19, Egoitz Aurrekoetxea  wrote:
>>> Hi David,
>>> Is doable. We adapted and old version of calendar/caldav (even with
>>> scheduling) plugin from Kolab to work with new versions of
>>> Roundcube. I have
>>> pending the upload the relevant part of the code to GitHub.
>>> Cheers!
>>> Egoitz Aurrekoetxea
>>> Dpto. de sistemas
>>> 944 209 470
>>> Parque Tecnológico. Edificio 103
>>> 48170 Zamudio (Bizkaia)
>>> ego...@sarenet.es 
>>> www.sarenet.es [1] 
>>> Antes de imprimir este correo electrónico piense si es necesario
>>> hacerlo.
>>> El 21 jun 2019, a las 19:18, David Mehler 
>>> escribió:
>>> Hello,
>>> Running a roundcube 1.3 setup, and wanting to get a calendar going.
>>> Is
>>> this doable?
>>> Thanks.
>>> Dave.
> 
> Egoitz,
> 
> Is this the kolab/calendar and kolab/libcalendaring pair of plugins?
> 
> If so, is there a chance that the sabre/vobject version requirement will be 
> bumped up to higher than 3.3.3?
> 
> I tried to install this, but I have plugins that use sabre/vojbect 3.5.3, and 
> the lower version requirement results in this failing to load.
> 
> -- 
> Mike Burger
> http://www.bubbanfriends.org
> 
> "It's always suicide-mission this, save-the-planet that. No one ever just 
> stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] roundcube calendar

2019-06-24 Thread Mike Burger

On 2019-06-24 02:25, Egoitz Aurrekoetxea wrote:

Hi David,

Let me provide you a patch and some version locations from where you
should start… I’m busy at work now but I’ll try my bests for
providing you a version today or tomorrow all these… We planned to
upload to GitHub but… I’m overloaded…

Let’s talk today at last time of the afternoon,

Cheers,

EGOITZ AURREKOETXEA
Dpto. de sistemas
944 209 470
Parque Tecnológico. Edificio 103
48170 Zamudio (Bizkaia)
ego...@sarenet.es
www.sarenet.es [2]
Antes de imprimir este correo electrónico piense si es necesario
hacerlo.


El 21 jun 2019, a las 21:24, David Mehler 
escribió:
Hello,

Thanks, CalDAV is another thing i'd like to do as I'd like to sync
calendars well maybe share would be a better word.

How do I get this going?

Thanks.
Dave.

On 6/21/19, Egoitz Aurrekoetxea  wrote:
Hi David,

Is doable. We adapted and old version of calendar/caldav (even with
scheduling) plugin from Kolab to work with new versions of
Roundcube. I have
pending the upload the relevant part of the code to GitHub.

Cheers!

Egoitz Aurrekoetxea
Dpto. de sistemas
944 209 470
Parque Tecnológico. Edificio 103
48170 Zamudio (Bizkaia)
ego...@sarenet.es 
www.sarenet.es [1] 
Antes de imprimir este correo electrónico piense si es necesario
hacerlo.

El 21 jun 2019, a las 19:18, David Mehler 
escribió:

Hello,

Running a roundcube 1.3 setup, and wanting to get a calendar going.
Is
this doable?

Thanks.
Dave.


Egoitz,

Is this the kolab/calendar and kolab/libcalendaring pair of plugins?

If so, is there a chance that the sabre/vobject version requirement will 
be bumped up to higher than 3.3.3?


I tried to install this, but I have plugins that use sabre/vojbect 
3.5.3, and the lower version requirement results in this failing to 
load.


--
Mike Burger
http://www.bubbanfriends.org

"It's always suicide-mission this, save-the-planet that. No one ever 
just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube 1.3 incompatible plugins?

2019-06-24 Thread Egoitz Aurrekoetxea
Sure!



Egoitz Aurrekoetxea
Dpto. de sistemas
944 209 470
Parque Tecnológico. Edificio 103
48170 Zamudio (Bizkaia)
ego...@sarenet.es 
www.sarenet.es 
Antes de imprimir este correo electrónico piense si es necesario hacerlo.

> El 21 jun 2019, a las 21:25, David Mehler  escribió:
> 
> Hello,
> 
> Quick question, are there plugins that are not compatible with roundcube 1.3?
> 
> Thanks.
> Dave.
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] roundcube calendar

2019-06-24 Thread Egoitz Aurrekoetxea
Hi David,

Let me provide you a patch and some version locations from where you should 
start… I’m busy at work now but I’ll try my bests for providing you a version 
today or tomorrow all these… We planned to upload to GitHub but… I’m overloaded…

Let’s talk today at last time of the afternoon,

Cheers,



Egoitz Aurrekoetxea
Dpto. de sistemas
944 209 470
Parque Tecnológico. Edificio 103
48170 Zamudio (Bizkaia)
ego...@sarenet.es 
www.sarenet.es 
Antes de imprimir este correo electrónico piense si es necesario hacerlo.

> El 21 jun 2019, a las 21:24, David Mehler  escribió:
> 
> Hello,
> 
> Thanks, CalDAV is another thing i'd like to do as I'd like to sync
> calendars well maybe share would be a better word.
> 
> How do I get this going?
> 
> Thanks.
> Dave.
> 
> 
> On 6/21/19, Egoitz Aurrekoetxea  > wrote:
>> Hi David,
>> 
>> Is doable. We adapted and old version of calendar/caldav (even with
>> scheduling) plugin from Kolab to work with new versions of Roundcube. I have
>> pending the upload the relevant part of the code to GitHub.
>> 
>> Cheers!
>> 
>> 
>> 
>> Egoitz Aurrekoetxea
>> Dpto. de sistemas
>> 944 209 470
>> Parque Tecnológico. Edificio 103
>> 48170 Zamudio (Bizkaia)
>> ego...@sarenet.es  
>> www.sarenet.es  > >
>> Antes de imprimir este correo electrónico piense si es necesario hacerlo.
>> 
>>> El 21 jun 2019, a las 19:18, David Mehler 
>>> escribió:
>>> 
>>> Hello,
>>> 
>>> Running a roundcube 1.3 setup, and wanting to get a calendar going. Is
>>> this doable?
>>> 
>>> Thanks.
>>> Dave.
>>> ___
>>> Roundcube Users mailing list
>>> users@lists.roundcube.net
>>> http://lists.roundcube.net/mailman/listinfo/users
>> 
>> 
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube 1.3 incompatible plugins?

2019-06-21 Thread David Mehler
Hello,

Quick question, are there plugins that are not compatible with roundcube 1.3?

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] roundcube calendar

2019-06-21 Thread David Mehler
Hello,

Thanks, CalDAV is another thing i'd like to do as I'd like to sync
calendars well maybe share would be a better word.

How do I get this going?

Thanks.
Dave.


On 6/21/19, Egoitz Aurrekoetxea  wrote:
> Hi David,
>
> Is doable. We adapted and old version of calendar/caldav (even with
> scheduling) plugin from Kolab to work with new versions of Roundcube. I have
> pending the upload the relevant part of the code to GitHub.
>
> Cheers!
>
>
>
> Egoitz Aurrekoetxea
> Dpto. de sistemas
> 944 209 470
> Parque Tecnológico. Edificio 103
> 48170 Zamudio (Bizkaia)
> ego...@sarenet.es 
> www.sarenet.es 
> Antes de imprimir este correo electrónico piense si es necesario hacerlo.
>
>> El 21 jun 2019, a las 19:18, David Mehler 
>> escribió:
>>
>> Hello,
>>
>> Running a roundcube 1.3 setup, and wanting to get a calendar going. Is
>> this doable?
>>
>> Thanks.
>> Dave.
>> ___
>> Roundcube Users mailing list
>> users@lists.roundcube.net
>> http://lists.roundcube.net/mailman/listinfo/users
>
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] roundcube calendar

2019-06-21 Thread Egoitz Aurrekoetxea
Hi David,

Is doable. We adapted and old version of calendar/caldav (even with scheduling) 
plugin from Kolab to work with new versions of Roundcube. I have pending the 
upload the relevant part of the code to GitHub.

Cheers!



Egoitz Aurrekoetxea
Dpto. de sistemas
944 209 470
Parque Tecnológico. Edificio 103
48170 Zamudio (Bizkaia)
ego...@sarenet.es 
www.sarenet.es 
Antes de imprimir este correo electrónico piense si es necesario hacerlo.

> El 21 jun 2019, a las 19:18, David Mehler  escribió:
> 
> Hello,
> 
> Running a roundcube 1.3 setup, and wanting to get a calendar going. Is
> this doable?
> 
> Thanks.
> Dave.
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] roundcube calendar

2019-06-21 Thread David Mehler
Hello,

Running a roundcube 1.3 setup, and wanting to get a calendar going. Is
this doable?

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube with webserver hiawatha

2019-04-11 Thread Andreas Meyer
Hello!

I don't know what went wrong but roundcube does not show the content
of the mailfolders and most of the menuentries anymore.

Checked all the settings of apache and tried older versions of roundube.
Can't find out what causes the problems. Did a fresh install with a new
database, no luck.

So I am thinking about trying it with another webserver, for example
hiwatha.

My question is will roundcube run with hiawatha?

Kind regards

  Andreas
-- 
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1


pgpD_LbI4e6Z2.pgp
Description: Digitale Signatur von OpenPGP
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] [Roundcube Announce] [netangels #8645156] Roundcube Webmail 1.3.9 released

2019-04-01 Thread Ralph Seichter
* Marcel Herrguth:

> Please disable auto replies for mailing lists. 

Indeed, but when criticising people for their boo-boo on a mailing list,
please DO NOT fully quote them on that mailing list. ;-)

Also, the Roundcube announcements list should definitely be moderated.

-Ralph
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.3.9 released

2019-04-01 Thread A.L.E.C
On 31.03.2019 19:05, Ralph Seichter wrote:
> My thanks for your work. Just a small blemish: Tag 1.3.9 ist marked as
> "unverified" on GitHub, so I am guessing somebody forgot to sign the
> tag.

That was my first time doing a release. I signed the tag with the devs@
key instead my personal key. And now I can't make it verified, I don't
have access to the mailbox. I probably should not re-add the tag now, so
we'll have to leave with that.

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.3.9 released

2019-03-31 Thread Ralph Seichter
* A. L. E. C.:

> We proudly announce the next service release to update the stable
> version 1.3.

My thanks for your work. Just a small blemish: Tag 1.3.9 ist marked as
"unverified" on GitHub, so I am guessing somebody forgot to sign the
tag.

-Ralph
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube Webmail 1.3.9 released

2019-03-31 Thread A.L.E.C
Dear subscribers

We proudly announce the next service release to update the stable version 1.3.

It contains fixes to several bugs backported from the master branch.

See the full changelog in the release notes on the Github download page [1].

This release is considered stable and we recommend to update all productive 
installations
of Roundcube with this version.

Best,
Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.3.9
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Webmail 1.4 RC1 released

2019-03-04 Thread Vincent Van Houtte

On 2019-02-28 21:35, Thomas Bruederli wrote:


Dear subscribers

We just published a first release candidate for the next major version 1.4 
which has now been in development for quite a while. Although the new 
responsive Elastic skin is now functional and feature complete, it still lacks 
the final brush-up to make it shine. We have now finally found a volunteer to 
work on this and once completed, a second release candidate will follow.

For now you're all invited to give the new 1.4 version another test run. Besides the responsive theme it comes with lots of new features and improvements since the beta release. Check the Changelog [1] for a complete list of changes. 

[...] 


[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4-rc1


Thank you for this! 


I'm using 1.4b for a while now (and did not encounter anything I
considered a bug) - is there a specific upgrade path I should follow, or
should it be sufficient to just overwrite the $INSTALL location with the
new files? 

Kr, 


Vincent

--
Vincent Van Houtte___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.4 RC1 released

2019-02-28 Thread Thomas Bruederli
Dear subscribers

We just published a first release candidate for the next major version 1.4
which has now been in development for quite a while. Although the new
responsive Elastic skin is now functional and feature complete, it still
lacks the final brush-up to make it shine. We have now finally found a
volunteer to work on this and once completed, a second release candidate
will follow.

For now you’re all invited to give the new 1.4 version another test run.
Besides the responsive theme it comes with lots of new features and
improvements since the beta release. Check the Changelog [1] for a complete
list of changes.

Please also try customizing the Elastic skin using the _styles.less and
_variables.less files and let us know what’s missing.
You’ll find guidance in the README.md file inside the skin folder.

Because we don’t yet consider the Elastic theme fully complete, it’s not
set to be the default theme. Adjust your config in order to enable it with

  $config['skin'] = 'elastic';

This is a beta release and we recommend to test it on a separate
environment.
And don’t forget to backup your data before installing it.

Download it from https://roundcube.net.

Cheers,
Thomas & Alec

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4-rc1
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] RoundCube help with features

2019-02-13 Thread John Hotz
Is there a consultant out there that I could talk to. I have a project that 
might be able to utilize Roundcube, but I need to know about it features and 
what it can and cannot do. Is there anyone I could speak with?
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube IMAP issue

2019-01-22 Thread Чернов Роман
Hello,

I have an issue with Roundcube IMAP connection. Suddenly it stopped
working: $config['imap_debug'] = true; it doesn even logging and
connectingto IMAP to see error logs.

Dovecot is up, 143, 993 ports are running. I can connect to it and
recieve mails from remote mail clients.

-- 
Best Regards,
*Chernov Roman*
E-mail: chernov.roman1...@gmail.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] Roundcube Webmail 1.3.8 released

2018-10-27 Thread Meaulnes Legler @ roundcube

On 26.10.18 20:29, Thomas Bruederli wrote:

Dear subscribers
We proudly announce the next service release to update the stable version 1.3.


great!

I'm using the Melanie2-Larry-Mobile skin on version 1.3.7 that works fine on 
both views, desktop and mobile. Will this version 1.3.8. do it, too?

I see that the new 1.4 beta version 
 will have 
native responsive skin with mobile support. Is it more worth waiting for this version?

Thank you and best regards

_~_
'¿')
`-´  Meaulnes Legler

 Zurich, Switzerland

+41¦0 44 260 16 60






It contains fixes to several bugs backported from the master branch including a 
security fix for a reported XSS vulnerability plus updates to ensure 
compatibility with PHP 7.3 and recent versions of Courier-IMAP, Dovecot and 
MySQL 8.

See the full changelog in the release notes on the Github download page [1].

This release is considered stable and we recommend to update all productive 
installations of Roundcube with this version. Download it from
https://roundcube.net.

Best,
Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.3.8


___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.3.8 released

2018-10-26 Thread Thomas Bruederli
Dear subscribers

We proudly announce the next service release to update the stable version
1.3.

It contains fixes to several bugs backported from the master branch
including a security fix for a reported XSS vulnerability plus updates to
ensure compatibility with PHP 7.3 and recent versions of Courier-IMAP,
Dovecot and MySQL 8.

See the full changelog in the release notes on the Github download page [1].

This release is considered stable and we recommend to update all productive
installations of Roundcube with this version. Download it from
https://roundcube.net.

Best,
Alec & Thomas

[1] https://github.com/roundcube/roundcubemail/releases/tag/1.3.8
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] roundcube

2018-09-26 Thread mick crane

Did I say that I really like roundcube ?
thanks ever so much

mick

--
Key ID4BFEBB31
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube 1.3.6 and set first time user email to domain, not imap host

2018-08-30 Thread Vincent Van Houtte
Hi,

This is a documented option.

$config['mail_domain'] = '%d';

Kr,
Vincent

Sent from my smartphone

 Josef Karliak schreef 

>   Good evening,
>   it is able to set somehow RC to us as a domain for new user only 
>domain ?
>   we use imap host (mail_host) "email.domain.cz".
>   user put username for example "johny" as an username, put password
>   in his profile setting in the roundcube he get email setting 
>"jo...@email.domain.cz".
>   How do I set "creating" of the email addres for a new users. We must 
>preserve imap host "email.domain.cz", but the user must have set up 
>@domain.cz
>   Thanks and best regards
>   J.Karliak
>
>
>-- 
>Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
>DomainKeys/DKIM (s ADSP) a implementaci DMARC. Pokud mate problemy s
>dorucenim emailu, zacnete pouzivat metody overeni puvody emailu
>zminene vyse. Dekuji.
>My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
>policy and implementation of the DMARC. If you've problem with sending
>emails to me, start using email origin methods mentioned above. Thank
>you.
>___
>Roundcube Users mailing list
>users@lists.roundcube.net
>http://lists.roundcube.net/mailman/listinfo/users___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube 1.3.6 and set first time user email to domain, not imap host

2018-08-30 Thread Josef Karliak

  Good evening,
  it is able to set somehow RC to us as a domain for new user only 
domain ?

  we use imap host (mail_host) "email.domain.cz".
  user put username for example "johny" as an username, put password
  in his profile setting in the roundcube he get email setting 
"jo...@email.domain.cz".
  How do I set "creating" of the email addres for a new users. We must 
preserve imap host "email.domain.cz", but the user must have set up 
@domain.cz

  Thanks and best regards
  J.Karliak


--
Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
DomainKeys/DKIM (s ADSP) a implementaci DMARC. Pokud mate problemy s
dorucenim emailu, zacnete pouzivat metody overeni puvody emailu
zminene vyse. Dekuji.
My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
policy and implementation of the DMARC. If you've problem with sending
emails to me, start using email origin methods mentioned above. Thank
you.

0x497D46BD.asc
Description: application/pgp-keys
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube Webmail 1.4 beta released

2018-08-25 Thread Thomas Bruederli
Dear subscribers

We proudly announce the beta release of the next major version 1.4 of
Roundcube webmail.
With this milestone we introduce some new features:

* New responsive skin with mobile support
* Email Resent (Bounce) feature
* Improved Mailvelope integration
* Support for Redis cache
* Support for SMTPUTF8

See the full changelog in the release notes on the Github download page [1].

Thanks to the tremendous effort Alec has put into the new skin, we finally
managed solve the most urgent issue and make Roundcube accessible to the
growing number of mobile and tablet devices. We'd also like to thank Kolab
Systems for sponsoring some of Alec's working hours to the project.

Because the new responsive skin is not yet fully completed, it’s not
enabled by default. In order to make it the default for your users, change
your config.inc.php accordingly:

  $config['skin'] = 'elastic';

As an alternative, the plugin elastic4mobile [2] makes it the default for
mobile devices while keeping the configured default for desktop browsers.

The Elastic skin is built with LESS and of course the sources are included.
They allow a certain degree of customization by adjusting some color
variables [3]. All you need is to compile your very own customized skin
with lessc.

This is a beta release and we recommend to test it on a separate
environment. And don’t forget to backup your data before installing it.
Download it from https://roundcube.net/download/#beta

Please report bugs to our Github issue tracker [4] and check for duplicates
before hitting the submit button.

== New Logo and Website Design ==

As you may have noticed, the appearance of the Roundcube website has
changed a while ago and it's also responsive now ;-)
Many thanks to Phil Weir for re-coding the entire website and submitting a
proper pull request!

The new Elastic skin also brings a reshaped logo which has now been added
to our website.
The new logo was kindly designed and contributed by DRU Design [5]. Kudos!

Kind regards,
Thomas



[1] https://github.com/roundcube/roundcubemail/releases/tag/1.4-beta
[2] https://plugins.roundcube.net/packages/roundcube/elastic4mobile
[3]
https://github.com/roundcube/roundcubemail/blob/master/skins/elastic/styles/colors.less
[4] https://github.com/roundcube/roundcubemail/issues
[5] https://github.com/drudesign
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

[RCU] Roundcube login with username OR usern...@domain.com and merge them

2018-04-23 Thread Daniel Santos

Hello List,


I have a single domain mail server where I would like the users to be 
able to login with:


u...@domain.com
or
user

I have successfully accomplished this by setting the 
virtual_mailbox_domains in postfix + $config['default_host'] in 
roundcube.


However, depending on what username does the user uses 2 separate 
entries gets created for him in the DB with 2 settings.


This is problematic because I would like to add automatic address 
collection, vacation and other things which then will be binded to 2 
separate

accounts, depending on which format does the user uses to login.

*** 1. row ***
 user_id: 1
username: test
   mail_host: domain.com
 created: 2018-04-23 13:46:46
  last_login: 2018-04-23 14:24:28
failed_login: NULL
failed_login_counter: NULL
language: en_US
 preferences: 
a:2:{s:11:"search_mods";a:4:{s:1:"*";a:2:{s:7:"subject";i:1;s:4:"from";i:1;}s:4:"Sent";a:2:{s:7:"subject";i:1;s:2:"to";i:1;}s:6:"Drafts";a:2:{s:7:"subject";i:1;s:2:"to";i:1;}s:5:"INBOX";a:1:{s:4:"text";i:1;}}s:11:"client_hash";s:16:"P8AYcIa0hrn5LiPp";}

*** 2. row ***
 user_id: 2
username: t...@domain.com
   mail_host: domain.com
 created: 2018-04-23 14:24:00
  last_login: 2018-04-23 14:24:00
failed_login: NULL
failed_login_counter: NULL
language: en_US
 preferences: 
a:2:{s:11:"search_mods";a:3:{s:1:"*";a:2:{s:7:"subject";i:1;s:4:"from";i:1;}s:4:"Sent";a:2:{s:7:"subject";i:1;s:2:"to";i:1;}s:6:"Drafts";a:2:{s:7:"subject";i:1;s:2:"to";i:1;}}s:11:"client_hash";s:16:"aL4mNejbFMtvV1DE";}

2 rows in set (0.00 sec)

Is there any possibility to merge these in the database automatically?
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] Roundcube 1.3.6 and carddav plugin

2018-04-14 Thread David Mehler
Hello,

I'm trying to run carddav on my roundcube 1.3.6, recently updated.
Whenever I enable the carddav plugin I see two separate errors in my
errors log file, the first 5 lines refer to carddav, the sixth line
refers to an issue maybe related maybe not about a Php security check
failed.

Any insights on either of these issues appreciated.

[14-Apr-2018 11:28:44 America/New_York] PHP Warning:
dns_get_record(): DNS Query failed in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
207
[14-Apr-2018 11:28:44 America/New_York] PHP Warning:  usort() expects
parameter 1 to be array, boolean given in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
220
[14-Apr-2018 11:28:44 America/New_York] PHP Warning:  Invalid argument
supplied for foreach() in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
224
[14-Apr-2018 11:28:44 America/New_York] PHP Warning:
dns_get_record(): DNS Query failed in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
252
[14-Apr-2018 11:28:44 America/New_York] PHP Warning:  Invalid argument
supplied for foreach() in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
253
[14-Apr-2018 11:30:24 -0400]: PHP Error: Request security check failed
(POST /?_task=settings&_action=refresh)

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] roundcube recipient_to_contact plugin php error

2018-04-14 Thread A.L.E.C
On 04/13/2018 04:07 PM, David Mehler wrote:
> Hello,
> 
> I've enabled the recipient_to_contact plugin in Roundcube. I can log
> in, but whenever I go to the settings tab I get a blank screen and see
> this in my logs/ssl-errors file:
> 
> [Fri Apr 13 10:01:46.359205 2018] [proxy_fcgi:error] [pid 81781:tid
> 34389192448] [client xxx.xxx.xxx.xxx:52490] AH01071: Got error 'PHP
> message: PHP Fatal error:  Call to undefined function Q() in
> /usr/local/www/roundcube/plugins/recipient_to_contact/recipient_to_contact.php
> on line 323\n', referer:
> https://webmail2.domain.com/?_task=mail&_mbox=INBOX

Looks like the code is not compatible with recent Roundcube versions. For Q() 
you can just
replace it with rcube::Q(), but there may be other issues. Here are some hints
https://github.com/roundcube/roundcubemail/blob/release-1.2/program/include/bc.php

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


[RCU] roundcube recipient_to_contact plugin php error

2018-04-13 Thread David Mehler
Hello,

I've enabled the recipient_to_contact plugin in Roundcube. I can log
in, but whenever I go to the settings tab I get a blank screen and see
this in my logs/ssl-errors file:

[Fri Apr 13 10:01:46.359205 2018] [proxy_fcgi:error] [pid 81781:tid
34389192448] [client xxx.xxx.xxx.xxx:52490] AH01071: Got error 'PHP
message: PHP Fatal error:  Call to undefined function Q() in
/usr/local/www/roundcube/plugins/recipient_to_contact/recipient_to_contact.php
on line 323\n', referer:
https://webmail2.domain.com/?_task=mail&_mbox=INBOX

Suggestions welcome.

Thanks.
Dave.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-10 Thread David Mehler
Hello,

Thanks a lot for the quick turnaround. Any ideas on a timeline for
1.36? Is there any way I can get this fix backported in to my existing
setup?

Thanks again for your attention to this.

Thanks.
Dave.


On 4/10/18, A.L.E.C  wrote:
> On 04/10/2018 10:31 AM, David Mehler wrote:
>> Hi,
>>
>> Thanks. Can this change be conditional only coming in to play with IE
>> browsers? If so, can I assist with this?
>
> Fixed and tested. Will be part of 1.3.6 release.
>
> https://github.com/roundcube/roundcubemail/commit/8373b3b3f0b
>
> --
> Aleksander 'A.L.E.C' Machniak
> Kolab Groupware Developer [http://kolab.org]
> Roundcube Webmail Developer   [http://roundcube.net]
> 
> PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-10 Thread A.L.E.C
On 04/10/2018 10:31 AM, David Mehler wrote:
> Hi,
> 
> Thanks. Can this change be conditional only coming in to play with IE
> browsers? If so, can I assist with this?

Fixed and tested. Will be part of 1.3.6 release.

https://github.com/roundcube/roundcubemail/commit/8373b3b3f0b

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-10 Thread David Mehler
Hi,

Thanks. Can this change be conditional only coming in to play with IE
browsers? If so, can I assist with this?

Thanks.
Dave.


On 4/10/18, A.L.E.C  wrote:
> On 10.04.2018 00:10, David Mehler wrote:
>> Hello,
>>
>> Whenever I go to settings then pgp keys and try to create a keypair
>> (using IE11) I get the message can not create keypair browser does not
>> support cryptography. Serverside I'm using gnupg 2.25.
>>
>> Using firefox keypair generated and was imported successfully.
>>
>> I'm wondering if there's an ie11 fix as some of my clients will
>> undoubtedly use it.
>
> We check for window.crypto support here
> https://github.com/roundcube/roundcubemail/blob/master/plugins/enigma/enigma.js#L154
>
> IE11 supports this functionality via window.msCrypto. So, maybe the
> solution would be to just change the check. I'm not sure if there's
> anything more to do to make openpgpjs library we use working in IE11.
>
> --
> Aleksander 'A.L.E.C' Machniak
> Kolab Groupware Developer [http://kolab.org]
> Roundcube Webmail Developer   [http://roundcube.net]
> 
> PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-10 Thread A.L.E.C
On 10.04.2018 00:10, David Mehler wrote:
> Hello,
> 
> Whenever I go to settings then pgp keys and try to create a keypair
> (using IE11) I get the message can not create keypair browser does not
> support cryptography. Serverside I'm using gnupg 2.25.
> 
> Using firefox keypair generated and was imported successfully.
> 
> I'm wondering if there's an ie11 fix as some of my clients will
> undoubtedly use it.

We check for window.crypto support here
https://github.com/roundcube/roundcubemail/blob/master/plugins/enigma/enigma.js#L154

IE11 supports this functionality via window.msCrypto. So, maybe the
solution would be to just change the check. I'm not sure if there's
anything more to do to make openpgpjs library we use working in IE11.

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread David Mehler
Hello,

Whenever I go to settings then pgp keys and try to create a keypair
(using IE11) I get the message can not create keypair browser does not
support cryptography. Serverside I'm using gnupg 2.25.

Using firefox keypair generated and was imported successfully.

I'm wondering if there's an ie11 fix as some of my clients will
undoubtedly use it.

Thanks.
Dave.


On 4/9/18, David Mehler  wrote:
> Hello,
>
> Whenever I enable carddav plugin it's looking like a dns error. Here's
> what I'm getting in the error log:
>
> [09-Apr-2018 12:22:06 America/New_York] PHP Warning:
> dns_get_record(): DNS Query failed in
> /usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
> 207
> [09-Apr-2018 12:22:06 America/New_York] PHP Warning:  usort() expects
> parameter 1 to be array, boolean given in
> /usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
> 220
> [09-Apr-2018 12:22:06 America/New_York] PHP Warning:  Invalid argument
> supplied for foreach() in
> /usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
> 224
> [09-Apr-2018 12:22:06 America/New_York] PHP Warning:
> dns_get_record(): DNS Query failed in
> /usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
> 252
> [09-Apr-2018 12:22:06 America/New_York] PHP Warning:  Invalid argument
> supplied for foreach() in
> /usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
> 253
>
>
> Any suggestions welcome. I am running my own local resolving dns.
>
> Thanks.
> Dave.
>
>
> On 4/9/18, A.L.E.C  wrote:
>> On 09.04.2018 02:40, David Mehler wrote:
>>> Hello,
>>>
>>> I'm wanting to get the carddav and enigma plugins going.
>>>
>>> When I turn on carddav then attempt a log in I get a blank screen.
>>
>> There's usually an error in some log in such cases.
>>
>>> Whenever I turn on enigma I am wanting to make keys, this does not
>>> appear possible.
>>
>> What do you mean? Do you get some error message? What's in log? Or
>> controls are disabled? Or what?
>>
>> --
>> Aleksander 'A.L.E.C' Machniak
>> Kolab Groupware Developer [http://kolab.org]
>> Roundcube Webmail Developer   [http://roundcube.net]
>> 
>> PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
>> ___
>> Roundcube Users mailing list
>> users@lists.roundcube.net
>> http://lists.roundcube.net/mailman/listinfo/users
>>
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread David Mehler
Hello,

Whenever I enable carddav plugin it's looking like a dns error. Here's
what I'm getting in the error log:

[09-Apr-2018 12:22:06 America/New_York] PHP Warning:
dns_get_record(): DNS Query failed in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
207
[09-Apr-2018 12:22:06 America/New_York] PHP Warning:  usort() expects
parameter 1 to be array, boolean given in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
220
[09-Apr-2018 12:22:06 America/New_York] PHP Warning:  Invalid argument
supplied for foreach() in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
224
[09-Apr-2018 12:22:06 America/New_York] PHP Warning:
dns_get_record(): DNS Query failed in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
252
[09-Apr-2018 12:22:06 America/New_York] PHP Warning:  Invalid argument
supplied for foreach() in
/usr/local/www/roundcube/plugins/carddav/carddav_discovery.php on line
253


Any suggestions welcome. I am running my own local resolving dns.

Thanks.
Dave.


On 4/9/18, A.L.E.C  wrote:
> On 09.04.2018 02:40, David Mehler wrote:
>> Hello,
>>
>> I'm wanting to get the carddav and enigma plugins going.
>>
>> When I turn on carddav then attempt a log in I get a blank screen.
>
> There's usually an error in some log in such cases.
>
>> Whenever I turn on enigma I am wanting to make keys, this does not
>> appear possible.
>
> What do you mean? Do you get some error message? What's in log? Or
> controls are disabled? Or what?
>
> --
> Aleksander 'A.L.E.C' Machniak
> Kolab Groupware Developer [http://kolab.org]
> Roundcube Webmail Developer   [http://roundcube.net]
> 
> PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] roundcube custom tls verification options

2018-04-09 Thread David Mehler
Hello,

Thanks for everyone's replies. What is wrong with this code? I keep
getting a syntax error, it wants a ) not a ,

Thanks.
Dave.

 array(
'verify_peer' => true,
// certificate is not self-signed if cafile provided
'allow_self_signed' => false,
// Letsencrypt
'ssl_cert => '/path/to/letsencrypt/fullchain.pem'
'ssl_key'  => '/path/to/letsencrypt/privkey.pem',
'ciphers' => 'TLSv1.2:@STRENGTH',
'peer_name' => 'imap.domain.com',
)
);

// For STARTTLS SMTP
$config['smtp_conn_options'] = array(
 'ssl' => array(
 'verify_peer' => true,
// certificate is not self-signed if cafile provided
'allow_self_signed' => false,
// Letsencrypt
'ssl_cert => '/path/to/letsencrypt/fullchain.pem',
'ssl_key'  => '/path/to/letsencrypt/privkey.pem',
'ciphers' => 'TLSv1.2:@STRENGTH',
'peer_name' => 'smtp.domain.com',
 ),
);



On 4/9/18, Ralph Seichter  wrote:
> On 09.04.2018 02:37, David Mehler wrote:
>
>> what I'm wanting to do is tighten my tls verification options. My
>> domains each use a different letsencrypt certificate.
>
> Depending on your platform, you could do without any special Roundube
> configuration. With modern Linux distributions like Gentoo this works:
>
>   1. Download LE root CA cert from https://letsencrypt.org/certificates/
>   2. Save cert in /usr/local/share/ca-certificates (you might need to
>  create this directory) with '.crt' name suffix. (*)
>   3. Run 'update-ca-certificates --fresh' as root.
>   4. Restart your web server.
>
> With that, Let's Encrypt is configured as a locally trusted CA for
> libssl, and in the Roundube configuration only
>
>   $config['default_host'] = 'ssl://imap.horus-it.com';
>
> is then required, if you match the host name of your certificate. This
> method benefits any process on your server that uses libssl.
>
> -Ralph
>
> (*) See 'man 8 update-ca-certificates'.
> ___
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] roundcube custom tls verification options

2018-04-09 Thread Ralph Seichter
On 09.04.2018 02:37, David Mehler wrote:

> what I'm wanting to do is tighten my tls verification options. My
> domains each use a different letsencrypt certificate.

Depending on your platform, you could do without any special Roundube
configuration. With modern Linux distributions like Gentoo this works:

  1. Download LE root CA cert from https://letsencrypt.org/certificates/
  2. Save cert in /usr/local/share/ca-certificates (you might need to
 create this directory) with '.crt' name suffix. (*)
  3. Run 'update-ca-certificates --fresh' as root.
  4. Restart your web server.

With that, Let's Encrypt is configured as a locally trusted CA for
libssl, and in the Roundube configuration only

  $config['default_host'] = 'ssl://imap.horus-it.com';

is then required, if you match the host name of your certificate. This
method benefits any process on your server that uses libssl.

-Ralph

(*) See 'man 8 update-ca-certificates'.
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread A.L.E.C
On 09.04.2018 02:40, David Mehler wrote:
> Hello,
> 
> I'm wanting to get the carddav and enigma plugins going.
> 
> When I turn on carddav then attempt a log in I get a blank screen.

There's usually an error in some log in such cases.

> Whenever I turn on enigma I am wanting to make keys, this does not
> appear possible.

What do you mean? Do you get some error message? What's in log? Or
controls are disabled? Or what?

-- 
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer   [http://roundcube.net]

PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


  1   2   3   4   5   >