<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Within your network, you can send messages directly to each other without using your gateway.<BR>
 <BR>
You just want to send them address more like this :<BR>
 <BR>
<STRONG>SP AB6CDE @ WX6YZ</STRONG><BR>
 <BR>
Where AB6CDE is the intended recipient and WX6YZ is the intended station within your network.<BR>
 <BR>
In this manner you want to avoid addressing messages in a form that looks like an internet email address.<BR>
 <BR>
Meaning you'd want to avoid addressing like this:<BR>
 <BR>
<STRONG>SP <A href="mailto:AB6CDE@WX6YZampr.org">AB6CDE</A><STRONG><SPAN class=squiggly title="To see spelling suggestions, click this word" splc="splc" state="new" word="AB6CDE"><A href="mailto:AB6CDE@WX6YZampr.org"></SPAN>@WX6YZampr.org</STRONG></A></STRONG><STRONG> </STRONG><BR>
 <BR>
By addressing in the first manner, your rewrite file can and your forward.bbs file can work together to route your internal LAN/NETWORK messages around to each other and avoid internet email altogether.<BR>
 <BR>
In fact, your rewrite file can have rules to catch messages addressed to the second method, and rescan them as if they were addressed to the first method.<BR>
 <BR>
Doing this would seem to accomplish what you see (or what I believe you seek).<BR>
 <BR>
A rewrite rule something similar to this:<BR>
 <BR>
<FONT color=#000000> </FONT><A href="mailto:*%*@wx6yz.ampr.org"><STRONG><FONT color=#000000>*%*@wx6yz.ampr.org</FONT></STRONG></A><STRONG><FONT color=#000000>    </FONT></STRONG><A href="mailto:$1@wx6yz"><STRONG><FONT color=#000000>$1@wx6yz</FONT></STRONG></A><STRONG><FONT color=#000000> </FONT>   r</STRONG><BR>
<STRONG></STRONG> <BR>
<STRONG>or simply</STRONG><BR>
<STRONG></STRONG> <BR>
 <A href="mailto:*%*@wx6yz.ampr.org"><STRONG><FONT color=#000000>*%*@wx6yz.ampr.org</FONT></STRONG></A><STRONG><FONT color=#000000> </FONT>  </STRONG><STRONG> WX6YZ</STRONG><BR>
<STRONG> <BR>
<BR></STRONG>(You'll have to excuse HOTMAIL for trying to turn those into links)<BR>
 <BR>
Keep in mind that you would also want those rules to be first in your rewrite file so they can be filtered into your LAN forwarding before any other rules. This would prevent further rules from sending them someplace unexpected.<BR>
 <BR>
After that, all other messages addressed to an internet address not in your LAN, you get passed over to your gateway to be sent onward.<BR>
 <BR>
I already do this for one station at the RF end of my LAN. If someone from the internet were to send him a message addressed to <A href="mailto:hiscallsign@hiscallsign.amor.org">hiscallsign@hiscallsign.amor.org</A> , that message does come into my gateway POSTFIX first, scanned for garbage, passed to my JNOS, then sent over RF to his station.<BR>
 <BR>
By the same token, if someone on my JNOS sends him a message ("SP hiscallsign") that message goes directly to him via RF, and never gets sent to my POSTFIX gateway.<BR>
 <BR>
I hope that helps.<BR>
 <BR>
Bill<BR>
KG6BAJ<BR>
 <BR>
<DIV>

<HR id=stopSpelling>
From: n6mef@mefox.org<BR>To: nos-bbs@tapr.org<BR>Date: Tue, 6 Dec 2011 16:11:09 -0800<BR>Subject: Re: [nos-bbs] smtp gateway control<BR><BR>
<META name=Generator content="Microsoft SafeHTML">
<STYLE>
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman","serif";}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.ecxMsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass p
{margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:"Times New Roman","serif";}
.ExternalClass span.ecxEmailStyle18
{font-family:"Calibri","sans-serif";color:#1F497D;}
.ExternalClass .ecxMsoChpDefault
{font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;}
.ExternalClass div.ecxWordSection1
{page:WordSection1;}

</STYLE>

<DIV class=ecxWordSection1>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt">As I said, we have a network of JNOS systems with a gateway for mail to others.  The gateway uses Postfix.  But it doesn’t make sense to send everything to a gateway, when JNOS can talk directly to JNOS with a single hop.</SPAN></P>
<P class=ecxMsoNormal><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt"> </SPAN></P>
<DIV> </DIV></DIV></DIV>                                     </div></body>
</html>