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
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
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
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
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
> 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
[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,
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
-
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
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
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?
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
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
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,
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 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
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
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
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
19 matches
Mail list logo