RE: SMTP

2003-06-24 Thread Vincenzo Gianferrari Pini
-Original Message- From: David Schwartz [mailto:[EMAIL PROTECTED] Sent: martedi 24 giugno 2003 15.33 To: James Users List Subject: RE: SMTP -Original Message- From: Vincenzo Gianferrari Pini [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 1:22 PM To: James

RE: SMTP

2003-06-19 Thread David Schwartz
, 2003 3:55 PM To: James Users List Subject: RE: SMTP 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

RE: SMTP

2003-06-19 Thread Vincenzo Gianferrari Pini
this is exactly what you are looking for. It works fine and secure. Vincenzo -Original Message- From: David Schwartz [mailto:[EMAIL PROTECTED] Sent: giovedi 19 giugno 2003 18.40 To: James Users List Subject: RE: SMTP Thanks Noel If the connector between the web server and tomcat

RE: SMTP

2003-06-19 Thread David Schwartz
To: James Users List Subject: RE: SMTP Even better; I have a tomcat as a web server and J2EE web container, using an ssl connector, with a servlet/jsp application that talks to a James instance in the same machine, that accepts only smtp requests from that same machine if outbound. If I understood

RE: SMTP

2003-06-19 Thread Noel J. Bergman
Are you referring to the apache connector for tomcat? What if I'm using tomcat as the web server, without Apache? Then there is no connector. But you said that you had the web server on one machine, and tomcat with James on another. --- Noel

RE: SMTP

2003-06-19 Thread David Schwartz
Subject: RE: SMTP Are you referring to the apache connector for tomcat? What if I'm using tomcat as the web server, without Apache? Then there is no connector. But you said that you had the web server on one machine, and tomcat with James on another. --- Noel

RE: SMTP

2003-06-19 Thread Vincenzo Gianferrari Pini
Yes. That's exactly what I want to do. What did you use for ssl on Tomcat? I wanted to make sure that only authenticated users could use the web mail client servlet; as I wanted to have the password used for the tomcat logon be safe, I activated ssl (https) for the logon itself, and for the

RE: SMTP

2003-06-19 Thread David Schwartz
What module did you use for ssl on Tomcat? -Original Message- From: Vincenzo Gianferrari Pini [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 1:10 PM To: James Users List Subject: RE: SMTP Yes. That's exactly what I want to do. What did you use for ssl on Tomcat? I wanted

RE: SMTP

2003-06-19 Thread Noel J. Bergman
Currently I have an NT server with iis, exchange server verisign ssl cert. Right. So you can use a connector between IIS and Tomcat, which means you can use your existing SSL cert. I thought that the latter was your point in the first place. I don't know yet how it will work with the ssl

RE: SMTP

2003-06-19 Thread Vincenzo Gianferrari Pini
Sorry, David, I have to rush out. I'll answer you back tomorrow. Vincenzo -Original Message- From: David Schwartz [mailto:[EMAIL PROTECTED] Sent: giovedi 19 giugno 2003 19.14 To: James Users List Subject: RE: SMTP What module did you use for ssl on Tomcat? -Original

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

RE: SMTP

2003-06-18 Thread David Schwartz
Users List Subject: RE: SMTP 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

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 want

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 mail,

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

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

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

RE: SMTP

2003-06-18 Thread David Schwartz
- From: Serge Knystautas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:34 PM To: James Users List Subject: Re: SMTP 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

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 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,

RE: SMTP

2003-06-18 Thread David Schwartz
would only be on the server. The connection between the sevlet james would then be authenticated. Would that work? -Original Message- From: Serge Knystautas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:44 PM To: James Users List Subject: Re: SMTP David Schwartz wrote

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

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
PROTECTED] Sent: Wednesday, June 18, 2003 3:04 PM To: James Users List Subject: RE: SMTP 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

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 intruder

RE: SMTP

2003-06-18 Thread Chris Means
: Wednesday, June 18, 2003 2:04 PM To: James Users List Subject: RE: SMTP 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

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

Re: SMTP+SSL howto

2003-06-05 Thread Denis Navitaniuk
Hello, Emmanuel! I tried to configure James as you described in your last post, but I had the same problem as before. I tried both (jdk141) and (jdk131 with jsse) with the same unsuccessfull result. When I'm connecting to port 465 via openssl, I receive the following response:

Re: SMTP AUTH sending problem

2003-04-09 Thread Cesar Bonadio
: Wednesday, April 09, 2003 11:22 AM Subject: Re: SMTP AUTH sending problem I also have an SMTP problem. Some users cannot send some messages to another some users. It's a bit strange, look at the DEBUG info. User send a message to various recipients. Some of them sent ok, others not. Here is when

RE: SMTP AUTH scares me...

2003-03-19 Thread Danny Angus
Many firewalls handle SMTP differently than other connections. Usually they simply filter packets based on their source and destination. It is often possible, however, for firewalls to be setup to proxy SMTP traffic on port 25. This allows the firewall to use services such as RBL's (Relay Black

Re: SMTP AUTH scares me...

2003-03-19 Thread Kenny Smith
Hi Emmanuel, I had a problem with this at work. For some reason the firewall was dropping packets that it deemed to be authentication packets. This included SMTP, SSH, all sorts of stuff. The IT guys didn't really tell what they changed or give me a good description, but it sounded like some

Re: SMTP AUTH scares me...

2003-03-19 Thread Kenny Smith
Hi Danny, I've totally found James/SMTP-AUTH to be totally rocking too, but this problem I had with the lan at work made it appear that when I telneted to james and issued the ehlo, that no AUTH LOGIN PLAIN was returned. I downloaded Ethereal on my workstation and fired up ngrep on the james

RE: SMTP+SSL =error (log files)

2003-01-28 Thread Noel J. Bergman
worked on for James v3. --- Noel -Original Message- From: Emmanuel Gilmont [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 3:57 To: James Users List Subject: Re: SMTP+SSL =error (log files) You got it :-) I made 3 attempts (see smtpserver.log for details): 1) kmail + ssl

Re: SMTP+SSL =error (log files)

2003-01-23 Thread Emmanuel Gilmont
of the log showing when kmail tries to use SMTP with TLS. A useful paper: http://www.sial.org/talks/smtpauth-starttls/talk.html --- Noel -Original Message- From: Emmanuel Gilmont [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 7:25 To: James Users List Subject: Re: SMTP

Re: SMTP+SSL =error

2003-01-22 Thread Emmanuel Gilmont
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Emmanuel, Are you saying that SSL (TLS) works for RemoteManager and POP3, but not SMTP? Yes. That's right. Are you getting ssl:port indicators emitted at startup for RemoteManager, POP3 and SMTP? Yes, all seems ok. And when I try to

RE: SMTP+SSL =error

2003-01-21 Thread Noel J. Bergman
Emmanuel, Are you saying that SSL (TLS) works for RemoteManager and POP3, but not SMTP? Are you getting ssl:port indicators emitted at startup for RemoteManager, POP3 and SMTP? Technically, SMTP is a bit different from the others. I don't believe STARTTLS is currently implemented. Some

RE: SMTP error: James trying to relay?

2002-12-27 Thread Peter M. Goldstein
Looks like a DNS problem. Check that you properly set your DNS servers. RemoteDelivery should resolve the domain 'yahoo.com' to an MX record that looks something like mx1.mail.yahoo.com. If the MX record can't be resolved (i.e. you didn't set your DNS servers) then it will attempt to connect

RE: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
Could this be an indication that my ISP is blocking port 25? On Fri, 27 Dec 2002 00:32:13 -0800, Peter M. Goldstein wrote: Looks like a DNS problem.  Check that you properly set your DNS servers. RemoteDelivery should resolve the domain 'yahoo.com' to an MX record that looks something like

RE: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
, 2002 12:30 To: James Users List Subject: RE: SMTP error: James trying to relay? Could this be an indication that my ISP is blocking port 25? -- To unsubscribe, e-mail:   mailto:james-user- [EMAIL PROTECTED] For additional commands, e-mail: mailto:james-user- [EMAIL PROTECTED] -- To unsubscribe

RE: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
Is the following excerpt enough? Excerpt from mailet.log: 27/12/02 09:38:23 INFO James.Mailet: RemoteDelivery: Attempting delivery of Mail1041003502156-1-to-yahoo.com to host yahoo.com to addresses [[EMAIL PROTECTED]] 27/12/02 09:38:44 INFO James.Mailet: RemoteDelivery: Temporary exception

Re: SMTP error: James trying to relay?

2002-12-27 Thread Serge Knystautas
Someone already wrote to say that THIS error is from not having DNS setup correctly. As you'll see in the stack trace, you are trying to deliver a message to a hostname yahoo.com, which there isn't any. If you had DNS configured, it would be trying mx1.yahoo.com, mx2.yahoo.com, etc... --

RE: SMTP error: James trying to relay?

2002-12-27 Thread Noel J. Bergman
Check the james-config.xml file and there will be a place in bold that asks you to enter your DNS servers. (this really ought to be a top FAQ item... the DNS configuration stuff is a bit buried in our FAQ at the moment). Do you want to modify FAQ.xml for it? --- Noel -- To

Re: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
Ah... so if I want to use the SMTP service, I have to be running a DNS server (not service) ? ( name server addresses aren't direct enough access? ) On Fri, 27 Dec 2002 13:55:11 -0500, Serge Knystautas wrote: J. Norment wrote: Ok.  So that error cannot come up if port 25 is being blocked by the

Re: SMTP error: James trying to relay?

2002-12-27 Thread Serge Knystautas
J. Norment wrote: Ah... so if I want to use the SMTP service, I have to be running a DNS server (not service) ? ( name server addresses aren't direct enough access? ) Sorry, I got confused by bit about DNS service of XP. You were right the first time, a DNS service is a local DNS server, so

Re: SMTP error: James trying to relay?

2002-12-27 Thread Serge Knystautas
Noel J. Bergman wrote: Check the james-config.xml file and there will be a place in bold that asks you to enter your DNS servers. (this really ought to be a top FAQ item... the DNS configuration stuff is a bit buried in our FAQ at the moment). Do you want to modify FAQ.xml for it? Well, I

RE: SMTP error: James trying to relay?

2002-12-27 Thread Noel J. Bergman
Ah... so if I want to use the SMTP service, I have to be running a DNS server (not service) ? No, but you do need to configure a dns server entry in config.xml so that the mail server knows whom to contact to lookup MX records. When you tell the mail server to deliver e-mail to jnorment @

Re: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
Not sure if this is exactly what you want me to do. ( but this should reflect how the local dns service is resolving the records for the email address that I want to send to, right? ) If it is resolving here, and my dns tag is set to 127.0.0.1, should James be able to get the information it

Re: SMTP error: James trying to relay?

2002-12-27 Thread Serge Knystautas
J. Norment wrote: Not sure if this is exactly what you want me to do. ( but this should reflect how the local dns service is resolving the records for the email address that I want to send to, right? ) If it is resolving here, and my dns tag is set to 127.0.0.1, should James be able to get the

RE: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
I'm using ns_.mydyndns.org for domain resolution (they inform me that they don't do recursive lookups, however, so I suspect it will do no good putting those name server addresses in as dns server entries.) I'm trying to send email from sourceapprentice.com (not soulinstinct.com); running

Re: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
Ok. So, anytime the DNS server changes, I'll need to change it in the James config file? Querying 127.0.0.1 results in the following: set type=mx 127.0.0.1 Server: cdm-208-1-69-bcst.cox-internet.com Address: 208.180.1.69 *** cdm-208-1-69-bcst.cox-internet.com can't find 127.0.0.1:

RE: SMTP error ... problem solved

2002-12-27 Thread J. Norment
Attn: Noel Serge: Thanks so very much for your help. I was at my wit's end trying to figure out the answer to this (apparently simple) puzzle: Putting in my service provider's DNS servers worked. 127.0.0.1 didn't. The servers I use for domain resolution also did not. Thanks again for you

RE: SMTP error: James trying to relay?

2002-12-27 Thread J. Norment
Ok... that didn't work ( couldn't find yahoo.com. ) Guess the XP DNS service is not a DNS server. On Fri, 27 Dec 2002 15:46:29 -0500, Noel J. Bergman wrote: Querying 127.0.0.1 results in the following: type server 127.0.0.1 to tell nslookup that you want to use 127.0.0.1 as the DNS server.

RE: SMTP error: James trying to relay?

2002-12-27 Thread Noel J. Bergman
Ok... that didn't work ( couldn't find yahoo.com. ) Guess the XP DNS service is not a DNS server. :-( Yeah, I just tried it here. Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\noelnslookup Default Server: C0A80101.tipt.aol.com

RE: SMTP Authentication not working

2002-11-28 Thread Peter M. Goldstein
Roy, A couple of things. postmaster[EMAIL PROTECTED]/postmaster Technically, this is a badly formed email address. It should be roy@[192.168.2.80]. As MTAs are often bad at handling IP routing, I'd recommend that you use an email address with an explicit host name. !--

RE: SMTP processing...

2002-05-27 Thread Danny Angus
add a mailet container to your own server, and use mailets... http://jakarta.apache.org/james/mailet/index.html d. -Original Message- From: Keith Chew [mailto:[EMAIL PROTECTED]] Sent: 26 May 2002 22:40 To: James Users List Subject: SMTP processing... Hi Just looking for some

RE: SMTP-receiver server

2002-05-09 Thread Danny Angus
Sam, I suspect that its java mail or your sending mail client which is doing this, I use M$ Outlook (Cough cough!) which has a user alterable setting for this. I also believe that the SMTP specification allows servers to truncate lines more than 76 characters long (for who knows what archaic

Re: SMTP-receiver server

2002-05-09 Thread Serge Knystautas
I think it might be a bit dangerous to do it for all messages during SMTP retrieval. The trick is you can't do this to every line as you could mess up headers and lots of non-text content. You could write a mailet that took the MimeMessage and reformated any text/plain content to remove

RE: SMTP server question

2002-04-04 Thread Thomas Singer
Ok, I solved the problem myself. I needed to add the dns server in the apps/james/conf/config.xml-file, because my local machine could not resolve them. Tom At 15:07 03.04.02 +0200, you wrote: Hmm, than I don't know, why it doesn't send anything. Sending to local users and fetching for

RE: SMTP Port Binding problem.

2002-03-19 Thread Kasper Rönning
I have a problem where I bind some of the James services to 127.0.0.1, but still I can access the services from other computers on the LAN. This is strange as binding to localhost should not allow this. I use Windows XP. /Kasper -Original Message- From: Chris D [mailto:[EMAIL

RE: SMTP Port Binding problem.

2002-03-12 Thread Jeff Keyser
If you run netstat -an from the command prompt, this will show you what ports are being listened to on what addresses. Try running this command when each James and MS SMTP is running, and compare the results to see if there is a conflict. Also, just out of curiosity, what happens when MS SMTP

RE: SMTP AUTH JavaMail

2002-02-13 Thread Danny Angus
there has been an issue with SMTP AUTH, but as to what is actually wrong here I can't say. -Original Message- From: Jordi Pujol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:47 AM To: James Users List Subject: SMTP AUTH JavaMail Hi people of James! I'm

Re: SMTP error

2002-01-12 Thread Jeff Dillon
I just set the maxmessage in config.xml size to 6144. I assume its meant to be in KB and so should give me a 6MB mail Doing that stopped any email from coming in. Am I missing something I did not have this problem with the latest source. Jeff Dillon -- To unsubscribe, e-mail:

Re: SMTP error

2002-01-11 Thread Shal Jain
HELP James ver. 2.01 Somebody(external party) sent a 20Mb email yesterday. Since then JAMES is stuck throwing the errors listed below Even after I shutdown and restart James, this error persists Any ideas how I get around it. the var/spool , var/pending , var/outgoing folders are empty. Fri

Re: SMTP error

2002-01-11 Thread Todd Tredeau
Remove the message from the Queue... Shal Jain wrote: HELP James ver. 2.01 Somebody(external party) sent a 20Mb email yesterday. Since then JAMES is stuck throwing the errors listed below Even after I shutdown and restart James, this error persists Any ideas how I get around it. the

Re: SMTP error

2002-01-11 Thread Jeff Dillon
Somebody(external party) sent a 20Mb email yesterday. In the future, you should probably set the maxmessagesize variable in the config.xml file. Perhaps the default value in the distribution should be changed from its current unlimited value to 2048kbytes or something reasonable. A 20MB email

Re: SMTP error

2002-01-11 Thread Stephan Schiessling
There are connection timeouts defined in the config file for the smtpserver. I think the default is 6 minutes, and if receiving an email takes more than 6 minutes a timeout occurs. Problem is known, and maybe already fixed in cvs. But you can simply increased this connection timeout for now,

Re: SMTP error

2002-01-11 Thread Shal Jain
Does that mean from the sender's queue or is there a queue in James that I am not aware of - Original Message - From: Todd Tredeau [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Friday, January 11, 2002 11:28 AM Subject: Re: SMTP error Remove the message from the Queue

Re: SMTP error

2002-01-11 Thread Shal Jain
] Sent: Friday, January 11, 2002 11:34 AM Subject: Re: SMTP error Somebody(external party) sent a 20Mb email yesterday. In the future, you should probably set the maxmessagesize variable in the config.xml file. Perhaps the default value in the distribution should be changed from its current

RE: SMTP forwarding

2001-12-07 Thread Lucas Gonze
Five-ten minutes before it leaves the local spool. -Original Message- From: Serge Knystautas [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 2:12 PM To: James Users List Subject: Re: SMTP forwarding How long is brutally long? 10 seconds? A minute? An hour

Re: SMTP forwarding

2001-12-07 Thread Serge Knystautas
, 2001 2:21 PM Subject: RE: SMTP forwarding Five-ten minutes before it leaves the local spool. -Original Message- From: Serge Knystautas [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 2:12 PM To: James Users List Subject: Re: SMTP forwarding How long is brutally

Re: SMTP engine

2001-06-09 Thread Harmeet Bedi
James provides Mail Server functionality and you seem to need Mail Client. Try JavaMail from http://www.javasoft.com/products/javamail/index.html Harmeet - Original Message - From: Stefan Deuchler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 1:53 PM Subject: SMTP