Re: Still not compiling, please help...

2007-12-07 Thread Simon Clark
okay, I have it compiling, but only through the use of the .jars in the classpath. This seems to run contrary to what Norman said earlier. This is my compile statement: javac /com/zebraspot/mailets/VTBList.java -classpath /si/jars/ activation-1.1.jar:/si/jars/avalon-framework-api-4.3.jar:/

Re: Remote user-creation API for a mail server

2007-12-07 Thread Danny Angus
> rne18145 wrote: > > Why is it that most mail servers don't allow us to create user through an > > API? Why isn't there an API that can tell the mail server to create an user > > (of course, with proper authentication and authorization). > > I cannot speak for other mail servers, but James has mor

Re: Remote user-creation API for a mail server

2007-12-07 Thread Bernd Fondermann
rne18145 wrote: Why is it that most mail servers don't allow us to create user through an API? Why isn't there an API that can tell the mail server to create an user (of course, with proper authentication and authorization). I cannot speak for other mail servers, but James has more than one way

Re: Still not compiling, please help...

2007-12-07 Thread Simon Clark
It is compiling now, using all the jars I could find in the - classpath option. I can only think that the source file I pulled together are different from what is actually compiled. I think the discrepancy may be in the avalon source files. Anyway, latest hurdle cleared. Now I have to fig

Re: JAMES Mail Server: Compare mail server customizability

2007-12-07 Thread Василий Озеров
2007/12/7, Василий Озеров <[EMAIL PROTECTED]>: > > > > > Ok. I will add more information about my work. > -- > Озеров Василий aka fr33man   Postfix Exim James Mail server Add header to all mail hard easy easy send mail to online users only easy medium easy 1) Add header to all mail(outg

Remote user-creation API for a mail server

2007-12-07 Thread rne18145
Why is it that most mail servers don't allow us to create user through an API? Why isn't there an API that can tell the mail server to create an user (of course, with proper authentication and authorization). Thanx -rne18145 -- View this message in context: http://www.nabble.com/Remote-user-cre

Re: Custom mailet named "DelayedSpool"

2007-12-07 Thread Iwasa Kazmi
Thank you Ian, I noticed that I have been copied my jar file to two "lib" directories. One is /apps/james/SAR-INF/lib, and another is /lib. This is my mistake. Now my custom mailet seems to work fine. 2007/12/7, Ian Lewis <[EMAIL PROTECTED]>: > Iwasa-san, > > It looks like it can't find org.apach