> At 10:51 24/11/00 +1000, you wrote:
> >Yes this is the same problem I was having, the patch I submitted earlier
> >should fix the CPU thrasing problem but not the file delete problem.
> >
> >1) When the private.StreamStore is not deleted in the localinbox\users
> >dir the pop client cannot logon to dnload any mail.
> >
> >2) When the private.StreamStore is not deleted in the outgoing dir
> >SOMETIMES no subsequent outgoing mail gets delivered.
>
> Yep - this is an old bug with Avalon. I think I have fixed it .... (or at
> least it never failed any of my tests) but if it does still fail the new
> Avalon will give you a reason for it failing. So when James finishes
> migrating to that it *should* be okay ;)
After some research I found ou, that the problem with the outgoing
repository seems to be another one
It seem that he don't don't delete one stream store but writes a duplicate
of a stream store after a
failed delivery attemp.
So now i have two stream store files in the outgoing (and one persitance)
one of the stream stores is an
exact copy of the other the filename is just to digits short
(original ends F6D3031.private.StreamStore and copy ends
F6D30.private.StreamStore)
i find following log entry in the mailet.log: (target adress overwritten for
privacy reasons)
2000.11.24 06:40:17 728 (INFO) from Mailets: RemoteDelivery: attempting
delivery of Mail975022491700-24-to-<###Adressoverwritten###>0 to host
mail.ecrc.de.
2000.11.24 06:40:18 089 (INFO) from Mailets: RemoteDelivery: Exception
delivering mail (Mail975022491700-24-to-<###Adressoverwritten###>0:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 553 sorry, that domain isn't in my list of
allowed rcpthosts (#5.7.1)
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:632)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:306)
at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.jav
a, Compiled Code)
at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java,
Compiled Code)
at java.lang.Thread.run(Thread.java:479)
2000.11.24 06:40:18 089 (INFO) from Mailets: RemoteDelivery: Storing message
Mail975022491700-24-to-<###Adressoverwritten###>01 into outgoing after 1
retries
Very interesting, isn't it...
Bye Simon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives: <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]