Error Starting Postfix

Discussion in 'Installation/Configuration' started by onlinewebs, Nov 29, 2013.

  1. onlinewebs

    onlinewebs New Member

    Hi,
    I accidentally deleted /usr/sbin/postconf from the server. Now my postfix is not working. When ever I try to restart postfix, i get the following error message.

    fatal: cannot execute /usr/sbin/postconf!

    Server is using ispconfig3 on debian 7.
    Postfix and Dovecot were installed using the perfect installation on wheezy.
    Any help Please?
    Thanks
     
    Last edited: Nov 29, 2013
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    You could reinstall postfix via
    Code:
    apt-get install --reinstall postfix
    Maybe you have to use the ISPConfig update.php script to reconfigure services afterwards.
     
  3. onlinewebs

    onlinewebs New Member

    [SOLVED] Error Starting Postfix

    After running your suggestion, I had to update ISPConfig3 by running the following:-

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    tar xfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install/
    php -q update.php
    Thanks a lot that did the trick.
     

Share This Page