Author Topic: Mail file attachment error  (Read 5495 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Mail file attachment error
« on: October 19, 2020, 02:32:49 PM »
Hello!

I work as a technical support at SaveinCloud in Brazil and we are experiencing a problem when trying to attach/upload a file to the roundcube mail.

Every email account on the same server returns the same error: ''An error occured, Failed to upload the file''

Att,
Gabriel Lopes
IP Company | SaveInCloud

Offline
*
Re: Mail file attachment error
« Reply #1 on: October 19, 2020, 05:30:49 PM »
you need to check server logs, if you use cwp port then cwp logs and if you use without port then also apache and cwp logs
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: Mail file attachment error
« Reply #2 on: October 21, 2020, 01:01:17 PM »
Solved.

I look into /usr/local/apache/domlogs

Saw the error [crit] 4548#0: *1289399 open() "/var/lib/nginx/tmp/client_body/0000000359" failed (13: Permission denied)


Found this solution: https://github.com/CampbellSoftwareSolutions/docker-osticket/issues/34

Updated the nginx.conf http by including the line client_body_temp_path /tmp 1 2;

Then restarted nginx.

Thanks!