Hacker News new | ask | show | jobs
by ThatGeoGuy 3493 days ago
This would be apt. Apt requires an MTA because maintainer messages / change-lists are sent as mail to the root user.
1 comments

Close. It is cron that requires a package which provides `mail-transport-agent`, because output from cronjobs is traditionally emailed to users.

You can see this via:

      apt-cache show cron|grep -i mail
Note that the `apt` package itself does not require a MTA.