RE: a very simple question..hope anyone/everyone can help

2004-06-01 Thread Cadbury
uh uh...thanx a lot bill...that kinda solve my question :D   which lead me to another question..do james delete the email then? if not where do james store them? cause I still need the emails although I don't them to be processed further...   thanx again bill page <[EMAIL PROTECTED]> wrote: What

RE: James as a gateway from mail to other transports?

2004-06-01 Thread Roy Henderson
Jeremy, One simplistic approach would be to write a totally separate submitter which would monitor a pending directory and then pass SMTP messages to James. That would allow you to develop a solution quickly which could use any SMTP server. Roy From: [EMA

James as a gateway from mail to other transports?

2004-06-01 Thread Jeremy . Foot
I am not currently a James user but I am trying to decide if I can use it to simplify a real problem. I need to send and receive files via mail to an outside vendor. So far so easy. However my internal clients want to pass me the outbound files via MQ or FTP and for me to send them their inbound

RE: a very simple question..hope anyone/everyone can help

2004-06-01 Thread bill page
What is it you're trying to do that isn't accomplished by:     -Original Message-From: Cadbury [mailto:[EMAIL PROTECTED]Sent: Wednesday, June 02, 2004 12:12 AMTo: James Users ListSubject: a very simple question..hope anyone/everyone can help hi all here's my question. h

a very simple question..hope anyone/everyone can help

2004-06-01 Thread Cadbury
hi all here's my question. how do I write a mailet that will stop processing all incoming emails. that is, a mailet with the mail.setState(Mail.GHOST); inside the source code. Theoretically i know how to do it. but not in practical. I have only very little idea on how to write custom mailet and de

RE: StreamBased DataSource instead of byte[] ?

2004-06-01 Thread Noel J. Bergman
> we want to be able to send and receive emails with very large multipart > mime (400 Meg or larger) email messages (Customer requirements). > 1. will James have problem handling that large of a message? You will need to expand the heap and adjust some other settings, at least for now. You shoul

RE: NNTP

2004-06-01 Thread Noel J. Bergman
[EMAIL PROTECTED] wrote: > I was curious as to whether a parallel newsgroup might be > available to post questions to and get responses from? GMANE supports a newsgroup interface to the ASF mailing lists. There have been some discussions about setting up our own, but at least for the time being,

Non-mailet class output /Logs location

2004-06-01 Thread Melroy Drego
Hi All, I've got a non-mailet class that is called by a mailet to perform certain parsing functions on my mail content. How do I get the output (System.out or whatever) from my non-mailet class? It just vanishes into thin air. Thanks for your input Melroy -

Re: 2 Instances of James with single sql db?

2004-06-01 Thread Bosco So
The spoolers on the various machines will fight each other. This happens on both outbound and inbound spool. I solved it by moving those spools to local filestore. Is there any potential problem with running two instances of James on different boxes to the same mail db (jdbc)? I'm moving my dom

2 Instances of James with single sql db?

2004-06-01 Thread J Malcolm
Is there any potential problem with running two instances of James on different boxes to the same mail db (jdbc)? I'm moving my domain from one box with one IP address to another box with another IP address in the same rack (unfortunately I can't just move the IP address to the new box). To minim

Re: spam assasin and james

2004-06-01 Thread Serge Knystautas
jaysheel bhavsar wrote: Has anyone tried to integrated spam assassin into James? Any ideas out there on how to tackle this problem, since spam assassin is written in perl. Anyone wrote a class that will take the spam assassin config files and process inbound mail using JAMES or have any ideas?

spam assasin and james

2004-06-01 Thread jaysheel bhavsar
Hello, Has anyone tried to integrated spam assassin into James? Any ideas out there on how to tackle this problem, since spam assassin is written in perl. Anyone wrote a class that will take the spam assassin config files and process inbound mail using JAMES or have any ideas? thanks j

Re: SPF

2004-06-01 Thread Serge Knystautas
Chris Lindley wrote: SPF support in James: Nobody is actively working on it... I think there's some skepticism about how effective it can be given the sender-rewriting requirement. Support probably wouldn't hurt though. Or at least instructions on how to assemble it. As we are Java specialists

Re[2]: MySQL Question

2004-06-01 Thread Geert Van Damme
I'm using a query like this: insert into spool (message_name, repository_name, message_state, error_message, sender, recipients, remote_host, remote_addr, message_body, last_updated, message_attributes) select message_name, 'spool', 'root', null , sender, recipients, remote_host, remote_addr,

Re: how to rebuild .jar file / recompile after editing the code.

2004-06-01 Thread Danny Angus
I think you need to read a book, or a tutorial on Java. This list is for questions relating to the use of the James mailserver, we can't teach you everything else as well! d. |-+> | | jaysheel bhavsar | | | <[EMAIL PRO

SPF

2004-06-01 Thread Chris Lindley
SPF support in James: Having been victim to spammers spoofing one of our domains, we have now defined SPF text strings to try and prevent further abuse - though unfortunately, without a greater take-up through all mail servers on this technology, spam falsely claiming to be from one of our domai

RE: FetchMail

2004-06-01 Thread Pieter Jacobs
Hi Steve, No problem, thanks - I have just changed the Compose Type to Plain Text. I will send through the file for you guys, I think it will be better - I actually do want the e-mail to be wiped at the ISP, but the problem is that it does not drop the downloaded mails into any of the James' fo

Re: NNTP

2004-06-01 Thread Mark Livingstone
Serge Knystautas wrote: Generally though, the ASF communities have found email to be the most widely adopted way of communicating. I believe there are some sites that host NNTP implementations of the ASF mailing lists, but I don't know them off-hand. Newsgroups can be found at news.gmane.org. T

Re: MySQL Question

2004-06-01 Thread Lane Sharman
Joins may not be allowed in a delete statement. They are usually used for selects. try a subselect in the where clause: delete from tableName where tableName.fieldName in (select anotherTableName.fieldName from anotherTableName where ...) -Lane Chris Simmons wrote: While the MySQL question may