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

Encrypt Roundcube password in config.php

I have a roundcube setup however in the config.php, the database connection is formatted as mysql://username:password@localhost/Database_name This password is in plain text which is obviously never a good idea, how can I make it encrypted? You'd…
0
votes
1 answer

how to install vacation plugin to roundcube?

I try install vacation plugin to roundcube. I puted vacation folder to plugins folder and I added name of folder to array in config file of roundcube. I use virtual users on based mysql database. My postfix works, good and Dovecot with roundcube but…
SeaDog
  • 645
  • 1
  • 9
  • 32
0
votes
0 answers

Roundcube only Sendung Emails to some Domains

I have A Ubuntu Server on which im Using Roundmail for my Email Service. Basically i Can receive Emails and send emails to f.e. @gmail.com but not for other domains. instead im Just getting host mail-01.dd24.net[193.46.215.141] said: 550…
ScarVite
  • 327
  • 1
  • 5
  • 19
0
votes
1 answer

How to configure the Jenkins E-mail Notification to use Roundcube email server

I want to configure my Jenkins' E-mail Notification system. But I am getting error while sending test email to my Roundcube Webmail. This is my settings : I get the following error when running test connection : I use Roundcube as SMTP mail…
shreyas.k
  • 181
  • 1
  • 2
  • 15
0
votes
1 answer

How to customise the login page on roundcube

I have installed roundcube on my server, but I wish to make a couple of changes for example, I wish to change username to email and also the browser title. I am using the Larry skin and i am using version 1.3.10 I have checked all file and can't…
JackD155
  • 35
  • 1
  • 5
0
votes
0 answers

How to make Roundcube work with Postfix + Courier (not dovecot)

I have a mail server working ok with Postfix+Courirer+MySql (virtual users), and SquirrelMail, I could never configure SqMail properly for message characters sets, so I would like to give a try to Roundcube, I have installed it, I did some configs,…
Andrés Chandía
  • 999
  • 1
  • 16
  • 32
0
votes
1 answer

PHP offers Roudcube's index.php as Download

I installed Roundcube fresh on Debian stretch with Nginx and it works fine on a IP Adresse with /webmail or domain/webmail. But as i tried to let it run on the root of a Domain php is offering the PHP file as Download. How can i get access to it on…
Deex
  • 317
  • 2
  • 13
0
votes
3 answers

Roundcube shows net::ERR_ABORTED 403 (Forbidden) error

I just upgraded roundcube from ver 1.3.6 to 1.3.8. Now it shows the error : net::ERR_ABORTED 403 (Forbidden) for some js files. I have tried giving permission to dir. But, not working Error log from console : hyracorp.com/:16 GET…
Jinto Antony
  • 458
  • 8
  • 26
0
votes
1 answer

Roundcube condition on screen size

I'm asking this because I have not been able to find the answer anywhere. I am using Roundcube to build a web mail application. Roundcube has custom XHTML-tags that can be used to display things, together with normal HTML. These XHTML-tags can have…
0
votes
1 answer

Roundcube & Dovecot inside Docker Containers

I have a Docker stack for my mail server. My docker-compose.xml contains version: '3.7' services: postfix: ... dovecot: .... ports: - "110:110" - "995:995" - "143:143" -…
tweetysat
  • 2,187
  • 14
  • 38
  • 75
0
votes
1 answer

SMTP Error (454): Failed to add recipient Relay access denied roundcube

I setup a mail server on VPS and I installed roundcube to manage webmail. when i send e-mail in intern it work's but when i try to send an e-mail to another mail server (gmail) i get this error : SMTP Error (454): Failed to add recipient…
blocus
  • 41
  • 1
  • 6
0
votes
0 answers

SOGo ugly GUI over the internet

I searched all over the inet but still could not find an answer to my problem. I have a mail server (iRedMail) which runs on both SOGo and Roundcube. Roundcube runs just fine, the problem comes when I try to access my SOGo interface over the…
0
votes
1 answer

Roundcube sends logout when List completed

I have set up roundcube v1.3.7 on a new LEMP-server (ubuntu/18.04.2, nginx/1.14.0, mariadb/15.1, php/7.2.7). I use it to connect to a dovecot/2.2.22 server. When logging in, I do see the inbox and the other folders but no contents. I can still logon…
jreynd
  • 66
  • 1
0
votes
1 answer

Roundcube with Vesta CP - plugins activation is not working

I've created a simple plugin for RoundCube. It adds custom headers to all sent messages. All files were uploaded to this folder /usr/share/roundcube/plugins. BUT, I've found the same folders structure here /etc/roundcube/plugins/. There are only…
Vlad Rovner
  • 194
  • 4
  • 11
0
votes
1 answer

Changing to 3rd party mail server

I am using a linux hosting. But want to use 3rd party mail server. So if i change the mx record,spf and dkim will my existing webmail link stop working ? Or I can still check my old emails in the old webmail link ?
The Sara
  • 3
  • 3