RE: Errors when attempting to send mail

2003-11-12 Thread Noel J. Bergman
> java.lang.RuntimeException: Exception caught while storing Message > Container: java.lang.NullPointerException > at AvalonMailRepository.store(AvalonMailRepository.java:305) > at RemoteDelivery.service(RemoteDelivery.java:498) > at LinearProcessor.service(LinearProcessor.java:362) Off-hand, I'm

RE: Dynamic forward mailet

2003-11-12 Thread Noel J. Bergman
You could write a James-specific mailet that modified the user repository, since there is built-in support for a forwarding address in there. Fair warning: you'll almost certainly need to change the code for that mailet after the next major release. --- Noel

RE: James Taking too much time to send remote mails.

2003-11-12 Thread Noel J. Bergman
> It is taking more than 1 min for sending remote mails > while it takes only few secs for local mails. Sounds like a DNS problem somewhere. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Mailing Lists with SMTP AUTH enabled

2003-11-12 Thread Noel J. Bergman
> users from other domains could subscribe/unsubscribe and send > but *NOT* receive mails from the list. It should not have anything to do with SMTP AUTH. The list address should still be local, and SMTP AUTH is handled only during the protocol transfer. What it sounds like is a configuration pro

Dynamic forward mailet

2003-11-12 Thread Carl
Hi, I'm looking for a way to forward automiticly incoming mail for a user to an pop account mail (could be an external account) only if the user ask for it. The Idea is : you are a working for a large company and have access to [EMAIL PROTECTED] when you work in Paris and [EMAIL PROTECTED] wh

Re: Fetch an external IMAP account

2003-11-12 Thread Carl
This is exactly what I'm looking for, thanks, you same my day ;-) Carl Steve Brewin wrote: Carl [mailto:[EMAIL PROTECTED] wrote: Sent: 12 November 2003 15:19 To: James Users List Subject: Re: Fetch an external IMAP account Thanks that is the functionnalities I'm looking for, however I'd rathe

Re: Errors Compiling Mailets

2003-11-12 Thread Fox Sterling
Ok, after further investigation, the I did not have the avalon framework jar file. I had downloaded the binaries on the server, but the source on my development client. The source download did not contain the avalon frame work, so I downloaded the binaries. - Original Message - From: "L

RE: Fetch an external IMAP account

2003-11-12 Thread Steve Brewin
Carl [mailto:[EMAIL PROTECTED] wrote: > Sent: 12 November 2003 15:19 > To: James Users List > Subject: Re: Fetch an external IMAP account > > > Thanks that is the functionnalities I'm looking for, however > I'd rather > to have a it with a full java implementation and the ability to > integrate it

Re: Fetch an external IMAP account

2003-11-12 Thread Carl
Witch version of James 2.1.3 ? where can I find a config.xml sample tha use it ? Thanks for your help, Carl Danny Angus wrote: Theres a more fully featured replacement for fetchPOP service called FetchMail in newer version of James. It uses JavaMail and supports IMAP as well as POP (hence th

Re: Fetch an external IMAP account

2003-11-12 Thread Danny Angus
Theres a more fully featured replacement for fetchPOP service called FetchMail in newer version of James. It uses JavaMail and supports IMAP as well as POP (hence the name change) d. *** The information in this e-mail i

Re: Fetch an external IMAP account

2003-11-12 Thread Carl
Thanks that is the functionnalities I'm looking for, however I'd rather to have a it with a full java implementation and the ability to integrate it into james. Carl Danny Angus wrote: Take a look at FetchMail, I'm not sure what version(s) it is in, but it does what you want. Hi, I'm us

Re: Fetch an external IMAP account

2003-11-12 Thread Danny Angus
Take a look at FetchMail, I'm not sure what version(s) it is in, but it does what you want. Hi, I'm using James in a mail migration context. An external IMAP server was used to manage our mailboxes (AOL). Now we have moved on our own mail server : james What I would like to do is to fetch

Fetch an external IMAP account

2003-11-12 Thread Carl
Hi, I'm using James in a mail migration context. An external IMAP server was used to manage our mailboxes (AOL). Now we have moved on our own mail server : james What I would like to do is to fetch the IMAP aol accounts to put these mail in the right mail repository on james, so people who take ti

Re: Mailing Lists with SMTP AUTH enabled

2003-11-12 Thread Danny Angus
SMTP AUTH only affects incoming SMTP. Outgoing SMTP wouldn't work otherwise! Can you send "normal" mail to these people through James? I bet James thinks you're relaying. *** The information in this e-mail is confident

James Taking too much time to send remote mails.

2003-11-12 Thread Preeti Sabharwal
Hello, I have a peer-to-peer network of machines and i am sending mails via james to these machines.It is taking more than 1 min for sending remote mails while it takes only few secs for local mails.Kindly suggest me how to configure james to shorten this time for remote mails. Prits -