[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.

[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

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

[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

[RCU] rspamd, roundcube, and markasjunk configuration

2022-03-06 Thread David Mehler
Hello, I'm using rspamd, dovecot, sieve, and roundcube as webmail. I'm wanting to use the markasjunk plugin so that whenever I mark a message as junk it gets identified as spam. Does anyone have a working markasjunk config php file to interface roundcube with rspamd? The dovecot to rspamd

[RCU] plugin for marking spam?

2022-03-06 Thread David Mehler
Hello, I'm using postfix/dovecot/rspamd and roundcube. I've read that the markasjunk2 plugin has been abandoned. I was wondering what would replace it? I'd like to have the capability in the webmail to mark messages as spam which would train rspamd/dovecot. Thanks. Dave.

[RCU] host-specific tls configuration

2020-04-29 Thread David Mehler
Hello, Is it possible to do host-specific tls configuration? I've got this as a config snipet: #cat config.inc.php $config['default_host'] = 'tls://xxx.xxx.xxx.xxx'; $config['imap_conn_options'] = array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, ), );

Re: [RCU] tls configuration for separation of services

2020-04-21 Thread David Mehler
Hello, Thanks. So instead of an address give it an fqdn? Is there anything else I should do? Thanks. Dave. On 4/21/20, @lbutlr wrote: > On 20 Apr 2020, at 17:44, David Mehler wrote: >> I've got letsencrypt-supplied certificates, is this still the correct >> config

[RCU] tls configuration for separation of services

2020-04-20 Thread David Mehler
Hello, This is a snipet of my roundcube configuration file, originally made when all services were running on localhost. I've now separated the webserver from the mail server and want to have all tls connections between services. I've got letsencrypt-supplied certificates, is this still the

[RCU] referrer and cspv2 policies and roundcube

2020-04-12 Thread David Mehler
Hello, I've upgraded my csp policy to v2 setup. My server is now being contrary, ie11 is working just fine, letting me log in to roundcube and deal with email sending. Chrome and Firefox are both hanging at the login screen, with no errors. Whenever I comment out the loading of this file things

Re: [RCU] Content Security Policy for Roundcube

2019-10-09 Thread David Mehler
Hello, Here's some options I've set in my apache configuration and for my setup roundcube does show messages. Hth Dave. Header always set X-Frame-Options SAMEORIGIN # Prevent Cross Site Scripting (XSS) Header set X-XSS-Protection "1; mode=block" # Prevent Mime Types Security risks Header

Re: [RCU] CalDav in RoundCube

2019-10-02 Thread David Mehler
Hello, Can you describe your setup that was working including versions? Were you using any kind of shared calendars between users? I am very interested in this as all atempts thus far to get this working have not gone well. Thanks. Dave. On 10/2/19, Ing. Karol Krasňan wrote: > Hello, > please

[RCU] password change plugin sql query

2019-09-03 Thread David Mehler
Hello, This is probably a simple question, but it's one I can't find the answer to. What is the difference(s) if any between these two sql password change queries? $config['password_query'] = "update accounts set password=CONCAT('{SHA512-CRYPT}', ENCRYPT (%p, CONCAT('$6$', SUBSTRING(SHA(RAND()),

[RCU] error when enabling kolab calendar plugin, is there a fix?

2019-08-05 Thread David Mehler
Hello, Trying to get kolab calendar plugin going with roundcube 1.3.9 and getting the following error, in the browser it's an error 500 in the log here's what I have, is there a fix? Thanks. Dave. #cat errors [05-Aug-2019 17:45:54 America/New_York] PHP Fatal error: Uncaught Error: Call to

[RCU] removing a roundcube enigma key

2019-08-04 Thread David Mehler
Hello, I've got a new pgp key that I've imported with enigma. I'd now like to remove the old key, via enigma. I am not seeing how to do this. Can I get rid of the old key I know the ID via roundcube or if not can I do it via the CLI and then associate the new key ID with the profile? Thanks.

Re: [RCU] roundcube calendar

2019-08-01 Thread David Mehler
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 >

[RCU] publically verifying roundcube-provided gpg key?

2019-07-31 Thread David Mehler
Hello, I'm running roundcube and the enigma plugin. I've created a private/public key for my user. I'd like to get that key to a keyserver so that anyone receiving the message can verify it if they want to? Thanks. Dave. ___ Roundcube Users mailing

Re: [RCU] Content Security Policy for Roundcube

2019-07-26 Thread David Mehler
Hello, I am also interested in an answer to this question. For my setup I have: # Content-Security-Policy Header set Content-Security-Policy "default-src 'self';" I have no idea if this is right or complete. I'm also interested in the best settings for these headers: # Prevent ClickJacking #

[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.

[RCU] Configure Enigma plugin with ie11 shows no output in window

2019-07-21 Thread David Mehler
Hello, I got enigma plugin going. I atempted via ie11 on win10 x64 to configure the enigma plugin. I went to settings, > preferences, > and atempted to access encryption. It showed a blank output window. I went in to chrome latest I believe did the same thing and got options I could configure. Is

[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

[RCU] Changing password on first login?

2019-06-29 Thread David Mehler
Hello, I've got an email server setup all with virtual users. There only interaction with it will be via a webmail interface in this case roundcube. What I'm wanting to do is set up automatic password change on first login. The users already have the ability using the password plugin to change

[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

Re: [RCU] Roundcube 1.3 incompatible plugins?

2019-06-24 Thread David Mehler
renet.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?

Re: [RCU] roundcube calendar

2019-06-24 Thread David Mehler
co. 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ó:

[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
; 48170 Zamudio (Bizkaia) > ego...@sarenet.es <mailto:undefined> > 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 >> escribió: >> >> Hello

[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] Two Roundcube errors

2019-02-11 Thread David Mehler
Hello, I've got two roundcube issues. The first is that my inbox shows I have 19853 messages, but later roundcube says that the mailbox is empty. After seeing this I hit the logout button to close out of roundcube, my browser is the latest google chrome and I got the below message: REQUEST

[RCU] enabling internal service tls authentication

2018-07-16 Thread David Mehler
Hello, I've got a vps that I'm wanting to tighten down its webmail setup. Currently it's running php 5.6 and it does have the openssl extension loaded. It's got apache 2.4 and that hooks in to php via php-fpm. I'm running Postfix and Dovecot and Roundcube 1.3.6. What I'm wanting to do is

[RCU] markasjunk2 plugin using rspamd

2018-04-17 Thread David Mehler
Hello, Is it possible to hook the markasjunk2 plugin in with rspamd? I'd like to either mark a message as junk or not junk and have rspamd be retrained. Thanks. Dave. ___ Roundcube Users mailing list users@lists.roundcube.net

[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

[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]

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 <a...@alec.pl> wrote: > On 04/10/2018 10:31 AM, David Meh

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 <a...@alec.pl> wrote: > On 10.04.2018 00:10, David Mehler wrote: >> Hello, >> >> Whenever I go to settings then

Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread David Mehler
an ie11 fix as some of my clients will undoubtedly use it. Thanks. Dave. On 4/9/18, David Mehler <dave.meh...@gmail.com> 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:

Re: [RCU] Roundcube Carddav and Enigma plugins

2018-04-09 Thread David Mehler
() 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 <a...@alec.pl> wrote: > On 09.04.2018 02:40, David Mehler wrote: >> Hello, >> >> I'm

Re: [RCU] roundcube custom tls verification options

2018-04-09 Thread David Mehler
r <m16+roundc...@monksofcool.net> 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 s

[RCU] roundcube custom tls verification options

2018-04-08 Thread David Mehler
Hello, Is it possible to do custom connection information? This is how my config.inc.php file looks: $config['default_host'] = 'tls://localhost'; $config['imap_conn_options'] = array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, ), ); $config['smtp_server'] =

[RCU] problem with the carddav plugin

2018-04-04 Thread David Mehler
Hello, I'm running the latest roundcube stable. I am having an issue with the carddav plugin. When I load it and restart apache to resource the roundcube I am seeing this in the roundcube/logs/errors file: [04-Apr-2018 12:40:32 America/New_York] PHP Warning: dns_get_record(): DNS Query failed in

Re: [RCU] roundcube quota

2018-04-02 Thread David Mehler
te good : https://wiki2.dovecot.org/Quota > > --- > barul > > On 2018-04-02 05:25, David Mehler wrote: >> Hello, >> >> I've got a postfix virtual mail server setup going and using Roundcube >> as webmail. I've got MySQL database serving quota and both Dovecot and &g

[RCU] roundcube quota

2018-04-01 Thread David Mehler
Hello, I've got a postfix virtual mail server setup going and using Roundcube as webmail. I've got MySQL database serving quota and both Dovecot and Postfix are configured to utilize it. I'd like to get roundcube working with quota. I'd appreciate any suggestions. Thanks. Dave.

Re: [RCU] roundcube password plugin changing mysql password

2018-03-09 Thread David Mehler
Hello, I am still stuck with this password plugin not giving me any useful output. I've got debug and sql and imap debug all enabled. I've got the below sql schema for my virtual users table: mysql> describe virtual_users;

[RCU] roundcube password plugin changing mysql password

2018-03-07 Thread David Mehler
Hello, I'm a first time poster. I use Roundcube 1.3.4 on a FreeBSD system. I use postfix which gets it's authentication from dovecot imap server and goes to a MySQL database. I am now wanting to get roundcube's password plugin to be able to change a users password. In the password plugin