Search found 2 matches

by psilvahr
Thu Jun 13, 2019 11:47 pm
Forum: Administrators
Topic: ERROR UPLOADING FILE AND UNABLE TO FORWARD ANY MAIL WITH ATTACHMENTS
Replies: 10
Views: 9056

Re: ERROR UPLOADING FILE AND UNABLE TO FORWARD ANY MAIL WITH ATTACHMENTS

Hi,
Try this to restore correct function of Webmail and uploading of files:

Root access:

cd /opt/zimbra/mailboxd

find webapps -type d -exec chmod 0755 {} \;

find webapps -type f -exec chmod 0644 {} \;

chmod 755 /opt/zimbra/data/tmp/

chmod 755 /opt/zimbra/data/tmp/upload/

Works for me!
by psilvahr
Tue Jul 31, 2018 11:24 pm
Forum: Administrators
Topic: Zimbra won't shutdown - Stopping zimlet webapp fails
Replies: 18
Views: 19836

Re: Zimbra won't shutdown - Stopping zimlet webapp fails

Well, i see this solution, but not tested yet: Jason Waters 2017-06-30 23:49:58 UTC I got mine fixed! Thanks to Zimbra support. So I did this. su - Zimbra zmcontrol stop Then control-C to to stop the services that don't start mkdir /opt/zimbra/log/oldpids mv /opt/zimbra/log/*.pid /opt/zimbra/log/old...