On Mon, Nov 30, 2009 at 9:42 PM, Lists lists@rheel.co.nz wrote:
Kate,
You need to modify /etc/aliases to have something like:
root: user@gmail.com mailto:user@gmail.com
You should then run /usr/bin/newaliases to make these changes active||.
Matt
Hi Matt,
I have done this and it works for new mail arriving but I need to onsend the existing mail.
Ah, I misread what you were looking to do. You should be able to do the following then.
cat /var/spool/mail/root | mail -s "Old Root Emails" user@gmail.com
Hope that helps. Matt