Roundcube Community Forum

 

Recent posts

#11
General Discussion / Roundcube filter with manage-s...
Last post by luckycgn - July 18, 2024, 10:52:07 AM
Dear Forum,

I have a question regarding Roundcube, manage-sieve and an IMAP server without SIEVE.
I need filter rules and an autoresponder.

How would you solve this? Or is there a documented way?

So far I have researched that it is supposed to work.

My Roundcube runs on a webspace, the IMAP server belongs to my provider, so I have no admin access to the IMAP server.
I have researched that it should work with a separate root server, if a dovecot and fetchmail are running on the root server.
Is this the right way?

Many thanks in advance
Kind regards
Luckycgn
#12
Deutsch / Roundcube (Webspace) / Manage-...
Last post by luckycgn - July 18, 2024, 10:43:12 AM
Hallo in das Forum,

ich Probleme Filter / Autoresponder zum laufen zu bringen.

Ich habe folgendes Setup:

- Roundcube auf einem Webspace
- IMAP Server meines Providers, welcher kein SIEVE kann!
- Root Server mit dovecot und fetchmail

Ich habe mir folgendes bei meinem Setup gedacht:
In Roundcube wird ein Autoresponder Filter eingestellt.
Mit Manage-sieve wird die Regel an dovecot übergeben.
Dann soll mit Fetchmail auf dem IMAP Server alle 60Sekunden geschaut werden ob eine neue E-Mail reinkommt. Sobald eine neue E-Mail in der INBOX reinkommt, dann soll diese Anhand des Filters behandelt werden bzw. eine Autorespond E-Mail gesendet werden.

Frage an das Forum, gibt es vielleicht eine Lösung für Manage-sieve mit einem externen IMAP Server welcher kein SIEVE kann?
Ist mein Setup richtig oder fehlt da noch etwas?


Vielen Dank im voraus
Grüße
Luckycgn
#13
Requests / Suppression LIst
Last post by badiuz89 - July 17, 2024, 04:43:37 AM
Hi,

I see this is very useful fuctionality if you can implement suppression list. Which mean any contact email inside the suppression list, roundcube will not send out the email to that particular email address. Here i'm talking about outgoing email. For incoming email i know we can block from the control panel itself like directadmin/cpanel.


Thanks
#14
Release Discussion / Re: ERROR: relation "system" ...
Last post by roughnecks - July 16, 2024, 08:15:34 AM
Ok, nevermind, I just reset everything.
You can ignore my previous post.

Greetings
#15
Release Discussion / Re: ERROR: relation "system" ...
Last post by roughnecks - July 16, 2024, 08:01:59 AM
Hello

I have more errors in logs.
What I did was:

pg_dump -U roundcube -d roundcube -n roundcube -f roundcube_dump.sql

drop database roundcube;
create database roundcube;
grant all privileges on database roundcube to roundcube;

./bin/initdb.sh --dir=SQL

psql --username=roundcube roundcube < roundcube_dump.sql

I lost all carddav data and settings, but those I could manually restore
What it's not working is adding custom identities and custom replies.


NOTA: No operator matches the given name and argument types. You might need to add explicit type casts. (SQL Query: SELECT "response_id", "name" FROM "responses" WHERE "user_id" = '10' AND "del" = 0 ORDER BY "name") in /var/www/webmail/program/lib/Roundcube/rcube_db.php on line 577 (GET /?_task=mail&_action=compose&_id=148488133666965e7bcf782)
[16-Jul-2024 11:50:21 UTC] PHP Deprecated:  Creation of dynamic property account_details::$rc is deprecated in /var/www/webmail/plugins/account_details/account_details.php on line 7
[16-Jul-2024 11:50:21 +0000]: <2ja2m4a5> DB Error: [7] ERROR:  operator does not exist: boolean <> integer
RIGA 1: ...ROM "identities" WHERE "user_id" = '10' AND "del" <> 1 ORDER...
                                                            ^
NOTA: No operator matches the given name and argument types. You might need to add explicit type casts. (SQL Query: SELECT "identity_id", "name", "email" FROM "identities" WHERE "user_id" = '10' AND "del" <> 1 ORDER BY "standard" DESC, "name" ASC, "email" ASC, "identity_id" ASC) in /var/www/webmail/program/lib/Roundcube/rcube_db.php on line 577 (GET /?_task=settings&_action=identities)
[16-Jul-2024 11:50:26 UTC] PHP Deprecated:  Creation of dynamic property account_details::$rc is deprecated in /var/www/webmail/plugins/account_details/account_details.php on line 7
[16-Jul-2024 11:50:26 +0000]: <2ja2m4a5> DB Error: [7] ERROR:  operator does not exist: boolean = integer
RIGA 1: ...FROM "responses" WHERE "user_id" = '10' AND "del" = 0 ORDER ...
                                                            ^
NOTA: No operator matches the given name and argument types. You might need to add explicit type casts. (SQL Query: SELECT "response_id", "name" FROM "responses" WHERE "user_id" = '10' AND "del" = 0 ORDER BY "name") in /var/www/webmail/program/lib/Roundcube/rcube_db.php on line 577 (GET /?_task=settings&_action=responses)
[16-Jul-2024 11:50:28 UTC] PHP Deprecated:  Creation of dynamic property account_details::$rc is deprecated in /var/www/webmail/plugins/account_details/account_details.php on line 7
[16-Jul-2024 11:50:36 UTC] PHP Deprecated:  Creation of dynamic property account_details::$rc is deprecated in /var/www/webmail/plugins/account_details/account_details.php on line 7

Is it everything screwed up?  :(
#16
General Discussion / Missing Send Button
Last post by Wacksworks - July 16, 2024, 06:51:26 AM
As of yesterday, my email 'Send' button disappeared, when starting to compose email. Today it has returned, but still missing when I want to reply to an email. Anyone got any clues? Thanks
#17
Release Discussion / Re: ERROR: relation "system" ...
Last post by roughnecks - July 15, 2024, 04:45:56 PM
Sorry for the delay but I'm not being email-notified anymore by the forum.
Think I fixed it, thanks!
#18
General Discussion / SSL not working with alternate...
Last post by oculos - July 14, 2024, 06:37:08 AM
Hi,

I have configured multi-domain so that I have an alternative configuration for another host. It is basically the same host, but with a cname. Like this:

main host: mail.domaina.com
alternate host: mail.domainb.com

on my domainb_config.inc.com I have

$config['imap_host'] = 'ssl://mail.domainb.com';
Somehow it is not working. It is timing out. When using a mail client, it works pretty well, but Roundcube seems to be struggling with the fact that mail.domainb.com is on the Subject Alternative Name of the certificate, and not the common name.

Is there a workaround for this? This is not so important as it is the same host as domaina.com, so I can just point to that one.
#19
Release Discussion / Re: ERROR: relation "system" ...
Last post by JohnDoh - July 13, 2024, 10:47:31 AM
You system table is missing the entry for `roundcube-version` this is a core part of the system and identifies the version of the database schema. I guess your options are to manually check your database schema to make sure its up to date and then fix the `roundcube-version` entry so you don't have the same problem next time or backup the contents of your tables, use the initial file to recreate the database and then import you data.
#20
General Discussion / Export all contacts
Last post by HLRUFF - July 13, 2024, 09:46:49 AM
I'm trying to export my contacts but it will only export one at a time. I've tried the "Export All" option, and tried selecting several contacts and using both "Export All" and "Export Selected". It will only export one contact. Any ideas?