Roundcube Community Forum

 

Recent posts

#11
Pending Issues / Re: Unable to connect to manag...
Last post by saurav_sss - November 06, 2024, 07:19:56 AM
nable to connect to server error message shows, when I click on Roundcube setting and filter option.
I have successfully tested, telnet localhost 4190.

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot"
"SIEVE" "comparator-i;ascii-numeric fileinto reject envelope encoded-character vacation subaddress relational regex imap4flags copy include variables body enotify environment mailbox date imapflags"
"STARTTLS"
"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN"
"VERSION" "1.0"
OK "Dovecot ready."


/var/www/html/rcmail/plugins/managesieve/config.inc.php

$config['managesieve_port'] = 4190;
$config['managesieve_host'] = 'localhost';
$config['managesieve_auth_type'] = 'plain';
$config['managesieve_auth_cid'] = null;
$config['managesieve_usetls'] = false;
$config['managesieve_default'] = '/var/lib/dovecot/sieve/default.sieve';
$config['managesieve_script_name'] = 'managesieve';

please help me to fix this issue.

Thanks and Regards,
Saurav_sss
#12
API Based Plugins / Re: New plugin: identity_from_...
Last post by Granada - November 05, 2024, 06:22:48 AM
Found the solution: search_fields is not an array. If I declare it with  'search_fields'  => 'uid', it works and reads all the data from our ldap server.

Regards
Granada
#13
Issues & Bugs / Re: unable to connect to serve...
Last post by alec - November 05, 2024, 02:18:34 AM
$config['managesieve_host'] = 'tls://localhost';
#14
Issues & Bugs / unable to connect to server wh...
Last post by saurav_sss - November 04, 2024, 10:18:03 PM
Unable to connect to server error message shows, when I click on Roundcube setting and filter option.
I have successfully tested, telnet localhost 4190.


Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot"
"SIEVE" "comparator-i;ascii-numeric fileinto reject envelope encoded-character vacation subaddress relational regex imap4flags copy include variables body enotify environment mailbox date imapflags"
"STARTTLS"
"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN"
"VERSION" "1.0"
OK "Dovecot ready."


/var/www/html/rcmail/plugins/managesieve/config.inc.php

$config['managesieve_port'] = 4190;
$config['managesieve_host'] = 'localhost';
$config['managesieve_auth_type'] = 'plain';
$config['managesieve_auth_cid'] = null;
$config['managesieve_usetls'] = false;
$config['managesieve_default'] = '/var/lib/dovecot/sieve/default.sieve';
$config['managesieve_script_name'] = 'managesieve';

please help me to fix this issue.

Thanks and Regards,
Saurav_sss

#15
Release Discussion / Re: settign up a subdomain for...
Last post by SKaero - November 04, 2024, 02:00:23 PM
You can't do the setup you want with DNS alone the server that Roundcube is hosted on would also have o be configured to load Roundcube when you went to your webmail.example.com domain.
#16
Release Discussion / settign up a subdomain for rou...
Last post by tachikoma - November 04, 2024, 11:58:21 AM
Hi,

my mailserver is mail.mydomain.com which goes to mailserver.ip.add.res in my DNS settings and I'd like to access roundcube webmail via webmail.mydomain.com.
My website is configured on mywebserver.ip.add.res which is different from mailserver.ip.add.res.

The standard way to access webmail is webmail.mydomain.com/roundcube. When I enter this, I get redirected to my webservers webmail login.

How do I configure my DNS settings so that I can access roundcubes webmail for example via webmail.mydomain.com on the mailserver.ip.add.res?

I already have entered an A record for webmail.mydomain.com to mailserver.ip.add.res, but I get redirected to the webmail on mywebserver.ip.add.res.
Do I have to wait for the DNS chache to clear, or is there anything else I have to configure?
#17
Roundcube Discussion / Re: [SOLVED] Identities -> Err...
Last post by Jason_Bassford - November 04, 2024, 10:54:51 AM
Quote from: Poster5166 on January 14, 2024, 12:23:18 PMFrom there, I decided to deactivate enigma from config.inc.php
Excellent! I found this in a search when I had the same problem. It seems as if Enigma is incompatible with identities.
#18
General Discussion / Re: Filters do not respond
Last post by Stig04 - November 02, 2024, 02:17:28 PM
hello,

I have same problem, I finally managed to connect filter to server, so dont get any errors or warnings.

But filters dont do anything, I have installed roundcube on domain level on server, one roundcube intallation for each domain.
ex, www.domain.com, roundcube is installed on www.webmail.domain.com

I am not sure if I have set up directory correct or if anything else.

Any help would be very much appreciated.

thanks
#19
General Discussion / Re: ident_switch in 1.6.8
Last post by SKaero - November 02, 2024, 11:54:22 AM
I'm not the plugin author so I can't say for sure but I see there are three Github repos for the identswitch plugin. One was last updated in 2021, one in 2022, and this one https://github.com/toteph42/identy_switch looks to still be actively maintained.
#20
General Discussion / ident_switch in 1.6.8
Last post by Havouza15 - November 02, 2024, 07:11:46 AM
We use RC 1.6.8
Are the plugin identswitch working also for this version, the plugin page say 1.5 and it seems that the plugin is not updated since 2022

Regards

Anders Yuran