Comment 3 for bug 1012921

Revision history for this message
James Page (james-page) wrote :

Looks like you have a configuration issue with postfix:

/usr/sbin/postconf: fatal: open /etc/postfix/main.cf: No such file or directory

Please try reconfiguring postfix:

   sudo cp /usr/share/postfix/main.cf.debian /etc/postfix/main.cf
   sudo dpkg-reconfigure postfix

This should generate the required configuration file; you can then complete the install by running:

  sudo apt-get -f install

Marking 'Invalid' as this is related to a local configuration issue.

Thanks