On Tue, Aug 5, 2014 at 4:09 PM, absolutely_free@libero.it absolutely_free@libero.it wrote:
WARNING: Mimetype to file extension mapping doesn't work properly! Please check the 'mime_types' config option and run this script again.
From the default config file:
// Absolute path to a local mime.types mapping table file. // This is used to derive mime-types from the filename extension or vice versa. // Such a file is usually part of the apache webserver. If you don't find a file named mime.types on your system, // download it from http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types $config['mime_types'] = null;
How can I manage this? It's a config.php issue or web server issue?
This is a webserver issue where Roundcube is unable to find the mime.types mapping file in one of the standard locations. Thus find or download the file and add a $config['mime_types'] entry to /var/www/webmail.domain.it/config/config.inc.php containing the absolute path to the mime.types file.
Kind regards, Thomas