Roundcube Community Forum

 

Mimetype to file extension mapping: NOT OK on IIS 8.5

Started by maximvd, November 29, 2014, 12:51:50 PM

Previous topic - Next topic

maximvd

I recently installed Roundcube on my server.
Sending and receiving mails works fine but when I installed Roundcube I've got the follow error: Mimetype to file extension mapping: NOT OK
The server is running MS Server 2012 R2 with IIS 8.5 as webserver and hmailserver as mailserver.
Do I need to change something in the config or do I need to add Mimetypes to IIS?



mishoddt

Hi,

Will be someone so kind to give the mime.types configuration instructions here, as the above link is not working anymore.

Thanks!

mishoddt

I figured it out. The "mime.types" file location has to be given as absolute path in the "config.inc.php" configuration file, example below:

$config['mime_types'] = 'c:\Inetpub\wwwroot\webmail\mime.types';