Too many fake senders

2003-06-20 Thread Oki DZ
Hi, I think I'm having problems on the James' DNS resolver. [EMAIL PROTECTED]:/var/log/james2$ cat dns* 20/06/03 13:32:16 INFO dnsserver: DNS Server is: 202.51.233.2 20/06/03 13:33:28 INFO dnsserver: Couldn't resolve MX records for domain b.fourdt.com. 20/06/03 13:33:29 ERROR dnsserver:

Re: Too many fake senders

2003-06-20 Thread Oki DZ
On Fri, Jun 20, 2003 at 03:09:56AM -0400, Noel J. Bergman wrote: This: 20/06/03 13:32:16 INFO dnsserver: DNS Server is: 202.51.233.2 appears to be wrong, and causing your problem as illustrated: No, that's my MX. I inserted the IP manually. [EMAIL PROTECTED]:~$ host -t mx pindad.com

Re[2]: Matchers X Window

2003-06-20 Thread james-subscribe
Hello Oki, As far as i understand the problem is that javamail probably uses java.awt.Image... In this case java VM tries to load libawt.so and this causes loading libX. There are a lot of information about it on Suns forums but the most recent solution is to run java in headless mode( available

Re: Matchers X Window

2003-06-20 Thread Oki DZ
On Fri, Jun 20, 2003 at 09:06:27AM +0200, Vincenzo Gianferrari Pini wrote: In 1.1.6 it is taken out. Has just been installed. Oki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Exception handling in James (was also Matchers X Window)

2003-06-20 Thread Vincenzo Gianferrari Pini
Oki, here is a summary of the situation. IsInfected is part of a small set of matchers and mailets that either I wrote or someone else wrote and I modified/extended and, coming from other contributions, I considered correct and useful to make available. IsInfected in particular has been first

XML Entities in config.xml

2003-06-20 Thread Steve Brewin
Hi, Has anyone had any success bringing XML entities into James' config.xml using something like this... ?xml version=1.0? !DOCTYPE config [!ENTITY testScript SYSTEM ./testScript.xml] config testScript; /config Xerces is throwing a MalformedURLException saying that ./testScript.xml lacks a

RE: XML Entities in config.xml

2003-06-20 Thread Steve Brewin
Has anyone had any success bringing XML entities into James' config.xml using something like this... ?xml version=1.0? !DOCTYPE config [!ENTITY testScript SYSTEM ./testScript.xml] config testScript; /config Solved it! Works with the following... ?xml version=1.0? !DOCTYPE config

Class Not Found Error in Phoenix Log

2003-06-20 Thread Hut Carspecken
Good Morning Everyone, I am trying ot incorporate a custom mailet in James 2.2.0a6, but I get the following error in the Phoenix log: org.apache.mailet.MailetException: Could not load matcher (MatchAvailMppMsg); nested exception is: java.lang.ClassNotFoundException: Requested matcher not

Re: Class Not Found Error in Phoenix Log

2003-06-20 Thread Hut Carspecken
Hello, Is there particular way that JAR files need to be created in order for James to understand them? That is to say, is there a particular format for the manifest file in the JAR? I just recreated a jar file with no manifest file (since there is no main method). I received the following

RE:

2003-06-20 Thread Steve Short
Hey Nitin, Users and JDBC are not really my area, but here are some ideas you can try: - Use Java code to drive the James admin interface. I.e. You java code would act like a Telnet client and simply issue commands like 'adduser' over the socket, then the James remote manager will just do

RE: adding users to jdbc repository

2003-06-20 Thread Noel J. Bergman
- Use Java code to drive the James admin interface. - Use JDBC to simple insert new users into the database database table. Or do what I do: manipulate the database directly using SQL. DigestUtil runs standalone, so you can use it in a script to encode passwords. --- Noel

RE: Matchers X Window

2003-06-20 Thread Danny Angus
Guys, Using java 1.4 you can set the system property java.awt.Headless=true to allow you to use much, but not all, of AWT in a headless system. I can't remember what doesn't work, I know it's things that aren't appropriate to a headless system like Component and its sub-classes, but awt.Image

RE: Correct version of the xdocs?

2003-06-20 Thread Noel J. Bergman
Is http://james.apache.org/index.html using pages generated from the correct version of the xdocs? As Danny said, we'll be separating the site docs into its own repository. As a quick fix, how about updating the docs. in the CVS head so that the documentation link on the main page reads