Report this

What is the reason for this report?

Try install Postfix On LEMP 16.04

Posted on August 14, 2017

Hi No I try send mail from my web application I develop by Laravel 5.4 After Search How TO send Mail From LEMP Ubuntu 16.04 I followed This Tutorial But When Try Install Postfllx this Message Comes to me on Putty


Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 mailutils : Depends: mailutils-common (= 1:2.99.99-1ubuntu2) but it is not going to be installed
             Depends: default-mta or
                      mail-transport-agent
             Depends: guile-2.0-libs but it is not going to be installed
             Depends: libmailutils4 (>= 1:2.99.99) but it is not going to be installed
 sendmail : Depends: sendmail-bin but it is not going to be installed
 sensible-mda : Depends: sendmail-bin but it is not going to be installed or
                         mail-transport-agent
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

How Can I fix this ?? Thank’s



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

As stated in the erorr you need to run the following command:

apt-get -f install

In order to fix the have unmet dependencies problem.

If you are still getting errors after that feel free to share them here.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.