"Noel J. Bergman" <[EMAIL PROTECTED]> wrote:
> Sounds as if you've changed the processing for
> addresses that are in a local
> domain and not delivered. You should have had
> something like:
>
> <mailet match="HostIsLocal" class="ToProcessor">
> <processor> local-address-error </processor>
> <notice>550 - Requested action not taken: no
> such user here</notice>
> </mailet>
>
> after your LocalDelivery mailet, which would have
> prevented those from going
> back out.
Noel, here, I think, is the relevant section from our
config.xml:
<mailet match="All" class="JDBCVirtualUserTable">
<table>db://userdb/users</table>
</mailet>
<mailet match="RecipientIsLocal"
class="LocalDelivery"/>
<mailet match="HostIsLocal" class="ToProcessor">
<processor> local-address-error </processor>
<notice>550 - Requested action not taken: no
such user here</notice>
</mailet>
Still, if an email comes in for a valid domain, but
unvalid user, the email gets sent back out to the
primary MX host which then forwards it back to JAMES.
How can we fix this? Should we create a local DNS
entry on the JAMES server such that when JAMES does a
lookup, it sees itself as being canonical? That seems
a bit kludgey. . .
Thanks, so much, for your time.
Igi
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]