[JBoss-dev] [Mail Services] - Re: concerns about in-application caching and ad-hock transa

2004-03-11 Thread acoliver
Well "transaction" doesn't always mean the same thing. The POP transaction is really just a matter of state. I haven't looked real close at Eric's entity folder code though. It could be wrong. Take a look and do what you think is best. I trust your judgement. Plus I trust CVS to fix any err

[JBoss-dev] [Mail Services] - Re: entity structure for stored messages

2004-03-11 Thread acoliver
I don't know that header-type makes sense because theoretically I could adhoc add X-GrandMasKitchen: as a header at whim... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825302#3825302";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825302

[JBoss-dev] [Mail Services] - Re: entity structure for stored messages

2004-03-11 Thread acoliver
Whatever you think makes sense, consider clustered caching issues as well in your design. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825301#3825301";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825301>Reply to the post

[JBoss-dev] [Mail Services] - TestTwiddle

2004-03-11 Thread acoliver
Man I can't believe I've spent two days on this and only now found this. JUnit can be great for obfuscating errors. For some reason on the Linux box an exception is thrown in constructing CmdServerInfo in the construct handlers method of TwiddleHandlers. I haven't determined why yet. It may

[JBoss-dev] [Mail Services] - Re: Mail client Windows

2004-03-11 Thread acoliver
Mozilla Mail, Mozilla Thunderbird (my fav for testing this stuff). http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825212#3825212";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825212>Reply to the post

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-11 Thread acoliver
Mike Andrews has R/W access. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825211#3825211";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825211>Reply to the post --- This SF.Net emai

Re: [JBoss-dev] [Mail Services] - Mail client Windows

2004-03-11 Thread MKrause
Mozilla Thunderbird and Opera M2 worked quite well. Michael --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundament

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-11 Thread kabkhan
BTW How do I submit patches while you are away? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825204#3825204";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825204>Reply to the post ---

[JBoss-dev] [Mail Services] - Error reporting

2004-03-11 Thread kabkhan
Okey dokey :-) - KAB: Posted: Wed Mar 10, 2004 14:22 PMPost subject: Re: Unit tests question I'm currently refamiliarising myself with everything (starting with SMTP), and could look at the error reporting/message bouncing. I should be able to get something up and running.

[JBoss-dev] [Mail Services] - Mail client Windows

