Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Mail Server
  • Search

Roundcube not sending mail when send button is pressed

Questions regarding the Mail Server
Dovecot, Exim, RoundCube
Post Reply
  • Print view
Advanced search
14 posts
  • Previous
  • 1
  • 2
rbrownell
Posts: 8
Joined: Tue Aug 16, 2016 1:03 pm

Re: Roundcube not sending mail when send button is pressed
  • Quote

Post by rbrownell » Thu Sep 08, 2016 1:43 am

This worked for me, however the directory name of where the files need to go should be roundcube not roundcub in order to work correctly.

This fixed my send issue but now, any messages sent from Roundcube do not contain a subject, even if a subject was included in the message.
Top

dpeca
VestaCP Team
Posts: 473
Joined: Wed Nov 25, 2015 7:30 pm

Re: Roundcube not sending mail when send button is pressed
  • Quote

Post by dpeca » Thu Sep 08, 2016 11:07 am

Here is the quick fix for this, just run this in SSH (as root):

Code: Select all

rm /usr/share/roundcube/program/js/tinymce
mkdir /root/vesta-temp-dl
wget -O /root/vesta-temp-dl/roundcubemail.tar.gz https://github.com/roundcube/roundcubemail/releases/download/1.2.0/roundcubemail-1.2.0-complete.tar.gz
tar -xzf /root/vesta-temp-dl/roundcubemail.tar.gz -C /root/vesta-temp-dl
mv /root/vesta-temp-dl/roundcubemail-* /root/vesta-temp-dl/roundcubemail
mkdir /usr/share/roundcube/program/js/tinymce
cp -R /root/vesta-temp-dl/roundcubemail/program/js/tinymce/* /usr/share/roundcube/program/js/tinymce/
This is a Debian8 bug, not Vesta bug.
I'll see with Vesta developers if we can fix this in Vesta installation.
Top

plutocrat
Posts: 232
Joined: Fri Jan 27, 2017 9:16 am

Os: Ubuntu 17x
Web: apache + nginx
Re: Roundcube not sending mail when send button is pressed
  • Quote

Post by plutocrat » Wed Feb 22, 2017 5:22 am

haary wrote: /var/log/roundcube/ belongs to www-data, group adm. What is wrong with that?
In my case the directory permissions were set wrong: the user must be able to read the FULL PATH

So "chmod 755 /var/log/roundcube" (it was set to 750 before)
And "chown -R www-data:admin /var/log/roundcube" just for good measure.
Top

plutocrat
Posts: 232
Joined: Fri Jan 27, 2017 9:16 am

Os: Ubuntu 17x
Web: apache + nginx
Re: Roundcube not sending mail when send button is pressed
  • Quote

Post by plutocrat » Wed Feb 22, 2017 5:42 am

haary wrote:PHP Warning: Failed to load config from /var/lib/roundcube/plugins/jqueryui/config.inc.php in /usr/share/roundcube/program/lib/Roundcube/rcube.php on line 1438
To get rid of this error message, I used the information at https://bugs.debian.org/cgi-bin/bugrepo ... bug=809769

Adding

Code: Select all

$config=array()
to /var/lib/roundcube/plugins/jqueryui/config.inc.php stops the errors.

N.B. /var/lib/roundcube/plugins/jqueryui/config.inc.php is a symlink to /etc/roundcube/plugins/jqueryui/config.inc.php
Top


Post Reply
  • Print view

14 posts
  • Previous
  • 1
  • 2

Return to “Mail Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password