I've tried searching but all of the results seem to be about setting up an actual mail server. I just want the simplest solution.
I've added my email address to the bottom of /etc/aliases
.
I've had the server a week or more now, and I note that /var/spool/mail/root
doesn't exist? Why would that be, I feel there should be a smattering of emails in there by now. /var/spool/mail/codemonkey
does exist (but is empty).
I (optimistically) tried dnf install mail
, but that package doesn't exist. a dnf search
shows sendmail
and mailx
, along with a million other things. What's the right package?
Thanks