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
0
votes
1 answer

How can I Customize my email sender icon?

So I am trying to change the way my sender icon shows to our customers, editing the sender identities don't have any effect. We are using roundcube. All you see as a sender icon is a "?" which is really not professional.
Sammy
  • 37
  • 6
0
votes
1 answer

Undelivered Mail Returned to Sender Roundcube Plesk

I have a VPS with Ples. I did the domain configuration and etc. I go to webmail.mydomain.com and login, when I send email to email@hotmail.com the recipient receives it. When I send it to email@gmail.com it returns an error. The error is as…
0
votes
1 answer

Problem requesting Yahoo OAuth scopes through Roundcube

I'm currently using the 1.5 version of Roundcube and trying to configure it to work with the Yahoo mail server. I have created an app and have also allowed the email and profile API permissions from the OpenID. There is an issue with the scopes and…
0
votes
1 answer

CORB issue when configuring Roundcube with Outlook

I'm currently trying to configure Roundcube to work with Outlook's IMAP/SMTP through OAuth. If I don't use Oauth it seems be working fine but when trying to set up the authentication I get a CORB error in the console. The app lets you pick an…
0
votes
0 answers

DATABASE ERROR: CONNECTION FAILED on Roundcube

I am non techy person. I have already database named Roundcube on PHPmyadmin, I am unable to get code to paste localhost -->roundcube (database) --> SQL. Is there anyone who can provide me the code to run my roundcube successfully.
0
votes
1 answer

roundcube doesn't login after installation

I was trying installing roundcube on my apache2,ISPCONFIG3 server, on my LAN using : https://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2 with the following changes : remoteuser roundcube pass…
0
votes
2 answers

How to send emails using nodemailer and roundcube

What I'm trying to do is send emails through the nodemailer library. I believe that the problem is time to configure the host. I tried using gmail and it works perfectly, but when I use my own email provider and it returns this error below. User…
RoktSe
  • 419
  • 1
  • 4
  • 22
0
votes
1 answer

Roundcube Mailbox isn't a valid mbox file

When I login to my local Roundcube mail client from the web browser, it shows empty Inbox/Sent folders with an error message. I'm using php7.3, nginx, mysql as a local tech stack. Server error: STATUS: Mailbox isn't a valid mbox file (0.000 +…
Mahmoud Abdelsattar
  • 1,299
  • 1
  • 15
  • 31
0
votes
0 answers

Apostrophe error when using MySQL on Centos7

I am trying to install roundcube. Anyways, this is what I need to enter. > CREATE DATABASE roundcubemail CHARACTER SET utf8 COLLATE utf8_general_ci; > CREATE USER roundcube@localhost IDENTIFIED BY 'password'; (THIS IS WHERE THE PROBLEM IS) > GRANT…
SeeNTower
  • 1
  • 1
0
votes
1 answer

Are you supposed to modify the Elastic theme files directly, or copy the entire directory to extend it?

It seems like this would end up being overwritten every time you unpack an update no?
Fireynis
  • 407
  • 6
  • 13
0
votes
1 answer

Location of settings file for Roundcube

Could someone tell me where those settings (of webmail/roundcube) are saved into a file? Thank you! check this link please https://i.stack.imgur.com/j6as3.jpg
Fluturas
  • 21
  • 3
0
votes
0 answers

roundcube database connection failed

What I thought would be a very simple error turns out trickier than I thought. Here is my config.inc.php $config['db_dsnw'] = 'mysqli://[user]:[pass]@localhost/[database]'; Now for php scripts I'm using mysqli. what did I overlook? There are no…
Derek Hill
  • 59
  • 6
0
votes
1 answer

How do i remove roundcube deleted past mails without anybackup? I did just delete files on cpanel and they miss

I guess im in trouble. I've got information above old site username and password. I did something but i dont know how to fix it. My customer wants new site. When i went cpanel i delete all files but files created like jung file. My custumer called…
cagdas
  • 1
0
votes
2 answers

Postfix error when using a different port than 25

I am working on running a dovecot/postfix/mysql mailserver on ubuntu 18.04, according to these guides (1) (2). Everything seems to operate well, however my ISP blocks default postfix port 25. I attempted to change the outbound postfix port to 2525…
tjsucksatcoding
  • 151
  • 1
  • 1
  • 6
0
votes
1 answer

How to configure RoundCubeMail so I can log in

I am trying to set up roundcubemail on a mac so that I can eventually add an email-pipe to service certain emails. I have followed the installation and configuration options the best I can, and the tests show no problems except with the test send…
John Wooten
  • 685
  • 1
  • 6
  • 21