<!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">
Jim Popovitch wrote:
<blockquote
 cite="mid:7ff145960808101444r2c9b893sddd15c5bc2675e8d@mail.gmail.com"
 type="cite">
  <pre wrap="">On Sun, Aug 10, 2008 at 5:08 PM, Jim Lynch
<a class="moz-txt-link-rfc2396E" href="mailto:ale_nospam@fayettedigital.com">&lt;ale_nospam@fayettedigital.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks. But
    </pre>
  </blockquote>
  <pre wrap=""><!---->.....
  </pre>
  <blockquote type="cite">
    <pre wrap="">I don't want messages tossed.  :(
    </pre>
  </blockquote>
  <pre wrap=""><!---->
:-) Sorry.  It's the weekend.

What you want is generic mapping (the next section down in that Postfix link)

-----------------------------------------------
Generic mapping for outgoing SMTP mail

Some hosts have no valid Internet domain name, and instead use a name
such as localdomain.local. This can be a problem when you want to send
mail over the Internet, because many mail servers reject mail
addresses with invalid domain names.

With the smtp_generic_maps parameter you can specify generic(5) lookup
tables that replace local mail addresses by valid Internet addresses
when mail leaves the machine via SMTP. The generic(5) mapping replaces
envelope and header addresses, and is non-recursive. It does not
happen when you send mail between addresses on the local machine.

This feature is available in Postfix version 2.2 and later.

Example:

    /etc/postfix/main.cf:
        smtp_generic_maps = hash:/etc/postfix/generic

    /etc/postfix/generic:
        <a class="moz-txt-link-abbreviated" href="mailto:his@localdomain.local">his@localdomain.local</a>                <a class="moz-txt-link-abbreviated" href="mailto:hisaccount@hisisp.example">hisaccount@hisisp.example</a>
        <a class="moz-txt-link-abbreviated" href="mailto:her@localdomain.local">her@localdomain.local</a>                <a class="moz-txt-link-abbreviated" href="mailto:heraccount@herisp.example">heraccount@herisp.example</a>
        @localdomain.local                        <a class="moz-txt-link-abbreviated" href="mailto:hisaccount+local@hisisp.example">hisaccount+local@hisisp.example</a>

When mail is sent to a remote host via SMTP, this replaces
<a class="moz-txt-link-abbreviated" href="mailto:his@localdomain.local">his@localdomain.local</a> by his ISP mail address, replaces
<a class="moz-txt-link-abbreviated" href="mailto:her@localdomain.local">her@localdomain.local</a> by her ISP mail address, and replaces other
local addresses by his ISP account, with an address extension of
+local (this example assumes that the ISP supports "+" style address
extensions).
-----------------------------------------------

-Jim P.
_______________________________________________
Ale mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ale@ale.org">Ale@ale.org</a>
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a>

  </pre>
</blockquote>
Thanks, Jim.<br>
<br>
That's what I'm looking for.&nbsp; One more question.&nbsp; What is the purpose
of the:<br>
<pre wrap="">        @localdomain.local                        <a class="moz-txt-link-abbreviated" href="mailto:hisaccount+local@hisisp.example">hisaccount+local@hisisp.example</a>
</pre>
Line? Where would it come into play?<br>
<br>
<br>
Jim.<br>
</body>
</html>