Recent Posts

Pages: [1] 2 3 ... 10
1
Pending Issues / Re: Folders issue
« Last post by tsar on April 15, 2024, 11:35:58 AM »
Up please
2
Release Discussion / CSRF protection after connexion to another service thru NGINX
« Last post by Tos26 on April 15, 2024, 09:10:53 AM »
Hello,

I'm looking for help on a strange behavior.

I use nginx as front-end server for several services, and directly as php server for Roundcube.
I set the HTTP basic authentication in nginx to protect all external access.

No problem for that until I install Home assistant on my server.

But now, when I'm logged on my server and connected to Home assistant, I got a CSRF protection error when I try to acces to Roundcube.

I described this issue here: https://github.com/roundcube/roundcubemail/issues/9390

I have no idea of what can I do, can someone help me ?
3
Forum Feedback / Re: Address in letter from address book?
« Last post by ahmad14 on April 15, 2024, 02:16:56 AM »
Certainly! It depends on your email client. Some offer auto-complete from your address book, but it varies. Check your client's settings or help documentation for specifics.
4
API Based Plugins / Re: Calendar plugin recommendation
« Last post by Moeppi on April 14, 2024, 05:56:08 AM »
Hi Andreas (andreashaerter),

Im also very interested in your workthrough on how to get Roundcube go working with the calendar plugin from kolab and CalDAV integration.

In my case I have tried the calendar plugin of Roundcube+, but thats not the same. With their calendar plugin they convert Roundcube itself into a CalDAV server (where external calendar clients can connect to (read/write)). I only want to connect Roundcube to an external CalDAV server / calendar, at the side of my mail provider.

So, Im also waiting and will be happy about your recommendations or better a little HowTo, on how to get things working :D .

Thanks in advance, Moeppi
5
Roundcube Discussion / 163 & 126 Mail Error,is support IMAP4 ID extension ?
« Last post by CaiLong on April 12, 2024, 10:31:58 PM »
OS:Gentoo Linux
Version:roundcube 1.6.6 compiled with change-password enigma exif fileinfo ldap postgres ssl vhosts zip

when i click "Receiving Mail" it reminds me " Server Error:SELECT Unsafe Login. Please contact kefu@188.com for help"
i found help doc in http://help.mail.163.com/faqDetail.do?code=d7a5dc8471cd0c0e8b4b8f4f8e49998b374173cfe9171305fa1ce630d7f67ac2eda07326646e6eb0,it mentions that should take IMAP ID information when connecting to the server.
how can i do it?
Thank you
6
Pending Issues / Re: password plugin with postfixadmin and dovecot
« Last post by alec on April 12, 2024, 05:12:04 AM »
password_algorithm="blowfish-crypt".
7
Pending Issues / Re: password plugin with postfixadmin and dovecot
« Last post by mwlucas on April 11, 2024, 07:50:40 PM »
Okay, I'm pondering this more deeply.

Like most Unixes, my www user has a shell of "/sbin/nologin". How do folks have their web server run a command when it has no shell?

Surely the doveadm hashing algorithm is not unique. Is there a way to compute that same hash in pure PHP?
8
Pending Issues / Re: password plugin with postfixadmin and dovecot
« Last post by mwlucas on April 11, 2024, 07:12:48 PM »
Yep, you nailed it. Sorry, it's been a long day.

# su www -c "usr/local/bin/doveadm -s blf-crypt"     
This account is currently not available.

Now to figure out how to allow this account to run one specific command on FreeBSD.

Thank you for the clue.
9
Pending Issues / Re: password plugin with postfixadmin and dovecot
« Last post by SKaero on April 11, 2024, 06:51:34 PM »
When you run the command manually what is the output?

Have you verified that the user the Roundcube process is running as can run the command?
10
Pending Issues / password plugin with postfixadmin and dovecot
« Last post by mwlucas on April 11, 2024, 04:56:14 PM »
Hi,

I'm running Roundcube 1.6.5 on FreeBSD 14.0, with Postfix 3.8, dovecot 2.3.1, apache 2.4, and postfixadmin 3.4. Everything works great, except the password module. Attempting to change the password generates these log messages:

Apr 11 19:57:09 <17.3> mx roundcube[52066]: <fjti45o5> PHP Error: Password plugin: Failed to execute command: /usr/local/bin/doveadm pw -s 'blf-crypt'. Error:  in /usr/local/www/roundcube/plugins/password/password.php on line 747 (POST /www/?_task=settings&_action=plugin.password-save)
Apr 11 19:57:09 <17.3> mx roundcube[52066]: <fjti45o5> PHP Error: Password plugin: Failed to execute command: /usr/local/bin/doveadm pw -s 'blf-crypt'. Error:  in /usr/local/www/roundcube/plugins/password/password.php on line 747 (POST /www/?_task=settings&_action=plugin.password-save)

Fearing typos, I copied and pasted the command to the command line. It works there.

Is there any way to get more information out of roundcube about WHY the command didn't run?

Here's the changes I made to the password module config.inc.php. I'm not at all confident in the password_query setting, but I haven't gotten that far. DB username, pw, etc changed.

$ diff config.inc.php.dist config.inc.php
23c23
< $config['password_minimum_score'] = 0;
---
> $config['password_minimum_score'] = 1;
51c51
< $config['password_algorithm'] = 'clear';
---
> $config['password_algorithm'] = 'dovecot';
64,65c64,65
< // $config['password_dovecotpw'] = '/usr/local/sbin/doveadm pw'; // for dovecot-2.x
< $config['password_dovecotpw'] = '/usr/local/sbin/dovecotpw'; // for dovecot-1.x
---
> $config['password_dovecotpw'] = '/usr/local/bin/doveadm pw'; // for dovecot-2.x
> //$config['password_dovecotpw'] = '/usr/local/sbin/dovecotpw'; // for dovecot-1.x
69c69
< $config['password_dovecotpw_method'] = 'CRAM-MD5';
---
> $config['password_dovecotpw_method'] = 'blf-crypt';
115c115
< $config['password_db_dsn'] = '';
---
> $config['password_db_dsn'] = 'mysql://user:pw@localhost/dbname';
133c133,136
< $config['password_query'] = 'SELECT update_passwd(%P, %u)';
---
> //$config['password_query'] = 'SELECT update_passwd(%P, %u)';
>
> //for postfixadmin
> $config['password_query'] = 'update virtualusers.mailbox set password=%P, modified=NOW() where username = %u';


Any suggestions appreciated!
Pages: [1] 2 3 ... 10