Re: Redirect class in Mailet Api

2003-06-23 Thread Hontvari Jozsef
PM Subject: Re: Redirect class in Mailet Api Hontvari, Could you please explain a little. :) I have searched the JavaDocs for the Mailet API. Thanks! - Original Message - From: Hontvari Jozsef [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Monday, June 23, 2003

Re: Reading and writing X-header fields

2003-06-16 Thread Hontvari Jozsef
... and the AddHeader mailet and HasHeader matcher - Original Message - From: Steve Brewin [EMAIL PROTECTED] To: 'James Users List' [EMAIL PROTECTED] Sent: Monday, June 16, 2003 9:59 PM Subject: RE: Reading and writing X-header fields Look at the code for fetchpop or fetchmail to see

Re: Installation James 2.1.3 on Win2K: cannot find config.xml?

2003-06-13 Thread Hontvari Jozsef
Maybe the space in java home? You should also try not deleting the entire directory but only the content of the work directory and restart. Another mysql jar in the classpath? As I remember I experienced something similar. - Original Message - From: Fred Janon [EMAIL PROTECTED] To:

Re: Available SMTP server for use with javax.mail

2003-06-13 Thread Hontvari Jozsef
You should enable SMTP authentication so you won't be an open relay but still access the server from everywhere. Better is to make the host name of the local smtp server configurable in your software. Being an open relay is not a really good idea. You can find the documentation on

Re: Available SMTP server for use with javax.mail

2003-06-12 Thread Hontvari Jozsef
2) Do you know of an public IP of a SMTP server that I can use? you already have one, the mail server you used to send this letter - Original Message - From: Daniel Joshua [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:12 PM Subject: Available SMTP server for

Re: The Forward Mailet

2003-06-12 Thread Hontvari Jozsef
you are near, but currently this is an infinite loop. Don't forget that the forwarded message reenters the root processor. - Original Message - From: Hutson Carspecken [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 6:02 PM Subject: The Forward Mailet Hello, I

Re: The Forward Mailet

2003-06-12 Thread Hontvari Jozsef
that it reentered the root processor. What would a better configuration to forward messages and (better yet) do you have any suggestions as to where I could find more information on the Forward mailet? Thanks Hut - Original Message - From: Hontvari Jozsef [EMAIL PROTECTED] To: James Users

Re: [james] RE: pop3 triggering event

2003-06-11 Thread Hontvari Jozsef
As I haven't any experience as an open source developer and with the 'jakarta process', what I need to do, beside studying the code and tring to work on it ? There is a general guideline, see http://james.apache.org/contribute.html - Original Message - From: Federico Spinazzi [EMAIL

Re: Re[2]: Virus scanning mailet/matcher

2003-06-06 Thread Hontvari Jozsef
(you can simply bounce back a message with .scr, .pif, .exe etc. attachments, especially in case of an email list) - Original Message - From: Vincenzo Gianferrari Pini [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED]; james-subscribe [EMAIL PROTECTED] Sent: Friday, June 06, 2003

Re: James as a Wireless Email Gateway

2003-06-04 Thread Hontvari Jozsef
Why don't you simply write a mailet, which sends the sms messages? You may also need a matcher which tells if the user requested sms notifications. - Original Message - From: Laith Al-Khateeb [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 8:43 AM

Re: James as a Wireless Email Gateway

2003-06-04 Thread Hontvari Jozsef
I mean why do you use FetchPOP at all? Are these multi-thousand pop accounts reside on a different, non-James, mail server? If yes, is it possible to either excelusively use James as their mail server or instruct the users to set up a forwarding on their current server to the James server? You

Re: How do I use James with a Firewall?

2003-06-02 Thread Hontvari Jozsef
... but it looks and works 99.9% the same,only the name and company has changed... /Christian Andersson Hontvari Jozsef wrote: The old (2.x) Tiny Personal Firewall. People say it is much better then the new, non-free version. - Original Message - From: Deso Kule [EMAIL PROTECTED

Re: How do I use James with a Firewall?

2003-06-01 Thread Hontvari Jozsef
has all access. Which firewall are you using? Thanks, Nick From: Hontvari Jozsef [EMAIL PROTECTED] Reply-To: James Users List [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Subject: Re: How do I use James with a Firewall? Date: Sat, 31 May 2003 14:02:48 +0200 The java.exe

Re: How do I use James with a Firewall?

2003-05-31 Thread Hontvari Jozsef
You have to adjust your firewall. Both incoming and outgoing traffic of James (or any other smtp server) goes through port 25. - Original Message - From: Deso Kule [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 31, 2003 2:51 AM Subject: How do I use James with a Firewall?

Re: restricting mailing list postings

2003-05-27 Thread Hontvari Jozsef
yes, I think so. Send the mails addresses to the list to a new processor. The new processor checks the sender with a matcher. If it is not appropriate, then bounce back the message, otherwise process it with one of the mail list mailets. - Original Message - From: Clark D. Richey, Jr.

thread count + memory usage

2003-04-04 Thread Hontvari Jozsef
I have setup James 2.1.2 and noticed that the james thread count is 60, before James would do anything. I think this number is way too high. I even modified the default configuration file, but no change. Also the memory usage seems a bit high (15-15 megabytes physical and virtual memory without

Re: ORDB considers James an open relay

2002-10-07 Thread Hontvari Jozsef
Is it possible to use InSpammerBlacklist with such restrictions? yes, but that would be pointless. You still remain an open relay. - Original Message - From: Dodd Gatsos [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, October 07, 2002 9:37 PM

Re: as service on XP

2002-08-14 Thread Hontvari Jozsef
which dll and when this message displayed? As I remember it tries to open the java runtime engine dll. Either your environment variables are not set (JAVA_HOME, PATH do not remeber) or the parameters supplied to the batch file are not correct. - Original Message - From: Airton [EMAIL

Re: as service on XP

2002-08-14 Thread Hontvari Jozsef
... Isn't it a problem by itself? - Original Message - From: Hontvari Jozsef [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 12:43 PM Subject: Re: as service on XP just check the batch file parameters you entered I am sure that is the origin

Re: James configuration

2002-08-13 Thread Hontvari Jozsef
The order is important, first check for and deliver any local mail. And only after that check relaying. The default config file is working exactly in this way. - Original Message - From: Conan Edogawa [EMAIL PROTECTED] To: James user [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 2:59

Re: James configuration

2002-08-13 Thread Hontvari Jozsef
The order is important, first check for and deliver any local mail. And only after that check relaying. The default config file is working exactly in this way. - Original Message - From: Conan Edogawa [EMAIL PROTECTED] To: James user [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 2:59

Re: how to use james API?

2002-08-03 Thread Hontvari Jozsef
The API is not necessary if you simply want to use James as a mail server. Just read the FAQ, Install and Configuration on the james home page. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 03, 2002 3:19 PM Subject: how to use james API? hi

Re: disabling news (was: remote delivery: 1 minute pauses between eachmail delivery)

2002-07-29 Thread Hontvari Jozsef
ok, hopefully in this week - Original Message - From: Noel J. Bergman [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Monday, July 29, 2002 2:45 AM Subject: RE: disabling news (was: remote delivery: 1 minute pauses between each mail delivery) Jozef, Do you want to

Re: remote delivery: 1 minute pauses between each mail delivery

2002-07-28 Thread Hontvari Jozsef
It is solved. The delay disappeared after I entered DNS servers into the configuration file (originally it was left on the default settings, localhost, but actually there was no DNS server on localhost). - Original Message - From: Hontvari Jozsef [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: disabling news (was: remote delivery: 1 minute pauses between eachmail delivery)

2002-07-28 Thread Hontvari Jozsef
: Re: remote delivery: 1 minute pauses between each mail delivery How did you disable the news ? I had some difficulty with that. I think I over commented out . Adrian - Original Message - From: Hontvari Jozsef [EMAIL PROTECTED] To: James Users List [EMAIL PROTECTED] Sent: Sunday

Re: Log files date/time stamp

2002-07-24 Thread Hontvari Jozsef
Yes, I have noticed using raw millisecond(?) values in the log files. Is this intentional or a bug? Raw milliseconds mean nothing to me. Even if the reason is performance, then at least the *default* should be a human-readable timestamp in an international standard ISO 8601 datetime format.

Re: Message size greater than 15MB

2002-07-07 Thread Hontvari Jozsef
This obviously indicates a bug in either james or in your java virtual machine (which one are you using?). If you are using a ms vm then maybe you should try a new sun vm, at least it is much faster when used with a server application. You can also tune vm memory settings. - Original

Re: Message size greater than 15MB

2002-07-05 Thread Hontvari Jozsef
This obviously indicates a bug in either james or in your java virtual machine (which one are you using?). If you are using a ms vm then maybe you should try a new sun vm, at least it is much faster when used with a server application. You can also tune vm memory settings. - Original