Hi there, I have sometrouble w/ sending mail from my server, I have an Ubuntu 14.* and last VestaCP, so, it can’t emailing :C I tryed to install php-mail and sendmail, but somewhat crashed:
root@digitalsharks:~# apt-get install php-mail
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-mail is already the newest version.
php-mail set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
root@digitalsharks:~# apt-get install sendmail
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
sendmail : Depends: sendmail-bin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Sorry, guys. I’m amauter in linux C:
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!
No worries. This is likely due to your apt database being out of date. When the package manager tries to grab packages that no longer exist (because a new version was released) this can happen. A rule of thumb is to always run an
apt-get update
before running your install command. This will sync your local apt database with the remote repository.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.