Fix unattended upgrades mail.

Send to "root" instead of "root@localhost" because our MTA
config likes that better.

Change-Id: I9b9b6204cf22b1ad0dd84a69c52e55ec09bee173
This commit is contained in:
James E. Blair 2012-06-14 11:03:22 -07:00
parent ef13a895e0
commit ba4f1bfcff

View File

@ -19,7 +19,7 @@ Unattended-Upgrade::Package-Blacklist {
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. The package 'mailx'
// must be installed or anything that provides /usr/bin/mail.
Unattended-Upgrade::Mail "root@localhost";
Unattended-Upgrade::Mail "root";
// Do automatic removal of new unused dependencies after the upgrade
// (equivalent to apt-get autoremove)