Has anyone got the DomainKeys mailet running?

2008-01-27 Thread Simon Clark
I'm trying to get the DomainKeys mailet working to improve my deliverability. First off, I am getting warnings on compile, but I figured I could ignore them: /si/src/org/apache/mailet/domainkeys/DomainKeySigner.java:142: warning: [unchecked] unchecked call to add(E) as a member of the raw

How can I avoid non-spam getting caught in spam filters...

2007-12-19 Thread Simon Clark
I'm having an odd issue with messages from my server getting caught in other people's spam filters. New messages that are sent to a GenericListServ consistently get caught, but if someone replies to the message, the reply seems to get through the spam filter. Messages that are originating

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: Still not compiling, please help...

2007-12-07 Thread Simon Clark
figure out why it is not delivering any mail. Simon On 6-Dec-07, at 9:23 PM, Simon Clark wrote: 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

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

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

Problems compiling from GenericListServ

2007-12-04 Thread Simon Clark
ok, my mailet is coming along nicely. I have custom matcher that is doing exactly as it should, interfacing with mySQL databases. I have built my mailet as a sort of bastard child of AddFooter and GenericListServ, but I cannot compile it. The problem is on this line here:

Re: JAMES and sendmail

2007-12-03 Thread Simon Clark
sendmail.py was my first python program. Fixes and enhancements are welcomed. :-) What I have done probably won't help you much. I needed to generate the email from a database anyway, so I just passed in the row index, and forgot about all the other stuff, grabbed it from MySQL instead.

Re: Custom mailet not getting recognized

2007-12-02 Thread Simon Clark
Success! Not sure if I did everything the best way, or even the right way, but I have a mailet working. Yay! Here's what I had to do, for the sake of documenting... - Download the source files for Java5 SDK and unpack them into my $JAVA_HOME directory. - Download the GlassFish code repos

Re: Custom mailet not getting recognized

2007-12-02 Thread Simon Clark
On 2-Dec-07, at 5:47 AM, Norman Maurer wrote: Are you sure that your package name match ? I never used jar directly to create a jar. But shouldn't the directory layout looks like: /your/package/name/VTBList.java ? You mean the directory structure within the .jar? I tried to do this, addin

Re: JAMES and sendmail

2007-12-01 Thread Simon Clark
On 1-Dec-07, at 10:26 AM, Danny Angus wrote: I wrote the faq. Its old now. Try changing the script, let us know how you get on and I'll update the faq. I tried altering the script, but had no luck. My next avenue was to try disabling sendmail, and use the sendmail.py script that comes

Re: Custom mailet not getting recognized

2007-12-01 Thread Simon Clark
ok, slowly, the problems are falling away. I have created a custom mailet, but it is not recognizing on James restart, causing startup to fail. Right now, it is essentially the AddFooter mailet. I combined the code of AddFooter and AbstractAddFooter, figuring that I'd customize from ther

Re: JAMES and sendmail

2007-11-30 Thread Simon Clark
On 30-Nov-07, at 1:06 PM, Noel J. Bergman wrote: James and sendmail don't seem to like coexisting. Can I trick them into that? or send emails from php through James? They co-exist. They even have their own FAQ entry right on the JAMES server menu: http://james.apache.org/server/james_and

Re: Changes to RunAsServer?

2007-11-29 Thread Simon Clark
1) presumably te wiki should change to not mention editing the phoenix.sh file 2) what is the best way to run on reboot? My symbolic links are all set up in the /etc/rc0.d/ folder. Where does the log for these failures go? Ah, so it is now starting up on restart. not sure what changed. M

Changes to RunAsServer?

2007-11-29 Thread Simon Clark
I just followed the direction from the RunAsServer page on the wiki, and had some problems. I am running on Debian Etch with Sun JRE 6. When I followed the directions exactly, and started James from the commandline, it seemed to launch, but did not accept any connections. I stopped it, an

Re: JAMES advice

2007-11-27 Thread Simon Clark
Thanks for the advice. I am going to humble myself now with more dumb questions... I have JAMES installed and running. It is happily passing email though in its default configuration. Now is the time to get into mailets and matchers. I went looking for the source code for the AddFooter

JAMES advice

2007-11-23 Thread Simon Clark
install and experiment in a week or so, but before then, I want to get a firm grasp on the direction I am going in. Simon Clark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]