Recent posts
#1
Pending Issues / Re: Cannot send emails from Pe...
Last post by scldad - May 21, 2026, 11:58:02 PMThere is definitely something odd about this hotel.
I opened the server firewall for this IP then tried using K9Email.
I could receive but not send.
Then I fired up a VPN connection to my server and K9 could send (but not roundcube).
I'm home next week so will live with that for now.
Thanks for your help.
I opened the server firewall for this IP then tried using K9Email.
I could receive but not send.
Then I fired up a VPN connection to my server and K9 could send (but not roundcube).
I'm home next week so will live with that for now.
Thanks for your help.
#2
Pending Issues / Re: MySQL-Problem
Last post by rroeske - May 21, 2026, 04:52:25 PMThanks again for the great program.
#3
Pending Issues / Re: MySQL-Problem
Last post by rroeske - May 21, 2026, 04:51:05 PMHi SKaereo, thanks for your reply. Yes, the tables were corrupted. I couldn't find a way to repair them—it didn't lead anywhere for me. I created a new database using the installer script instead. I did lose a bit of data, but nothing major.
#4
Pending Issues / Re: Cannot send emails from Pe...
Last post by SKaero - May 21, 2026, 02:21:04 PMIt should since Roundcube is sending the email from the server its hosted on so the IP shouldn't be changing.
#5
API Based Plugins / Re: Enigma. How to change PGP ...
Last post by Innomax - May 21, 2026, 08:21:53 AMTo change a PGP key password in Enigmail/Enigma, open your key management section, select the PGP key, then look for an option like "Change Passphrase" or "Edit Key." You will usually need to enter the current password before setting a new one.
#6
Pending Issues / Re: Cannot send emails from Pe...
Last post by scldad - May 21, 2026, 06:50:23 AMIt seems that my mailserver cannot reverse DNS lookup my hotel and that the hotel does not have a valid SPF record.
Could either of these affect roundcube?
Could either of these affect roundcube?
#7
Pending Issues / Re: Lines not wrapped when rep...
Last post by windkracht8 - May 20, 2026, 02:35:23 PMSource of my issue is this commit: https://github.com/roundcube/roundcubemail/commit/374a4a5e25048f99cbded5be3fb7edec0605885f
It changes Mail_mime 'html_encoding' parameter from a fixed 'quoted-printable', to 8bit for most cases. Mail_mime does not wrap lines for 8bit, only when html_encoding is quoted-printable or base64.
I will add my finding to the original issue on Github as well.
It changes Mail_mime 'html_encoding' parameter from a fixed 'quoted-printable', to 8bit for most cases. Mail_mime does not wrap lines for 8bit, only when html_encoding is quoted-printable or base64.
I will add my finding to the original issue on Github as well.
#8
Pending Issues / Re: MySQL-Problem
Last post by SKaero - May 20, 2026, 02:29:14 PMIt sounds like the database is corrupted, see if this fixes the issue: https://dba.stackexchange.com/questions/56849/innodb-tablespace-is-missing-for-table
#9
Pending Issues / Re: Cannot send emails from Pe...
Last post by SKaero - May 20, 2026, 02:25:18 PMThat would point to the mail server doing something odd, maybe enable smtp_debug and post that log?
#10
Pending Issues / MySQL-Problem (solved)
Last post by rroeske - May 20, 2026, 12:59:44 PMFirst of all, thanks to the developers for this excellent program. I have been using Roundcube since version 0.9. Since updating from version 1.6 to 1.7, I have encountered a problem: I can no longer create new identities. The error log displays the following message: DB Error: [1030] Got error 194 "Tablespace is missing for a table" from storage engine InnoDB. Upon checking via my MySQL management tool (HeidiSQL), I am unable to open the "identities" and "responses" tables. Furthermore, the "users" table appears to be outdated; the "last login" timestamp for all users is listed as one year ago. Is there a way to fix this? Many thanks in advance. — René