Questions tagged [roundcube]

Roundcube is a web-based IMAP email client written in the PHP programming language. It is released under GNU General Public License.

Roundcube is a web-based IMAP email client written in the PHP programming language. Roundcube's most prominent feature is the pervasive use of Ajax technology to present a more fluid and responsive user interface than that of traditional webmail clients.

Website: http://www.roundcube.net

Forum: http://www.roundcubeforum.net

Plugin Repository: http://trac.roundcube.net/wiki/Plugin_Repository

220 questions
3
votes
4 answers

SMTP Error (-1): Connection to server failed

I have installed Roundcube webmail in my WAMPSERVER and I can access my emails via localhost/roundcube url, But I can not send email via my roundcube. I get the alert with the following error. SMTP Error (-1): Connection to server failed I am sure…
Nawroz Salehi
  • 79
  • 1
  • 11
3
votes
1 answer

How to implement SSO with: Roundcube Zimbra + CAS?

We're developing a mail system whose mail client is Roundcube using with Zimbra as mail server. My task is integrating them with a CAS server which enable them to Single Sign On. After days of researching I confuse that's impossible. So how can I…
lethanh
  • 323
  • 1
  • 4
  • 20
3
votes
1 answer

MySQL db had disappeared how to track what happened?

Two days ago I have installed RoundCube mail script working on: PHP Name : php Arch : x86_64 Version : 5.3.18 Release : 1.el6.remi MySQL Name : mysql Arch : x86_64 Version : 5.5.28 Release :…
Ken Tang
  • 519
  • 3
  • 7
  • 20
2
votes
1 answer

postfix, dovecot, roundcube adding email account

I inherited a mail server setup with postfix, dovecot, roundcube setup on AWS. Virtual users stored in roundcube. How do I add an email account? Do I add the account at roundcube db and it will automatically update postfix and dovecot or vice…
2
votes
0 answers

Roundcube SSL connection IMAP Error: Login failed

This is probably a reoccurring problem, where you are unable to Login to Roundcube (Connection to storage server failed), due to an IMAP (ssl) connection error. Many Posts reports this as an IMAP issue, and tells you that this is due to the…
kacie_23
  • 116
  • 1
  • 7
2
votes
2 answers

How to generate openssl blowfish without certain characters or allow certain set of characters

I have the following bash script to insert blowfish automatically into config.inc.php for phpMyAdmin: #!/bin/bash randomBlowfishSecret=$(openssl rand -base64 32) echo "BlowFish Value:…
MaXi32
  • 632
  • 9
  • 26
2
votes
2 answers

How to Enable Password Plugin on Roundcube

I recently installed Roundcube on to manage my emails. However, Rouncube does not come with a feature to enable email users to change their passwords. I was able to enable the Roundcube Password plugin. On trying to change the Password I got an…
2
votes
0 answers

Roundcube - Uncaught ArithmeticError: Bit shift by negative number

I have install dovecot, postfix and roundcube but roundcube logs give the this Error: [12-Nov-2019 21:23:08 UTC] PHP Fatal error: Uncaught ArithmeticError: Bit shift by negative number in /usr/share/roundcube/program/lib/des.inc:155 Stack trace: #0…
Safa
  • 31
  • 7
2
votes
2 answers

Regex match time from "Received" e-mail header

I am trying to match header to set in a filter on roundcube. I have found another question about this and i tried the answers, but it doesn't work. The regex works when tested in RegExr, but roundcube simply denies to save it. This is my regex:…
Andy
  • 2,892
  • 2
  • 26
  • 33
2
votes
2 answers

Centoswebpanel roundcube 500 internal server error

I have a digital ocean droplet in that I have installed Centos 7.5, and on that, I have installed CWP, with that there is some problem. the problem is that I have created the emails in that CWP when I try to login the Roundcube using that email then…
Husain Khanbahadur
  • 479
  • 1
  • 8
  • 22
2
votes
1 answer

"Unable to open primary script: /usr/share/webapps/roundcubemail/webmail/index.php (No such file or directory)"

I have configured roundcubemail according to this archlinux wiki using nginx. When I visit the /webmail using: https://mail.hackeac.com/webmail page (In the browser) renders: "No input file specified" and when I check on the logs at…
ArchNoob
  • 3,946
  • 5
  • 32
  • 59
2
votes
1 answer

Decode string into Readable format PHP

Decode The following string to proper human readable string using PHP =?UTF-8?Q?=F0=9F=8E=81Congratulation_Dear,You_are=5FSelected_for=5FOnline?= =?UTF-8?Q?=F0=9F=8E=81cash=5Floan_upto=F0=9F=8E=8110,000/-?=
user1992503
2
votes
0 answers

Strange behaviour of PHP mail()

I am using php mail() to send email from my website. But I am facing strange behaviour. $headers = "From: Saurabh Sharma \r\n"; $headers .= 'Reply-To: ' . $email . "\r\n"; $headers .= "Return-Path: me@example.com\r\n"; …
Saurabh Sharma
  • 2,422
  • 4
  • 20
  • 41
2
votes
1 answer

Roundcube java script `beforelogin` event hook

I'm trying to add a login alert in roundcube, but I don't seem to get the client side events I expect. I want to listen to the beforelogin event. My javascript code looks like this: if (window.rcmail) { rcmail.addEventListener('beforelogin',…
Bex
  • 2,905
  • 2
  • 33
  • 36
2
votes
0 answers

how to get inbox messages from CPanel Webmail using PHP IMAP functions

I'm integrating auto reply mail for unread messages in my cpanel webmail/roundcube/squirrelmail. See my code below here. The problem is i'm facing imap_open function is could not connected. It's loading can't through any error/ exception too still…
suresh
  • 180
  • 11
1
2
3
14 15