> Are you guys absolutely certain that your installations are not
> relaying?

Yes, absolutely 100% certain.

<processor name="transport">
        <mailet match="RecipientIsLocal" class="LocalDelivery">
                <notice>sent for local delivery</notice>
        </mailet>
        <mailet match="HostIsLocal" class="ToProcessor">
                <notice>unknown local user</notice>
                <processor>error</processor>
        </mailet>
        <mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.0.*"
class="ToProcessor">
                <notice>relaying not allowed for this host</notice>
                <processor> spam </processor>
        </mailet>
        <mailet match="All" class="RemoteDelivery">
                <outgoing> db://maildb/message/outgoing </outgoing>
                <delayTime> 216000</delayTime>
                <maxRetries>10</maxRetries>
                <deliveryThreads> 50 </deliveryThreads>
        </mailet>
</processor>




> If you are, I would really like to see some configuration
> examples. If you are not, I would like to recommend you try
> http://www.ordb.org/submit/.


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

Reply via email to