I enabled ArticleStorageFS.
From the admin manual:
I read somewhere else there is a security risk to execute apache2 with a different user than www-data (I'm under Ubuntu).Your web server user should be the 'otrs' user
Do you think it is a real concern ?
I thought it was sufficient to have www-data and otrs users share the same group, www-data.
I created a directory for the attachments owned by otrs:www-data with 770 permission.
I made some tests and I couldn't see the e-mail attachments from otrs.
I checked the file system, the files were there, but the owner was otrs:otrs instead of otrs:www-data.
I launched a
Code: Select all
sudo chown -r otrs:www-data myAttachmentDirectory
and after that I could see the attachment inside otrs.
I'm not a Linux expert so I cannot figure out why the created files are owned by otrs:otrs. Can you suggest something to solve the problem ?
As already stated I don't want to change the apache2 user also because I don't know how to do it !
Thanks
Filippo