If you really, really want to receive email directly inside the root account, you should first
ask yourself why you even have the root account enabled. It's considered a major security risk -
you should do all of your administrative stuff using sudo. Well, if you're still determined to do it,
edit /etc/postfix/aliases to send root's email to the account nobody.
Then add the following lines to /etc/postfix/virtual:
nobody nobody@localhost
root root@localhost
Then type:
newaliases
postmap /etc/postfix/virtual
postfix reload
echo placeholder | mail -s "Don't delete this message!" nobody
cd /var/mail
ln -s nobody root