I'm getting these messages also, but until yesterday I was getting a message from UltraLingual, a Spam protection service that requires senders to register themselves in order to send email to users who use the service. I would get the registration request when I sent mail to the tomcat-user list, but my mail would go through to the list. I suspect it's related to the bounce message below. Do you know if this is so, and if it's been reported as well?

-Mark

Mark Thomas wrote:

You are not the first to see this. I am not sure what is going on and I have raised it with the infrastructure team. For now, subscribers can ignore these messages.

Mark
[EMAIL PROTECTED]

Markus Sch�nhaber wrote:

Hello!

I recieved this message even though I am subscribed to the Tomcat Users List (with the account I'm sending this mail from). My posting has made it to the list though*) and was sent back to me like all the other posts to the list.
Is there something Id did wrong?
BTW: This has happend for every posting I made on the list since yesterday.

Regards
  mks

*) http://mail-archives.apache.org/mod_mbox/jakarta-tomcat-user/200506.mbox/[EMAIL PROTECTED]

Am Dienstag, 14. Juni 2005 15:51 schrieb [EMAIL PROTECTED]:

Unable to deliver message to the following address(es) "Tomcat Users List"
<[email protected]>.

Remote host said: 554 delivery error: This user doesn't have an
account

--- Original message follows.

Am Dienstag, 14. Juni 2005 14:52 schrieb Christian Stalp:

I did it.
I made this entry in catalina-policy:

// Mein Eintrag zum ausführen eines Prozesses:
grant codeBase "file:${catalina.home}/webapps/my_exec/-" {
   permission java.io.FilePermission
"/home/chris/c/file-test","execute"; };


Is the path really correct? Is the webapp's directory really named
"my_exec"?

Try to use the absolute pathname of your webapp's directory, i. e.
something like
grant codeBase "file:/opt/tomcat-4.1/webapps/my_exec_or_whatever/-" ...

Is the file really executable for the account tomcat runs under?

Regards
 mks

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






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



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

Reply via email to