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: !-- Logs any messages to the repository specified -- mailet match=All class=ToRepository repositoryPath file://var/mail/emergency//repositoryPath passThrough true /passThrough

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?)

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 have

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 line)

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

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: mailet match=All class=FromRepository repositoryPathfile://var/mail/error/repositoryPath processor transport /processor

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

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:

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

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 presenting here.