<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Jim!<br>
<br>
<br>
<br>
Jim Tittsler wrote:
<blockquote
 cite="mid:63e484160904011959w4d339d4fx14ed82d0650607e9@mail.gmail.com"
 type="cite">
  <pre wrap="">On Thu, Apr 2, 2009 at 15:33, Hong Chyr <a class="moz-txt-link-rfc2396E" href="mailto:hongchyr@yahoo.co.uk">&lt;hongchyr@yahoo.co.uk&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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)

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.

So I gather using the /etc/aliases trick will do the job?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, just add
root: alert
to your /etc/aliases and you are done.[1]  You can use
'/usr/sbin/exim4 -bt root' to verify where/how it will be delivered.

Jim

[1] On Ubuntu, if the /etc/exim4/lowuid-aliases file exists you can
change it there... or by reconfiguring the exim4 package to set
DEFAULT_SYSTEM_ACCOUNT_ALIAS to the desired value... "alert" in your
case.


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