Looks as if there are a couple of problems.

First, this:

 spoolmanager.transport: Checking Mail1081138395379-1-!57582-!155018 with
RemoteAddrNotInNetwork
 spoolmanager.transport: Servicing Mail1081138395379-1-!57582-!155018 by
ToProcessor Mailet
 spoolmanager: Processed Mail1081138395379-1-!57582-!155018 through
transport
 spoolmanager: Result was relay-denied

tells us that your RemoteAddrNotInNetwork didn't approve the remote host for
the bounce message.  That's wrong.  You don't need that matcher, since the
<authorizedAddresses> should handle it at the ingress, but even so it should
work.  How is that configured?  The default should allow 127.0.0.1, which is
what ought to be used for a bounce message.

Second, the NPE:

 spoolmanager.relay-denied: Servicing Mail1081138395379-1-!57582-!155018 by
ToRepository Mailet
 spoolmanager: Exception in processor <relay-denied>
 java.lang.NullPointerException
         at ToRepository.service(ToRepository.java:97)

Looks to indicate that the repository was null.  The default configuration
is:

 <repositoryPath>file://var/mail/relay-denied/</repositoryPath>

which should be fine.

        --- Noel


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

Reply via email to