Re: JAMES Mail Server: Compare mail server customizability

2007-12-06 Thread Василий Озеров
2007/12/7, Bernd Fondermann <[EMAIL PROTECTED]>: > > Hi fr33m2n, > > [Everyone else, please note: fr33m2n is currently working on a GHOP > task. see > > http://code.google.com/p/google-highly-open-participation-asf/issues/detail?id=18 > ] > > There are many areas to improve the result you are prese

Re: Custom mailet named "DelayedSpool"

2007-12-06 Thread Ian Lewis
Iwasa-san, It looks like it can't find org.apache.mailet.GenericMailet rather than your DelayedSpool mailet class. Where did you put the jar file for your mailet class? maybe you put it in your lib/ directory? It should go in the apps/james/SAR-INF/lib directory. 2007/12/7, Iwasa Kazmi <[EMAIL PR

Still not compiling, please help...

2007-12-06 Thread Simon Clark
Would someone out there in JamesLand mind trying to compile my mailet, and let me know if it compiles on their machine. Then I can try to duplicate their environment on my machine. The file is at http://www.zebraspot.com/VTBList.java I tried stripping it down to the bare minimum, just an em

Custom mailet named "DelayedSpool"

2007-12-06 Thread Iwasa Kazmi
Hi, I wrote a custom mailet named "DelayedSpool". But the server failed to startup. --- org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException: Component named "spoolmanager" failed to pass through the Starting stage. (Reason: java.lang.NoClassDefFound

RE: Emergency! Workaround needed for failing mailet

2007-12-06 Thread Kent Butler
Thanks Vencenzo! This one I will use for next time. I was able to repair the problem quickly, so I just let incoming emails fail, and used the following to resend them: file://var/mail/error transport true For those unfamiliar, you have remove this mailet after the mails get resent, and bo

Re: JAMES Mail Server: Compare mail server customizability

2007-12-06 Thread Bernd Fondermann
Hi fr33m2n, [Everyone else, please note: fr33m2n is currently working on a GHOP task. see http://code.google.com/p/google-highly-open-participation-asf/issues/detail?id=18 ] There are many areas to improve the result you are presenting here. Style & Format - please use some other format to p

Re: JAMES Mail Server: Compare mail server customizability

2007-12-06 Thread Василий Озеров
2007/12/6, Bernd Fondermann <[EMAIL PROTECTED]>: > > > this would be determined by integrating with some specific > "availability service" which is not part of the mail server. > > Bernd > * * *Postfix* *Exim* *James Mail server* 1. *Add header to all mail* Hard (new script) Easy(one

Re: Questions about compile requirements...

2007-12-06 Thread Norman Maurer
For sure you should do so... bye Norman Am Donnerstag, den 06.12.2007, 12:47 -0500 schrieb Simon Clark: > I've done a complete reinstall of my server, and am trying to pull it > back together as correctly as possible. > > I have a quick question... > > In order to compile a mailet, should I

Questions about compile requirements...

2007-12-06 Thread Simon Clark
I've done a complete reinstall of my server, and am trying to pull it back together as correctly as possible. I have a quick question... In order to compile a mailet, should I have to go and download the source code for everything it relies upon (java, javamail, james, MailetUtil, etc?) I

Re: Emergency! Workaround needed for failing mailet

2007-12-06 Thread Vincenzo Gianferrari Pini
Hi Kent, put a code like the following before your custom mailets get invoked: file://var/mail/emergency/ true With true a copy of the email will be saved in the repository and the original one will continue to flow through the processo