2004-03-11 Thread kabkhan
Does anybody know of any easily configurable mail FREE clients for Windows? I don't want to fill up my normal Outlook inbox w/ test stuff. Outlook Express allows me to change SMTP/POP ports, but from what I gather does not seem to support STARTTLS. It has a box 'This server requires SSL, but tha

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread kabkhan
Aha, found this regarding my earlier post http://linuxintegrators.com/blog/acoliver/code/?permalink=0116.html http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825115#3825115";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825115>Reply to t

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread kabkhan
I'm currently refamiliarising myself with everything (starting with SMTP), and could look at the error reporting/message bouncing. I should be able to get something up and running. Having not looked at this in any detail whatsoever yet, my initial guess is something along the lines of: -if you

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread acoliver
I think I've fixed the TestJMS though now we have to pass in the name of the connection factories in the constructor. for some dammed reason the TestTwiddle is working on OS X but not on Linux. Will look into that further. Its not critical for M1, if I have to I'll delete the test temporarily

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-10 Thread acoliver
(BTW, I'm coming back up to speed after a week out and lots of baby-related appointments. I'm working on checking into everything, just be patientbaby comes on the 18th and then I go on a vacation for two weeks. I'm hoping to get M1 ready even if we don't release it due to me not wanting t

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-10 Thread acoliver
is handle-auth turned on? (mail.sar/META-INF/jboss-service.xml) auth-requiredtrue http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825063#3825063";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825063>Rep

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread kabkhan
I haven't looked too deeply into how this works, but basically the unit tests run their own JBoss instance via calling org.jboss.system.server.ServerImpl methods directly from org.jboss.mail.MBeanServerUtil in the test suite. There is some info about this here: http://jboss.org/wiki/Wiki.jsp?pag

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-10 Thread mikea-xoba
maybe i screwed things up --- sorry --- but hopefully we'll have a whole suite of unit tests to screen this sort of security behaviour if we don't already have them. but i definitely noticed two aspects of behaviour that didn't make sense to me in code from before this last weekend, when i did a

[JBoss-dev] [Mail Services] - Re: Unit tests question

2004-03-10 Thread mikea-xoba
i also have not been able to get tests to run through successfully, with them failing immediately on the twiddle test (which i deleted). then i noticed that deleting TestJMSMailListener helped alot too --- although i quickly ran into another roadblock i'm still trying to push through getting the

[JBoss-dev] [Mail Services] - Unit tests question

2004-03-09 Thread kabkhan
Hi, Back again after a few weeks and regaining my bearings. I did a clean cvs checkout and am having a few problems running the unit tests. First I had a problem running TestTwiddle, which I got around by deleting it :-o Now I am stuck on TestJMSMailListener. Originally it gave FileNotFoundExc

[JBoss-dev] [Mail Services] - Re: Mail Server Settings

2004-03-08 Thread spiritualmechanic
Okay, sure, you can send it to me. I may do some work on it here and there. I probably won't have gobs of time. We can probably use WebStart and deploy it that way. We've just started doing some WebStart here at work and it rocks. Steve http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-08 Thread acoliver
I think you're wrong, it requires you to be authenticated or to send mail to an authenticated user... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824759#3824759";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824759>Reply to the post

[JBoss-dev] [Mail Services] - Re: Mail Server Settings

2004-03-08 Thread acoliver
If you're interested in working on this I can send you some code I've started working on: http://superlinksoftware.com/cgi-bin/erswiki.pl?JBossConsole (haven't moved this over to the Jboss wiki yet, will soon) I want to put some hooks into the deployer to deal wit hthis... http://www.jboss.org/i

[JBoss-dev] [Mail Services] - Re: AS & AV

2004-03-06 Thread spiritualmechanic
Yeah I think an intelligent filter would be cool. But I agree with Mike on black/white lists. I'm not an admin, but there seem to be enough problems with these kind of lists that we can include the feature, but not make it mandatory. Luckily, if this is going to replace an Exchange server, the E

[JBoss-dev] [Mail Services] - Re: entity structure for stored messages

2004-03-06 Thread spiritualmechanic
+1 If you are going to be using these headers individually, you might as well store them distinctively in the DB. Unless someone is going to write parse/unparse routines for the entire header as a string. Unless there's a really good reason to keep them all together, I think splitting them ou

[JBoss-dev] [Mail Services] - concerns about in-application caching and ad-hock transactio

2004-03-06 Thread mikea-xoba
is there any reason to be concerned that the application code for EntityFolder basically caches its own copies of LocalMessage entity beans while a folder is open? or is there any reason to be concerned that it maintains its own ad-hock transactions in the form of locking/unlocking and committin

[JBoss-dev] [Mail Services] - entity structure for stored messages

2004-03-06 Thread mikea-xoba
i was wondering if we may benefit from some entity sub-structure to stored messages. let me explain: right now, org.jboss.mail.mailbox.entity.message.LocalMessage is the only entity bean interface we have, and there are basically two methods that allow access to the data of any given message: g

[JBoss-dev] [Mail Services] - Re: CmdRCPT allows relaying

2004-03-06 Thread mikea-xoba
i wound up actually adding the code to SMTPProtocolInstance.handleAuth, to take into account the case where an unauthenticated user can send email anywhere as long as his end of the socket is a local address --- and added a new state variable to SMTPProtocolInstance to support that. also added c

[JBoss-dev] [Mail Services] - CmdRCPT allows relaying

2004-03-06 Thread mikea-xoba
hi folks, i've been going through the code with a fine-toothed comb all morning, mainly to further my understanding of it as it stands [and eventually to tackle the SMTP headers issue and also to get the tests to run :-)], and one of the things i encountered was that CmdRCPT apparently allows o

[JBoss-dev] [Mail Services] - Mail Server Settings

2004-03-06 Thread spiritualmechanic
I started to write a bean that would have getters/setters for the mail settings, but then I wondered if there was a way to not re-invent the wheel. Is there already a way to suck in the XML from jboss-service.xml? I was just going to use DOM, and see if I couldn't write a small java app to take

[JBoss-dev] [Mail Services] - Re: AS & AV

2004-03-06 Thread mikea-xoba
i'm not so sure SMTP needs to change, because ultimately everybody needs to have unknown or unexpected folks contact them via email, and that's precisely what SMTP does --- and precisely what whitelists or blacklists in their most strict forms prohibit. the U.S. postal service allows unexpected

[JBoss-dev] [Mail Services] - Re: AS & AV

2004-03-05 Thread acoliver
I have a few plans. And some of it is detailed in "The Case For Mail Services" off the project page. We'll have a system like JAMES's "mailets" and I also plan to have a mail scripting system. Aside from this, the basic SMTP protocol needs to change. I've started drafting some ideas: http:/

[JBoss-dev] [Mail Services] - AS & AV

2004-03-05 Thread analogueboy
Is anti-spam and anti-virus integration on the road-map for this product? I looked at using James for a while, but I struggled to find information about using products like Spam Assassain or Open anti-virus with it. Right now mail servers are two-a-penny, what makes the difference in a corporate

[JBoss-dev] [Mail Services] - Re: whether javamail activation frame work ?

2004-02-23 Thread acoliver
It doesn't sound like you need Mail Services just to send some files. It might help you to use mail services (for queueing and so forth, so that you don't need a separate mail server). The JBoss Admin + Development guide shows you how to set up a J2EE JavaMail conifg. View the original post

