ISPConfig "backend" completely unfunctional after a restart

Discussion in 'Installation/Configuration' started by Xaymar, Aug 22, 2011.

  1. Xaymar

    Xaymar New Member

    Hello,

    I decided to restart the system after it has been running for 1mo straight as it was getting slow.
    After I did that all ISPConfig "backend" functionality is gone. I've restored some services(apache2,mysql) to it's functionality but I can't seem to get mail working again.

    Here are the logs that ISPConfig outputs:
    What went wrong and how can I fix it?

    Edit: After restarting postfix, I'm getting 3 of the missing emails now, waiting for more...
     
    Last edited: Aug 22, 2011
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    One problem is that Amavisd is not started, this is caused by wrong amavis directory permissions. Thes efiles are not managed by ispconfig, so the reason for the problem must be something outside of ispconfig, e.g. a failed system update or someone accidently set wrong permissions on several Linux system directories.

    What you cany try is to reinstall amavis:

    apt-get install --reinstall amavisd-new

    if this wont help, try to run:

    dpkg-reconfigure amavisd-new

    Seems as if files or debian packages have been deleted as postfix mysql package is missing. Install it with:

    apt-get install --reinstall postfix-mysql
     

Share This Page