Roy,

A couple of things.

>       <postmaster>[EMAIL PROTECTED]</postmaster>

Technically, this is a badly formed email address.  It should be
roy@[192.168.2.80].  As MTAs are often bad at handling IP routing, I'd
recommend that you use an email address with an explicit host name.

 
>           <!-- This matcher-mailet pair can prevent relaying... if you
> change
>           this,  you risk making your mail server an open relay point
for
>           spammers .
>           NOTE 1: the order of matcher-mailets is important: it must
come
> after
>           valid local recipients have been dealt with but before any
> attempt
> is
>           made to delivery the mail remotely.
>           NOTE 2: Add your own network, if you want to relay mail
outwards
>           NOTE 3: If you use SMTP AUTH, you may want to comment this
>           so users who are on the road can still use the server -->
>           <mailet match="RemoteAddrNotInNetwork=127.0.0.1"
> class="ToProcessor">
>             <processor> spam </processor>
>           </mailet>

As the comment explains, use of SMTP AUTH requires commenting out this
mailet.

--Peter 




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to