[JBoss-dev] [Mail Services] - whether javamail activation frame work ?

2004-02-22 Thread jredden
I have a nice set of session and entity beans running under JBoss 3.X that distribute content as long as it is html or text. In addition want to send gifs and jpegs. Plowing thtough posts and documentation it looks like I need to add a JavaMail DataSource to process jpegs and gifs. Has anyon

[JBoss-dev] [Mail Services] - Weird issue with OS X mail clients solved and some Mail Serv

2004-02-12 Thread acoliver
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821304#3821304 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821304 The issue with Entourage and Mac mail is solved. Sometimes we'd print things out of order. Apparentl

[JBoss-dev] Mail delivery failed: returning message to sender

2004-01-27 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [EMAIL PROTECTED] This message has been rejected because it has a potentially e

[JBoss-dev] Mail Failure Delivery

2004-01-16 Thread mailfailure
Dear Sir/Madam There was an internal error at reception of the letter on your letter box. To receive this letter click here Regards, Mail service --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Ope

[JBoss-dev] Mail Services changes....Let the dominos fall

2004-01-08 Thread acoliver
I just committed support for multiple CC's/BCC, mails which have both local and remote users, and some various minor changes. If anyone can give a hand figuring out why Microsoft Entourage/iMail hates us after we deliver its message and say "delivered" then I'd really appreciate it. I don't h

[JBoss-dev] Mail Services changes....Let the dominos fall

2004-01-08 Thread acoliver
I just committed support for multiple CC's/BCC, mails which have both local and remote users, and some various minor changes. If anyone can give a hand figuring out why Microsoft Entourage/iMail hates us after we deliver its message and say "delivered" then I'd really appreciate it. I don't h

[JBoss-dev] Mail Services Wiki

2003-12-15 Thread Andrew Oliver
In order to communicate more effectively common goals and all I've set up some wiki pages on the "wiki about nothing in particular": http://www.superlinksoftware.com/cgi-bin/erswiki.pl?MailServicesForJBoss I'll be filling it out in the coming days with status information and setup information for

[JBoss-dev] Mail delivery failed: returning message to sender

2003-09-04 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [EMAIL PROTECTED] Unrouteable address -- This is a copy of the message, includ

[JBoss-dev] Mail Filter?

2003-01-24 Thread Matt Munz
I sent 3 messages to this list since 11:50 EST, but they haven't appeared in my inbox. Did anyone else get them? None had attachments -- is there some sort of filter in effect? - Matt N¬HSDM隊X¬²š'²ŠÞu¼’¢êÜxZ+á'µêé®+Ø­Š‰þ >.)îÅj+•Ô¨™ëaŠx6I硶Úÿ 0½«(~Ü­ç(˜–è²Ç^½éh¦g§¶f¢–)à–+-%º

Re: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Jason Dillon
damn these *ucking emails. --jason On 10 Jul 2001, Postmaster wrote: > MAIL ESSENTIALS SENDER NOTIFICATION > > The following message: > > TO: [EMAIL PROTECTED] > FROM:[EMAIL PROTECTED] > DATE: Tue, 10 Jul 2001 20:15:45 +0100 > Subject: Re: [JBoss-dev] IT'S ALIVE! > > > has bee

RE: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread marc fleury
ommand... marcf | | |Jules | | |Scott M Stark wrote: | |> How long before this guy gets wacked from the list? |> |> - Original Message - |> From: "Postmaster" <[EMAIL PROTECTED]> |> To: <[EMAIL PROTECTED]> |> Sent: Tuesday, July 10, 2001 12:22 PM |

Re: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Julian Gosnell
l Message - > From: "Postmaster" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 10, 2001 12:22 PM > Subject: [JBoss-dev] Mail Delivery Status Notification > > > MAIL ESSENTIALS SENDER NOTIFICATION > > > > The following messag

