OpenDKIM plugin: error 404

  • Hello, Thanks a lot for your great plugin.


    The plugin was working fine until I upgraded my i-MSCP server to version 1.1.1 (i-MSCP 1.1.1Build: 20140216Codename: Eagle)


    I resinstalled everything (fresh install), and the plugin is not working anymore. When I'm logued in as a reseller, if I click on the "OpenDKIM" link, I get a 404 error: ERROR 404! /reseller/opendkim.php File Not Found!


    And when I'm logued as a regular user, I don't see anything related to openDKIM (which is maybe correct, I don't remeber...)


    Thanks a lot for your precious help, best regards, Julian

  • If you have not done already, then please try also to deactivate and then activate the plugin again.

  • ok, sorry guys, my fault...


    I found the bug. in 00_master_ssl.conf, I wrote this:


    <Location />
    Options FollowSymlinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^myhost.mydomain.ch
    RewriteRule (.*) - [R=501,L]
    </Location>


    and this doesn't work with the plugin. Will need to change it...


    regards julien