Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: maximvd on November 29, 2014, 12:51:50 PM

Title: Mimetype to file extension mapping: NOT OK on IIS 8.5
Post by: maximvd on November 29, 2014, 12:51:50 PM
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?
Title: Re: Mimetype to file extension mapping: NOT OK on IIS 8.5
Post by: Yoni on December 02, 2014, 12:23:16 PM
This might help you: https://myroundcube.com/myroundcube-plugins/windows/windows-server-2012/installing-roundcube-webmail#mime-types
Title: Re: Mimetype to file extension mapping: NOT OK on IIS 8.5
Post by: maximvd on December 02, 2014, 01:21:55 PM
This might help you: https://myroundcube.com/how-to/windows-server-2012/installing-roundcube-webmail#mime-types

Thanks, this fixed it for me.
Not sure why I hadn't found the page while searching for the error.
Title: Re: Mimetype to file extension mapping: NOT OK on IIS 8.5
Post by: mishoddt on August 13, 2015, 12:07:35 PM
Hi,

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

Thanks!
Title: Re: Mimetype to file extension mapping: NOT OK on IIS 8.5
Post by: mishoddt on August 13, 2015, 12:32:01 PM
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';