<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
Harondel J. Sibble wrote:<br>
<blockquote cite="mid200401051634.IAA01462@sheridan.sibble.net"
 type="cite">
  <pre wrap="">On 5 Jan 2004 at 10:48, Ugo Bellavance wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">He used the transport map.
    </pre>
    <blockquote type="cite">
      <pre wrap="">in /etc/postfix/virtual and add alias_maps =
hash:/etc/postfix/virtual to
your main.cf file in /etc/postfix. Don't forget to use 'newaliases' to
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->

What's the (dis)advantage of doing it that way rather than a transport map?
  </pre>
</blockquote>
<br>
As I understand, a transport map is just that, a map to provide
explicit routing but your postfix server doesn't understand that mail
addressed to it shouldn't be delivered locally. You need to also tell
it either local mailbox names or, in your instance, to only act as a
relay. Hence you will need some form of alias map (User database) and
some method of telling Postfix how to reach the next host (Transport
map).<br>
<br>
<blockquote cite="mid200401051634.IAA01462@sheridan.sibble.net"
 type="cite">
  <pre wrap="">--
Harondel J. Sibble
Sibble Computer Consulting
Creating solutions for the small business and home computer user.
<a class="moz-txt-link-abbreviated" href="mailto:help@pdscc.com">help@pdscc.com</a> (use pgp keyid 0x3AD5C11D) <a class="moz-txt-link-freetext" href="http://www.pdscc.com">http://www.pdscc.com</a>
(604) 739-3709 (voice/fax)      (604) 686-2253 (pager)
  </pre>
</blockquote>
I use transport map to reference a sql database to allow both virtual
and local mail hosting and another table on the database to provide the
alias data.<br>
<br>
Hope this help<br>
<br>
Drew
</body>
</html>