RE: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread marc fleury
TECTED] |Subject: Re: [JBoss-dev] Mail Delivery Status Notification | | |How long before this guy gets wacked from the list? | |- Original Message - |From: "Postmaster" <[EMAIL PROTECTED]> |To: <[EMAIL PROTECTED]> |Sent: Tuesday, July 10, 2001 12:22 PM |Subject: [JB

RE: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Jay Walters
: Re: [JBoss-dev] Mail Delivery Status Notification How long before this guy gets wacked from the list? - Original Message - From: "Postmaster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 12:22 PM Subject: [JBoss-dev] Mail Delivery Status

Re: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Juha-P Lindfors
July 10, 2001 12:22 PM > Subject: [JBoss-dev] Mail Delivery Status Notification > > > > MAIL ESSENTIALS SENDER NOTIFICATION ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Scott M Stark
How long before this guy gets wacked from the list? - Original Message - From: "Postmaster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 12:22 PM Subject: [JBoss-dev] Mail Delivery Status Notification > MAIL ESSENTIALS SENDER NOTIFI

[JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Tue, 10 Jul 2001 20:15:45 +0100 Subject: Re: [JBoss-dev] IT'S ALIVE! has been quarantined by Mail Essentials for the following reason(s): Subject contains word(s)/phr

[JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Tue, 10 Jul 2001 14:07:12 -0400 Subject: [JBoss-dev] IT'S ALIVE! has been quarantined by Mail Essentials for the following reason(s): Subject contains word(s)/phrase(

Re: [JBoss-dev] Mail Delivery Status Notification

2001-07-08 Thread Ole Husgaard
Hi, Having these notifications broadcast to every recipient of large mailing lists is _very_ annoying, and I think it creates badwill for your company. Please fix, or I will have to blackhole mail sent from the trcinc.com domain. Best Regards, Ole Husgaard. Postmaster wrote: > > MAIL ESSEN

[JBoss-dev] Mail Delivery Status Notification

2001-07-08 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Sun, 8 Jul 2001 02:48:10 -0700 (PDT) Subject: RE: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e) (fwd) has been quarantined by Mail Essentials for

[JBoss-dev] Mail Delivery Status Notification

2001-07-08 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Sun, 8 Jul 2001 02:47:36 -0700 (PDT) Subject: RE: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e) (fwd) has been quarantined by Mail Essentials for

[JBoss-dev] Mail Delivery Status Notification

2001-07-08 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Sun, 8 Jul 2001 10:47:19 +0200 Subject: RE: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e) (fwd) has been quarantined by Mail Essentials for the fo

[JBoss-dev] Mail Delivery Status Notification

2001-07-07 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Sat, 7 Jul 2001 21:36:54 -0700 (PDT) Subject: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e) (fwd) has been quarantined by Mail Essentials for the f

[JBoss-dev] Mail Delivery Status Notification

2001-07-07 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Sat, 07 Jul 2001 04:19:23 -0700 Subject: [JBoss-dev] [ jboss-Patches-439278 ] log4j ConsoleAppender xxx(msg,e) has been quarantined by Mail Essentials for the following re

[JBoss-dev] Mail Delivery Status Notification

2001-07-05 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Thu, 5 Jul 2001 16:13:41 -0400 Subject: RE: [JBoss-dev] container-cache-conf 1/1 has been quarantined by Mail Essentials for the following reason(s): Body contains word(s

[JBoss-dev] Mail Delivery Status Notification

2001-07-05 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: 5 Jul 2001 16:13:19 -0400 Subject: [JBoss-dev] Mail Delivery Status Notification has been quarantined by Mail Essentials for the following reason(s): Body contains word

[JBoss-dev] Mail Delivery Status Notification

2001-07-05 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Thu, 5 Jul 2001 21:50:35 +0200 Subject: RE: [JBoss-dev] container-cache-conf 1/1 has been quarantined by Mail Essentials for the following reason(s): Body contains word(s

[JBoss-dev] Mail Delivery Status Notification

2001-07-03 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Tue, 03 Jul 2001 15:56:51 -0700 Subject: [JBoss-dev] CVS update: jboss/src/main/org/jboss/jdbc XADataSourceLoaderMBean.java XADataSourceLoader.java has been quarantined b

Re: [JBoss-dev] Mail!

2001-06-11 Thread K.V. Vinay Menon
there you go! Vinay PS: Good to see you back on the list! - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "User @ JBoss" <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 2:14 AM Subject: RE: [JBoss-dev] Mail!

RE: [JBoss-dev] Mail!

2001-06-10 Thread marc fleury
Just turn off the f***ing Html and you will see that it will work :)   marc   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of K.V. Vinay MenonSent: Monday, June 04, 2001 12:15 PMTo: User @ JBoss; Dev @ JBossSubject: [JBoss-dev] Mail

[JBoss-dev] Mail!

2001-06-04 Thread K.V. Vinay Menon
Is it just me or is the mailiing list not working! Don't seem to get any of my mails! [And yes, I have chosen to receive copies of my mails]   Vinay

<    1   2   3   4   5   6