Re: Versions and Builds

2004-03-24 Thread Serge Knystautas
michael wrote: I am a ICT HOD at a secondary school where we do a AVCE in networking, and use JAMES, which the students install as service for an imaginary network setup. Perhaps I could ask some of my students to helpout with user documentation. Would this be of any use? We welcome all contributio

RE: Mailet & Matcher deployment

2004-03-24 Thread Noel J. Bergman
Update to the James v2.2 test build. Much better support for custom packages. See also: http://wiki.apache.org/james/CustomMailetPackages --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

RE: RemoteDelivery Mailet Stalling

2004-03-24 Thread Noel J. Bergman
> we have changed the SMTPHandler to send a temporary failure > message (451 Please Try Again Later) after RCPT TO command > > there is no return from the function transport.sendMessage() There should be an exception. That exception should be caught, and the mail spooled for retry. Again, you p

Urgent: IMAP with James

2004-03-24 Thread Starch Melo de Souza
Hi, I have a james running in my mail server, but I need imap server. I read about the subject in http://wiki.apache.org/james/JamesIMAP. Anyone know how to build james version with imap step-by-step? Or pop3 webmail? Thanks, Starch    

RE: Versions and Builds

2004-03-24 Thread michael
Hi I am a ICT HOD at a secondary school where we do a AVCE in networking, and use JAMES, which the students install as service for an imaginary network setup. Perhaps I could ask some of my students to helpout with user documentation. Would this be of any use? Michael -Original Messag

RemoteDelivery Mailet Stalling

2004-03-24 Thread Sivanesh Sengodan
Hi, We are using James 2.1.3. As required by our project (Spam Control at the MTA Level using Greylisting), we have changed the SMTPHandler to send a temporary failure message (451 Please Try Again Later) after RCPT TO command for a certain period of time. When the temporary failure pe

Mailet & Matcher deployment

2004-03-24 Thread Sivanesh Sengodan
Hi, We are doing a project on "SpamControl at the MTA Level". We are implementing the algorithm in James 2.1.3. We've written a mailet to detect mail sent to a special id ([EMAIL PROTECTED]). This is a feedback information from the users subscribed with the MTA. The matcher & mailet were developed

Re: RemoteDelivery Mailet

2004-03-24 Thread Soren Hilmer
1) You can safely ignore the deprecated warning. 2) The cornerstone packages are in cornerstone.jar --Søren On Wednesday 24 March 2004 12:35, Angel Angelov wrote: > Hi all, > I'm using a peace of code from RemoteDelivery in my mailet: > > ComponentManager compMgr = > (ComponentManager)getMailetCo

RemoteDelivery Mailet

2004-03-24 Thread Angel Angelov
Hi all, I'm using a peace of code from RemoteDelivery in my mailet: ComponentManager compMgr = (ComponentManager)getMailetContext().getAttribute(Constants.AVALON_COMPONENT_MANAGER); String outgoingPath = getInitParameter("outgoing"); if (outgoingPath == null) {

RE: Scheduling in James

2004-03-24 Thread Brendan Richards
A very usable java based scheduler that I've used in my projects is quartz: http://www.quartzscheduler.org/quartz/ -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 04:16 To: James Users List Subject: RE: Scheduling in James > Is there some sort of

Re: RE: new to james

2004-03-24 Thread subash gopalaswamy
Hi, Tks for yuour suggesstions. i will try this and reply to you. regards On Tue, 23 Mar 2004 Noel J. Bergman wrote : > > no mail is being sent to any email ids except to the local addresses. > >http://james.apache.org/FAQ.html#3 > >And please turn off HTML e-mail. > > --- Noel > >---