Re: Serious bandwidth begin consumed by James

2005-04-14 Thread apache
> I did a little digging in the logs and I was able to find > these repeated log entries in the mailet-* logs (I removed > the actual email address/dns info to protect the innocent): It seems the same message that once failed bounces and resend again. This is really strange. RemoteDelivery, afte

Re: Serious bandwidth begin consumed by James

2005-04-14 Thread Chris Hane
I'll try to reply to everyones questions: > Noel -- > Check your configuration for any unintentional loop. RemoteDelivery says > that it is failing this message permanently. I've attached my config.xml. It is pretty much the same as the default configuration. I've looked it over again and don't

RE: Forwarding Behavior in James

2005-04-14 Thread Seib, Broc
I use the "Redirect" mailet. (read some more at: http://james.apache.org/javadocs/org/apache/james/transport/mailets/Redi rect.html ) I put a block like the following in my "transport" processor so I can monitor any email sent to one of my administrative addresses, like "[EMAIL PROTECTED]" in the

Forwarding Behavior in James

2005-04-14 Thread ted
Given the current mailets and matchers in james, what is the best way to set forwarding for a user but still have the mail reach the intended recipient's repository? Thanks. Ted Watson - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: Using the API to Dynamically Add Users

2005-04-14 Thread Steve Short
The is alread a basic Mbean method to add a user. I think that the mx4j RMI adaptor is disabled by default so you would need to enable this first. Steve -Original Message- From: Jason Webb [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 3:39 AM To: 'James Users List' Subject:

RE: Using the API to Dynamically Add Users

2005-04-14 Thread Jason Webb
If you're willing to get your hands dirty in the code there is an RMI proposal. I have no idea what state it's in, but it would be cleaner than telnet/screen scraping. -- Jason > -Original Message- > From: Daniel Perry [mailto:[EMAIL PROTECTED] > Sent: 14 April 2005 10:44 > To: James User

RE: Using the API to Dynamically Add Users

2005-04-14 Thread Daniel Perry
That would work. Though if you are using database user repositories (others can be file or db) it is easier to just do it directly. Daniel. > -Original Message- > From: Davide Dalla Rosa [mailto:[EMAIL PROTECTED] > Sent: 14 April 2005 10:41 > To: 'James Users List' > Subject: R: Using th

R: Using the API to Dynamically Add Users

2005-04-14 Thread Davide Dalla Rosa
I think a simple solution could be... write a simple appl that performs a socket connection w/ the remote manager, gets the input stream, feeds the latter with the siutable command ("adduser username password") get the output stream, reads from it the answer then close the connection. I suppose thi

RE: Good learning? => Define User Manual

2005-04-14 Thread Daniel Perry
Have you read the docs on james website? http://james.apache.org/documentation_2_1.html goes through most steps. I think that's the closest you'll get to a user manual (for now). Once you get the hang of that, all you need to do for virtual hosting is add an xmlvirtualusertable, or jdbcvirtualuse

RE: Using the API to Dynamically Add Users

2005-04-14 Thread Daniel Perry
Are you planning on doing this inside of james? (ie in a mailet) or outside of james (eg webapp)? >From a mailet you can work directly with user repositories. See commandlistservmanager for an example - it adds users in subscribe-confirm command. >From outside of james, if you use a database, yo

Re: Serious bandwidth begin consumed by James

2005-04-14 Thread apache
> If I figure anything else by looking at the code Stefano > pointed me to, I'll report back. Have you configured a tag in the RemoteDelivery? How does it looks like? Look at the first lines of the message in the outgoing: what is the address in the "Return-path: " line? Try sending an email to