Dan Jacob ha scritto:
That's kind of weird, as I am able to send mail OK to localhost
addresses (using Apple Mail client).  James is definitely handling my
mail....

It seems that logging is completely broken on my install.

Well, your james probably does not fully initializes.
I see that your remotemanager log is missing the end of the initialization:

Here is mine:
---
12/04/07 19:32:01 DEBUG remotemanager: Remote Manager Service init...
12/04/07 19:32:01 DEBUG remotemanager: Remote Manager Service ...init end
12/04/07 19:32:01 INFO remotemanager: Remote Manager Service started plain:4555
---
You only have the "init...".

1) Have you changed anything in assembly.xml ?

2) I see in your dnsserver that James is not able to find a dnsserver (and there are no configured dnsservers) so it uses 127.0.0.1: does your OSX have a dns server installed? If no, please add the IP of your dns server to the james.conf file.

3) Can you try the same test as before with a just unpacked James (without your matcher or any other change) to see if the logs are complete? e.g: the smtpserver log should show you a lot of info about the received message.

4) Is there any user around that succesfully used James 2.3.0 on OS X 10.4 ? (I don't have one to test, sorry).

Stefano

PS: now I have to go, so no more answers from me for a while...

On 4/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:

Received.

Your email is not arriving at all to James. the smtpserver log is empty.

You probably did something wrong in "5. Send a test email to James". Try
using telnet to send the mail.

 > telnet jamesserver 25
 > EHLO foo.bar
 > MAIL FROM:<[EMAIL PROTECTED]>
 > RCPT TO: <[EMAIL PROTECTED]>
 > DATA
 > Subject: test
 >
 > body
 > .
 > QUIT

Stefano

Dan Jacob ha scritto:
> Already done 1) thru 5) :-)
>
> Find logs attached. I really appreciate your help.
>
> On 4/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>> 1. Stop james
>> 2. Clean up your james_install/apps/james/logs folder
>> 3. Open james_install/apps/james/SAR-INF/environment.xml and replace any
>> "INFO" with "DEBUG" (this is not needed for your logs because
>> matcher/maielt logs are always at level INFO, but we need it to find out
>> what's wrong now).
>> 4. Start james
>> 5. Send a test email to james.
>> 6. Collect all the logs from james_install/apps/james/logs, compress
>> them and send them to us (try the list, cc my email address to be sure
>> the attachment is not lost).
>>
>> Stefano
>>
>> Dan Jacob ha scritto:
>> > No, no other files are in /james_install/lib.
>> >
>> > The spoolmanager.log file just shows all the mailets and matchers that
>> > have been instantiated, nothing else.
>> >
>> > I'm attaching a copy of the config.xml file.
>> >
>> > On 4/12/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>> >> Dan Jacob ha scritto:
>> >> > No problem with the tests, I'll do whatever it takes...
>> >> >
>> >> > Anyway, moving the JAR file to /apps/james/SAR-INF/lib did move
>> >> > progress forward one inch, in that the spoolmanager.log file shows:
>> >> >
>> >> > 12/04/07 09:54:50 INFO  spoolmanager: Matcher HelloWorld
>> instantiated.
>> >> >
>> >> > However, the log() call still fails silently in all logs.
>> >>
>> >> Can you post the how you configured the spoolmanager
>> >> (processors+mailets)?
>> >>
>> >> Can you tell what mail are you sending through the spool and what are
>> >> the logs in the spoolmanager for that mail? (you should see every
>> >> matcher tested and every mailet tested).
>> >>
>> >> Have you added any other library to james_install/lib folder? If so
>> you
>> >> should move all of them (custom libraries) to
>> >> james_install/apps/james/SAR-INF/lib folder.
>> >>
>> >> Stefano



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to