<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tim wrote:<br>
<blockquote cite="mid1189430801.2719.8.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">On Mon, 2007-09-10 at 08:07 +0800, <a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">How can we move the mails from Server A to Server B with MX records of
DNS ? Is there an sample for reference ? 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
MX records for a domain simply says what servers will accept mail for
you, with priorities.  It's up to those servers to move messages from
one place to another.

e.g. When you try to mail <a class="moz-txt-link-abbreviated" href="mailto:johndoe@something.example.com">johndoe@something.example.com</a>, the MX records
for example.com are looked up to see what mailserver handles the domain.
It may be just one server, it may have a list.  It tries the one with
highest priority, first.  Then the next, if it has to.  And so on.  If
one of your fallback servers accepts your mail instead of the prime one,
that server has to deal with passing the mail onto where *you* check
your inbox.

  </pre>
</blockquote>
Hello Tim,<br>
<br>
Do you means the MX function can't to help to move mails from Server A
to Server B, right ?<br>
<br>
Edward.<br>
</body>
</html>