Author Topic: tried to enable managesieve, now "main.inc.php not found"  (Read 3207 times)

Offline aweber

  • Newbie
  • *
  • Posts: 8
tried to enable managesieve, now "main.inc.php not found"
« on: May 15, 2013, 02:57:37 PM »
Seriously, all I did was the following:
  • Copy the dist file in the managesieve plugin dir to without the extension; set the port.
  • Add 'managesieve' to the array of plugins in main.inc.php
  • Restart httpd

I double-checked.  All the files are owned by apache.  I can't login now, because I keep getting the same error displayed.  Incredible.  This can't be THAT fragile...especially since I'm pretty sure my syntax is perfectly correct, and I even tried commenting-out my plugins entry in main.inc.php and it still doesn't work anymore.

Please help?

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: tried to enable managesieve, now "main.inc.php not found"
« Reply #1 on: May 15, 2013, 03:07:12 PM »
What file did you copy? And where did you put it?

The first thing I'd do is to move that file back to where it came from.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline aweber

  • Newbie
  • *
  • Posts: 8
Re: tried to enable managesieve, now "main.inc.php not found"
« Reply #2 on: May 15, 2013, 03:26:24 PM »
copied config.inc.php.dist to config.inc.php

in roundcubemail/plugins/managesieve (stayed in same directory)