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
2 answers

Cloudflare and roundcube

I have got a webserver with plesk(with roundcube) and CloudFlare. The problem is that the emails sent by the webserver have got the real ip of the server and not the CloudFlare ip. Is there a way to send email from the cloudflare ip instead of the…
P. Danielski
  • 550
  • 7
  • 17
0
votes
3 answers

roundcube Forgot password plugin

in the README part of the plugin https://github.com/saas-dev/roundcube-forgot_password/blob/master/README it says: To show the link "forgot my password" it necessary to activate the taskbar plugin or change the div to append the link in…
someoneThere
  • 1
  • 1
  • 4
0
votes
1 answer

RoundCube Password Configuration Plugin with Multiple Cpanel Accounts

I have multiple cpanel accounts that I want to use the password change plugin for RoundCube. In the config.inc.php file for the plugin (as seen below), I included a function to set the configuration variables, which consolidates the code (see the…
0
votes
4 answers

javascript/jquery: focus() not working

I want to focus a special id (in roundcube) by a keyboard shortcut. The html is ...
Andre
  • 623
  • 2
  • 9
  • 20
0
votes
1 answer

How does roundcube color the emails and how to implement the roundcube color scheme in Delphi?

RoundCube gives a nice color scheme for the plain-text email below. I am wondering how does RoundCube do this, and how to implement this color scheme in Delphi ? >>>> Peter says: >>>> Peter says: >>> Jane says: >>> Jane says: >> Peter says: >>…
SOUser
  • 3,802
  • 5
  • 33
  • 63
0
votes
1 answer

redirect_uri_mismatch - What is wrong with the address I'm using?

When I try to access my Google calendar (via Roundcube webmail, using google_oauth2 plugin), I get this exact error: Error: redirect_uri_mismatch error. The redirect URI in the request:…
0
votes
1 answer

Problems setting up roundcube virtualhost for every subscription on server

Im trying to finish the set up of roundcube by adding a virtualhost so every subscription on server will use the webmail.servername.com to access it. I have uploaded this roundcube.conf file with the code:
Dev
  • 70
  • 8
0
votes
1 answer

Roundcube on Nginx + php-fpm

I am running a VPS server with Centos and Plesk. The server is working right, on a Nginx + php-fpm setup. So, websites are served correctly, but when user tries to access to its webemail ( roundcube tool installed ), doesn't work. My current nginx…
Alberto S.
  • 1,805
  • 23
  • 39
0
votes
1 answer

php code not executed inside .html file in Roundcube

I'm trying to add php code inside the compose.html file in Roundcubemail. I've .htaccess file in same directory as compose.html having like : AddType application/x-httpd-php .html I've also prepare httpd.conf file present at…
Parag
  • 29
  • 1
  • 2
  • 7
0
votes
1 answer

Unable to login to roundcube using system user account and other issues

I am newbie in server admin, and facing a few issues here. We have a ubuntu 12.04 server setup with AWS EC2. We have installed postfix and roundcube and added two users to the system named "info" and "noreply" Once the roundcube is installed, when…
chuplu
  • 164
  • 1
  • 14
0
votes
1 answer

Roundcube Login in "Tabbing"

When I try to log in to my Roundcube install, I put in the username and then I press "Tab" to move to the password section but instead it moves to the "Login" button. Is there any way to change how a page tabs? I noticed, though, that when I enter…
Pseudonym
  • 1
  • 3
0
votes
1 answer

roundcube owncloud apache nginx

We run roundcubemail and owncloud that have to be accessible independantly. Owncloud is displayed inside roundcubemail via a plug with the url $rcmail_config['owncloud_url'] = 'https://webmail.whitecube.com/owncloud'; - this URL cannot change or the…
Steve
  • 21
  • 4
0
votes
2 answers

Is it possible to install Roundcube on shared server ?

Is it possible to install roundcube on Shared linux server running Cpanel. I heard from my service provider that it isn't. Well is it possible atleast on Dedicated IP... Please advice. Thanking in advance..
sush
  • 379
  • 1
  • 3
  • 11
0
votes
1 answer

sharing session between roundcube and owncloud via memcache

I have an owncloud and a roundcube sharing the same session pool via a memcache server and I would like them to work with an unique session. I changed the cookie session.name to have the same for owncloud and roundcube and I tried a lot of tricks:…
user2542174
0
votes
1 answer

postfix; pipe mail content to script for all mail of specific subdomain

i'm trying to get postfix to accept the vacation.pl script, as supplied by the vacation plugin for roundcube (i'm interested in calling scripts when receiving mail for specific domains / subdomains). So far everything seems to work out.. except the…
user1449974
  • 29
  • 1
  • 4