----Messaggio originale---- Da: thomas@roundcube.net Data: 05/08/2014 20.07 A: "absolutely_free@libero.it"absolutely_free@libero.it, "Roundcube Users
mailing list"users@lists.roundcube.net
Ogg: Re: [RCU] Issue after upgrade
...
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.
Hi Thomas, thank you very much for your reply. So, I added this line:
$config['mime_types'] = '/etc/nginx/mime.types';
to my config.inc.php file.
This is the file shipped with default nginxi's rpm, so I'll hope it's ok.
The problem is: when I click on a PDF attachment, I don't see it in the "preview window". I see message "loading data" but it never completes. In your opinion is it a mime related issue?
Regards