RE: copy account

2004-11-04 Thread Intelekia
Hi Corey, Try compiling this: package com.intelekia.mailets; import java.util.Collection; import java.util.HashSet; import javax.mail.MessagingException; import org.apache.james.core.MailImpl; import org.apache.james.services.MailServer; import org.apache.mailet.GenericMailet; import

RE: Running James as Other User

2004-09-18 Thread Intelekia
Hi there, Somebody (don't remember who) published a solution some time ago in the mailing list. I haven't tested myself, hope it helps. --- Normally ports 1024 can only be bound by processes running as root. One solution for running services as non-root users and

RE: Weird SMTP AUTH behavior

2004-08-18 Thread Intelekia
Hi Noel, thanks for your help. Does this mean that when SMTP authentication is turned on, authentication is actually only requested if a local user is sending messages to a remote user, NOT to another local user (or himself)? Isn't that an open gate for spam to local users? Am I missing some

Weird SMTP AUTH behavior

2004-08-17 Thread Intelekia
Hi all, I have James 2.1.3 configured for SMTP Authentication and checking that the mails address matches the users account. Lets assume that the server is running on domainname.org (IP 192.168.0.2). I guess that this must be the expected behaviour under all circumstances: MAIL

RE: Examples

2004-07-19 Thread Intelekia
Hi Sergey, If you mean examples on creating and using mailets and matchers, you can start by the excellent package from Praxis. http://portale.praxis.it/pub/james Br, Isaac. -Original Message- From: Sergey Livanov [mailto:[EMAIL PROTECTED] Sent: lunes, 19 de julio de 2004 4:06 To:

RE: Starting from another Java App

2004-06-24 Thread Intelekia
Hi Brent, I don't think you can do that right now in an easy way (experts, please tell if I am wrong). Precisely one of the hot topics in the development team seems to be whether to head James towards a service (as you require) or single-application type of architecture. What I would suggest is

RE: Running James as Linux service

2004-04-15 Thread Intelekia
Users List Subject: Re: Running James as Linux service There is a bug in the startup/stop script from ejbsolutions (at least, does not work for me), and I've taken it off my machine. Use wisely. Melroy Intelekia [EMAIL PROTECTED

Running James as Linux service

2004-04-08 Thread Intelekia
Hi, Does anybody know how to set up Phoenix (with James) as Linux service (so that it is automatically started when Linux starts, and is stopped when Linux stops)? Thank you very much, Isaac. - To unsubscribe, e-mail: [EMAIL

RE: Chaining Matchers

2004-04-01 Thread Intelekia
Hi Srini, I guess you cannot chain matchers as such, but you can accomplish the same with the following in config.xml: --- START --- --- 'OR' CONDITION --- processor name=root !-- If condition 'SenderIs' is met, send to isGoodMail -- mailet match=[EMAIL PROTECTED]