RE: SMTP

2003-06-18 Thread Noel J. Bergman
> Would it be possible (or even a good idea) to just inject the message into > the repository? Unnecesary, and hardcoded to the repository format. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: Matchers & X Window

2003-06-18 Thread Noel J. Bergman
Looks like something not in the class loader's path. And I have no idea why. I don't have X11 installed on any *nix system. Strictly headless servers. But my guess is that the JVM saw that you have a DISPLAY, and wanted to pop-up a dialog. --- Noel ---

Re: Matchers & X Window

2003-06-18 Thread Oki DZ
BTW, here is the version of the JVM. [EMAIL PROTECTED]:~$ java -version java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-01) Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode) Oki

Matchers & X Window

2003-06-18 Thread Oki DZ
Hi, Recently I installed the IsInfected matcher (from www.mailet.org), and yesterday had the following error: 18/06/03 23:01:24 ERROR spoolmanager: Exception in JamesSpoolManager.run null java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at java.lang.Class

RE: SMTP

2003-06-18 Thread Chris Means
Would it be possible (or even a good idea) to just inject the message into the repository? That way, only "applications" that have access to the DB repository (I'm thinking MySQL etc. here) would be able to send a message. Of course, the application would have to put in some required headers, bu

RE: SMTP

2003-06-18 Thread Noel J. Bergman
> Only problem is that I wasn't planning on putting Tomcat on the server > with the ssl certificate - yet. I wanted to have java/james/tomcat on > a server & web server with ssl on dif machine. If the connector between the web server and tomcat is secure, then you are fine. Otherwise, an intrude

RE: SMTP

2003-06-18 Thread David Schwartz
You're right on! Only problem is that I wasn't planning on putting Tomcat on the server with the ssl certificate - yet. I wanted to have java/james/tomcat on a server & web server with ssl on dif machine. Will it be a problem? -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROT

RE: SMTP

2003-06-18 Thread Noel J. Bergman
> I just want to use it to send mail, via a browser interface, > without being an open relay. If you want to browse to a server and send mail from anywhere, then I presume that you are creating some sort of HTML form-based interface. That is one of the common causes of spam problems. You need to

RE: SMTP

2003-06-18 Thread David Schwartz
Yes. There is NO local client. I just want to use a web interface. -Original Message- From: bill parducci [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:53 PM To: James Users List Subject: Re: SMTP this may sound kinda dumb, but aren't we just talking about a webmail client

RE: SMTP

2003-06-18 Thread David Schwartz
I'm not using applets. Just jsp page that will pass the email message to a servlet. The servlet would then send the mail. >>you couldeither require SMTP AUTH in your mail server, and send that username/password Wanted to pass the un & password from the app to a servlet that would send it. the ja

Re: SMTP

2003-06-18 Thread bill parducci
this may sound kinda dumb, but aren't we just talking about a webmail client for what you want to do here? is the need to have a local client a requirement or a preference? b Serge Knystautas wrote: David Schwartz wrote: Unless you have some fancy authentication happening with your email, W

Re: SMTP

2003-06-18 Thread Serge Knystautas
David Schwartz wrote: Unless you have some fancy authentication happening with your email, Was planning to use SSL. Jsp interface. I would log in using the email account username & password. If they don't match the user can't send email. The page would not be open to the public. Would that work?

RE: SMTP

2003-06-18 Thread David Schwartz
>>Unless you have some fancy authentication happening with your email, Was planning to use SSL. Jsp interface. I would log in using the email account username & password. If they don't match the user can't send email. The page would not be open to the public. Would that work? -Original Messa

Re: SMTP

2003-06-18 Thread Serge Knystautas
David Schwartz wrote: I never know what the ip is. Need to send email from any browser (wherever I am). If the applet is the one actually sending the message, then you'd basically be providing an open relay. What someone was suggesting was having your applet talk (via HTTP or some other protocol

RE: SMTP

2003-06-18 Thread David Schwartz
I never know what the ip is. Need to send email from any browser (wherever I am). -Original Message- From: Steve Short [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:00 PM To: James Users List Subject: RE: SMTP The simplest method is to configure a matcher to only accept mes

RE: SMTP

2003-06-18 Thread David Schwartz
>> then you have to close that path. Please explain. -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:03 PM To: James Users List Subject: RE: SMTP > Yes. I just want to use it to send mail, via a browser interface, > without being an

RE: SMTP

2003-06-18 Thread Noel J. Bergman
> Yes. I just want to use it to send mail, via a browser interface, > without being an open relay. By default, James will only send e-mail from localhost. > Can you point me to a link on closing open relay & still being able to > send mail? If you are going to use a browser interface to send mai

RE: SMTP

2003-06-18 Thread Steve Short
The simplest method is to configure a matcher to only accept messages from certain network IP addresses. Steve > -Original Message- > From: David Schwartz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 10:52 AM > To: James Users List > Subject: RE: SMTP > > > Yes. I just wa

RE: SMTP

2003-06-18 Thread David Schwartz
Yes. I just want to use it to send mail, via a browser interface, without being an open relay. Can you point me to a link on closing open relay & still being able to send mail? -Original Message- From: Steve Short [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:42 PM To: James

RE: SMTP

2003-06-18 Thread Steve Short
Yes. If by 'everything' you mean POP3, NNTP, local inboxes. > Can James be used to just send emails out? Can everything > else be disabled? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

SMTP

2003-06-18 Thread David Schwartz
Can James be used to just send emails out? Can everything else be disabled?