if I run
# 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.
it works if I add sendmail-bin
to the apt-get install
command, but on Squeeze it was not necessary
why I have to specify some dependencies on Wheezy?
EDIT
If I remove exim4
packages, then apt-get install sendmail
works, seems something related to package dependencies
EDIT
now I tested on squeeze and it's the same!
my trouble is puppet squeeze manifests are not working on wheezy, thought apt changed something but seems not, sorry about that