Well, you must have installed (or tried to) mailutils (postfix) which after forcing the fix-missing has come to the point of setting itself up It appears that if you got install recommends set then smartmontools will pull in mailutils.Remove the...
Well, you must have installed (or tried to) mailutils (postfix) which after forcing the fix-missing has come to the point of setting itself up 
It appears that if you got install recommends set then smartmontools will pull in mailutils.
Remove the packages first:
Code: [Select]
sudo apt-get remove smartmontoolsCode: [Select]
sudo apt-get autoremoveYou can test this by:
Code: [Select]
sudo apt-get install -s smartmontoolsTo install without the extra packages use this:
[code]sudo apt-get install --no-inst...


