<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks guys for the reply.<br>
<br>
Here's the summary of what I'm trying to achieve:<br>
<br>
Newly installed Ubuntu 8.10 server, where the system was set up with
Exim as the default MTA. In the installation process, Ubuntu (server or
workstation) will usually put the first user account created as the
default user who will receive all system emails (e.g. cron reports, etc)<br>
<br>
So now, I want to change that default to another user account. e.g.
when I install the system, the first user account I created was
admin@localhost, so now I am wanting to create another user
alert@localhost and channel all the system emails to that user. <br>
<br>
So I gather using the /etc/aliases trick will do the job?<br>
<br>
hong<br>
<br>
<br>
<br>
<br>
Daniel Pittman wrote:
<blockquote cite="mid:877i24a8fv.fsf@rimspace.net" type="cite">
  <pre wrap="">Hong Chyr <a class="moz-txt-link-rfc2396E" href="mailto:hongchyr@yahoo.co.uk">&lt;hongchyr@yahoo.co.uk&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">How can I change the default user account to receive all system
notification emails for an Ubuntu server?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Usually, the entry for 'root' in /etc/aliases.  If you have to ask that,
don't forget to run 'newaliases' as root after changing that file.

The complex answer is that it is complicated, and you would need to tell
us about your system configuration — at the least, which MTA you are
using.

Regards,
        Daniel


  </pre>
</blockquote>
<br>
</body>
</html>