smartmontools package needs mailserver?

Asked by Marcel

I was wondering my smartmontools requires me to install a mailserver like exim or postfix. I understand it has a daemon that monitors your drives continuously and can notify you in case of problems. This makes sense on a server, but not on a desktop system. I just want to run the smartctl tool once and done. No need for a mailserver daemon running all the time.

Marcel

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu smartmontools Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Danna
Solved:
Last query:
Last reply:
Revision history for this message
Best Steven Danna (ssd7) said :
#1

I believe that those packages come in through a "Recommends" rather than a "Depends" so you should be able to install it with the following command:

sudo apt-get --no-install-recommends install smartmontools

Revision history for this message
Marcel (marcel-launchpad) said :
#2

It's indeed a "Recommends", but I didn't realize I had the choice to not install them. Thanks for pointing this out.

When using aptitude instead of apt-get it is:

sudo aptitude --without-recommends install smartmontools