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

Roundcube issue Connection to storage server failed

I'm using Roundcube mail on Windows 10 with a localhost Wamp. Below are some comands that I found in an answer to the same issue of storage-server-failed but I don't know where to execute these commands or use GUI to remove the devcot files on my…
user7091488
0
votes
2 answers

roundcube PHP Error message: Failed to load config from

I have a problem to send a message with roundcube (Ubuntu 16.04) and I use Ispconfig. [27-Apr-2017 15:18:50 -0400]: PHP Error: Failed to load config from /var/lib/roundcube/plugins/jqueryui/config.inc.php in…
Hal
  • 1
  • 4
0
votes
1 answer

Iredmail Roundcube Not Receiving Email

I have my Odoo application running on Ubuntu server 16.04LTS with nginx web server. I have also installed iredmail and I can access my email account using the domain_name/mail i.e. mgbcomputers.com/mail from where I can send email to another account…
0
votes
0 answers

Nginx not serving files from changed document root

I seem to be having an issue with my Nginx (version 1.11.9) installation. I have set up a LEMP stack on my Ubuntu 16.04 LTS server, and also have mail services running on it as well. I'm using the following agents :- Postfix and Dovecot. Now the…
ninjakidd
  • 1
  • 1
0
votes
2 answers

Installing Roundcube with MSSQL Server 2016 not recognized

PHP 7.1.2 Roundcube 1.2.3 - Complete SQL Server 2016 Windows Server 2016 Downloaded Microsoft PHP drivers (SQLSRV40.EXE) from: https://learn.microsoft.com/en-us/sql/connect/php/step-1-configure-development-environment-for-php-development I get…
thefid
  • 167
  • 1
  • 14
0
votes
1 answer

VPS Mailbox setup - Mailgun and Roundcube

Im running a VPS with NGINX and PHP 7.0 and I'm trying to setup Roundcube in combination with Mailgun. I've setup a Mailgun account and got it all working (I can receive/send emails via Mailgun). Now I'm trying to implement Roundcube as an email…
0
votes
1 answer

"OpenSSL: NOT OK" after roundcube installation

I am trying to install roundcube on localhost and I am getting the error OpenSSL: NOT OK The php.ini has "extension=php_openssl.dll" enabled without the ";" what could possibly be wrong here?
X10nD
  • 21,638
  • 45
  • 111
  • 152
0
votes
1 answer

connect ot MySQL from PHP problem

Trying to install roundcube webmail - had some issues related to driver configuration - I'm now pretty certain the driver is configured ok now - i'm getting an error form it : "A connection attempt failed because the connected party did not properly…
user156888
0
votes
3 answers

roundcube mssql setup

Installing roundcube webmail: I have the DB set up (win serv 2008, MS SQL 2008 - though even that was a battle!) i can navigate to the installer but when I go to set up everything there is no SQL Server option in the list of DBs? Anyone got any…
user156888
0
votes
2 answers

Roundcube Autologon

i have Roundcube and i need to change the Login ... i found only : And i have login Script :
user3211952
0
votes
1 answer

Install Roundcube on vServer via Plesk 12 gives 403 forbidden

I wanted to set up a mail server on my vServer hosted by Strato. The installation process seemed to easy, so I just installed the package via Plesk 12 updater.. I expected it to be "ready-to-use" but all I have got is a 403 - Forbidden when I try to…
RoyRobsen
  • 457
  • 1
  • 9
  • 20
0
votes
0 answers

Roundcube outgoing MAIL ERROR 550S

I installed Roundcube on my MySQL server. Incoming mails are working but Outgoing mails keep failing. I have tried changing the port but it still keeps failing. Where is the error? See Code Below ../main.inc.php //…
Debaryoh
  • 73
  • 7
0
votes
1 answer

Apache downloading php file

I think I'm having the same issue as this link: Apache is downloading php files instead of displaying them I'm trying to install Roundcube on my Linode server but when I go to www.myurl.com/roundcube it downloads the php files. I read through that…
DrZ
  • 21
  • 4
0
votes
1 answer

Dovecot + Roundcube cannot login by webmail

I have postfix + Dovecot + roundcube set up on a Ubuntu 14.04. I can correctly send and receive email for my domain name using Thunderbird. I correctly connect to my IMAP and POP 3 server using Thunderbird using STARTTLS. But I can't connect using…
0
votes
1 answer

Accessing a subdomain of a website using email address as username and its password

I have two subdomains for a school's website - 1. staffmail.domainname.com and 2. studentmail.domainname.com. Currently all email users of the website can access both mail portals... Both subdomains run RoundCube mail software. When a student user…