>>> Mimetype to file extension mapping: NOT OK
i already set the path
$config['mime_types'] = 'etc/mime.types';
... still get this alert
Are you sure you didn't mean /etc/mime.types? Also make sure your web server can access the file.
I could never get /etc/mime.types to work on my CentOS server. The file was there, and permissions were fine, but Apache couldn't see it. I ended up putting a copy inside the RC directory, and declaring the full absolute path - /opt/roundcubemail/mime.types in my case.
still getting error
i'v tryed with those:
Quote$config['mime_types'] = 'usr/share/psa-roundcube/mime.types';
$config['mime_types'] = '/usr/share/psa-roundcube/mime.types';