• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Attachments doesn't send on Roundcube 1.2.7 | Plesk Onyx Versión 17.5.3

visolut

New Pleskian
Hello everyone, since yesterday Plesk Update, when i put an attachment on the new version of Roundcube, after send the mail, the attachment file is not sent.

Need urgently help of downgrade or fix this error.

Thanks,
 
All of my centos7 Servers are patched with update #30
on some servers nothing changed
in /usr/share/psa-roundcube/config/defaults.inc.php still
config['temp_dir'] = '/var/tmp/plesk-roundcube/'
and not
config['temp_dir'] = '/var/tmp/'

whats wrong ?
 
Last edited:
Have you actually tested that attachments are still not sent or did you only look at the configuration file?
 
actually tested an then look at the configuration file and fixed temp_dir manually.
there are only a few centos7 servers with this problem.
the problem i think is that the defaults.inc.php is not written
Updating: plesk-roundcube-1.2.7-cos7.build1705171115.16.noarch [1/2]
warning: /usr/share/psa-roundcube/config/defaults.inc.php created as /usr/share/psa-roundcube/config/defaults.inc.php.rpmnew

in defaults.inc.php.rpmnew temp_dir is correct.
 
HI
im on one Plesk Onyx 17.5.3 #30 Linux 7.3 and other on 12.5.30 #72 on Linux 7.2
both are with the same problem in Roundcube 1.2.7 since they received the security update I tried to edit them in both and add $config['temp_dir'] = '/ tmp'; in config.inc.php but it does not work, restarted services but it still does not go, with Horde it works fine but I can not change it at the moment.
Thanks...
 
It should not be added, because the configuration variable exists. Instead the existing variable should be edited. An added variable migjht not take precedence over the existing one.

It should not read /tmp, but /var/tmp, too.
 
finally I have been able to solve the problem after the security update by reinstalling the Roundcube webmail from the Plesk panel, now the attachments from webmail are already working.
 
diff /usr/share/psa-roundcube/config/defaults.inc.php.rpmnew /usr/share/psa-roundcube/config/defaults.inc.php
388c388
< $config['temp_dir'] = '/var/tmp/';
---
> $config['temp_dir'] = '/var/tmp/plesk-roundcube/';
397c397
< $config['force_https'] = false;
---
> $config['force_https'] = true;

mv /usr/share/psa-roundcube/config/defaults.inc.php.rpmnew /usr/share/psa-roundcube/config/defaults.inc.php
edit /usr/share/psa-roundcube/config/defaults.inc.php to readd $config['force_https'] = true , and roundecube is sending attachs
 
Back
Top