<!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 bgcolor="#ffffff" text="#000000">
Henry Kwan wrote:
<blockquote cite="midloom.20080604T220612-790@post.gmane.org"
 type="cite">
  <pre wrap="">Ken Goods &lt;kgoods &lt;at&gt; cropusainsurance.com&gt; writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I used a guide on the MailScanner site for the initial setup. Take a look
around there and see what you come up with. If you need more help or have
other questions don't hesitate to ask.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hi Ken,

I'm currently installing a MailScanner (using Sendmail) and Exchange 2007 setup
and have it mostly configured but in the process of testing it, I did come
across an issue.

When I create a distribution list in Exchange, by default it only accepts mail
from authenticated senders.  I have to manually unset that option before I can
send emails to that distribution list from the outside world.  How do I make my
MailScanner box an authenticated sender to Exchange?  Currently, there is a
Receive Connector that accepts anonymous SMTP only from the MailScanner box and
no other IP.

Thanks.


  </pre>
</blockquote>
If your MailSCanner authenticated to the exchange and it accepts email
from the outside world, then the end result is the same as simply
unchecking the authenticated senders option.&nbsp; Its there as a mechanism
to prevent outsiders from emailing certain groups within the
organisation.&nbsp; For example if you had a distribution group than
encompassed the whole company you wouldn't necessarily want outsiders
to the company being able to fire one email that went to all say 1000+
employees.&nbsp; This mechanism simply allows control over who can email to
the distribution list.&nbsp; If you want people from outside to be able to
use certain distribution groups then you simply turn this option off
for those groups, its not really any big deal, exchange versions prior
to 2007 didn't have this "feature" implemented in this way anyway so
its no great loss turning it off.&nbsp; You can probably setup a group
policy option to set this automagically by default.<br>
<br>
Use this command to unset it for &lt;groupname&gt;<span
 style="color: rgb(0, 0, 255);"> <br>
<br>
Set-DistributionGroup &#8220;&lt;groupname&gt;&#8243;
-RequireSenderAuthenticationEnabled $False</span><br>
<br>
P.<br>
<br>
<br>
</body>
<br />--
<br />This message has been scanned for viruses and
<br />dangerous content by the 
<a href="http://www.inexcom.co.uk/"><b>Inexcom</b></a> system scanner,
<br />and is believed to be clean.
<br />Advanced heuristic mail scanning server [-].

</html>