Dolan, Nothing jumps out at me.  

You do have something like:

      <servernames autodetect="true" autodetectIP="true">
<!-- CONFIRM? -->
         <servername>conchheads.net</servername>
      </servernames>

in config.xml right?

Have you looked around in the log files down in
${james_home}/apps/james/logs or looked down in the
${james_home}/apps/james/var/mail directories to see if you can find
your message?

-- Bud

On Wed, 2007-02-07 at 19:59 -0800, Dolan wrote: 
> I have been reading everywhere for information regarding this, but have run
> into a wall....
> 
> I followed the installation instructions, with one exception, I haven't
> added DNS info to the config.xml.  That is because I'm trying to only test
> it at this point and because I'm using DynDNS for the server running on my
> home computer.  (I'm assuming that once I get the DynDNS service setup with
> a mailhop (for blocked port 25) that I'll need to put their DNS servers in
> my config.xml file)
> 
> But, the real question is this.  What is preventing an email from winding up
> in the server when telnet 25 displays expected results but telnet 110 shows
> NO emails in the account with the STAT command?  Hopefully I've provided
> enough info to help troubleshoot this.  Any help would be appreciated.
> 
> Here's the Java version:
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
> 
> java version "1.5.0_10"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)
> 
> Here's the Sample send:
> telnet localhost 25 'enter'
> 220 Colter SMTP Server (JAMES SMTP Server 2.3.0) ready Wed, 7 Feb 2007
> 22:37:51
> -0500 (EST)
> ehlo conchheads.net
> 250-Colter Hello conchheads.net (localhost [127.0.0.1])
> 250-PIPELINING
> 250 ENHANCEDSTATUSCODES
> mail from: <[EMAIL PROTECTED]>
> 250 2.1.0 Sender <[EMAIL PROTECTED]> OK
> rcpt to: <[EMAIL PROTECTED]>  (BTW: I did set up a user 'david' with
> telnet and added this host to config.xml)
> 250 2.1.5 Recipient <[EMAIL PROTECTED]> OK
> data
> 354 Ok Send data ending with <CRLF>.<CRLF>
> Subject:  Test message sent with SMTP
> 
> I hope you go this time.
> .
> 250 2.6.0 Message received
> 
> And the sample attempt to view this sent email:
> Microsoft Telnet> open localhost 110
> +OK Colter POP3 server (JAMES POP3 Server 2.3.0) ready
> USER david
> +OK
> pass (----)
> +OK Welcome david
> stat
> +OK 0 0
> llist
> +OK 0 0
> .
> 
> Now for the log files.  First the DNS Server from ..\app\james\logs\ and the
> last server startup:
> 07/02/07 21:39:08 INFO  dnsserver: Autodiscovery is enabled - trying to
> discover your system's DNS Servers
> 07/02/07 21:39:08 INFO  dnsserver: Adding autodiscovered server
> 207.69.188.187
> 07/02/07 21:39:08 INFO  dnsserver: Adding autodiscovered server
> 207.69.188.186
> 07/02/07 21:39:08 INFO  dnsserver: DNS Server is: 207.69.188.187
> 07/02/07 21:39:08 INFO  dnsserver: DNS Server is: 207.69.188.186
> 
> These are DNS server's from my router and are my ISP's.  I didn't set them
> in the config
> 
> And last the wrapper log file:  (sorry for the size) 
> STATUS | wrapper  | 2007/02/07 14:58:20 | --> Wrapper Started as Service
> STATUS | wrapper  | 2007/02/07 14:58:21 | Launching a JVM...
> INFO   | jvm 1    | 2007/02/07 14:58:29 | Wrapper (Version 3.2.0)
> http://wrapper.tanukisoftware.org
> INFO   | jvm 1    | 2007/02/07 14:58:29 | 
> INFO   | jvm 1    | 2007/02/07 14:58:31 | 
> INFO   | jvm 1    | 2007/02/07 14:58:31 | Phoenix 4.2
> INFO   | jvm 1    | 2007/02/07 14:58:31 | 
> INFO   | jvm 1    | 2007/02/07 14:58:42 | James Mail Server 2.3.0
> INFO   | jvm 1    | 2007/02/07 14:58:42 | Remote Manager Service started
> plain:4555
> INFO   | jvm 1    | 2007/02/07 14:58:42 | POP3 Service started plain:110
> INFO   | jvm 1    | 2007/02/07 14:58:42 | SMTP Service started plain:25
> INFO   | jvm 1    | 2007/02/07 14:58:42 | NNTP Service started plain:119
> INFO   | jvm 1    | 2007/02/07 14:58:42 | FetchMail Disabled
> INFO   | jvm 1    | 2007/02/07 21:38:51 | Shutting down Phoenix.
> INFO   | jvm 1    | 2007/02/07 21:38:52 |
> org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException:
> Component named "thread-manager" failed to pass through the Destruction
> stage. (Reason: java.lang.IllegalThreadStateException).
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:354)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleHelper.shutdown(LifecycleHelper.java:288)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.application.DefaultApplication.shutdown(DefaultApplication.java:566)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:482)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:409)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.application.DefaultApplication.stop(DefaultApplication.java:233)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.stop(ContainerUtil.java:292)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.shutdown(ContainerUtil.java:66)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.kernel.DefaultKernel.shutdown(DefaultKernel.java:346)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.kernel.DefaultKernel.removeApplication(DefaultKernel.java:455)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.deployer.DefaultDeployer.undeploy(DefaultDeployer.java:244)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.deployer.DefaultDeployer.dispose(DefaultDeployer.java:154)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.java:306)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.shutdown(ContainerUtil.java:67)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.shutdownComponents(DefaultEmbeddor.java:598)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.dispose(DefaultEmbeddor.java:342)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.java:306)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.shutdown(ContainerUtil.java:67)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.frontends.CLIMain.shutdown(CLIMain.java:326)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> java.lang.reflect.Method.invoke(Unknown Source)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.launcher.Main.shutdown(Main.java:158)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.launcher.DaemonLauncher.stop(DaemonLauncher.java:154)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.tanukisoftware.wrapper.WrapperManager.privilegedStopInner(WrapperManager.java:3127)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.tanukisoftware.wrapper.WrapperManager.handleSocket(WrapperManager.java:3768)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java:4158)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at java.lang.Thread.run(Unknown
> Source)
> INFO   | jvm 1    | 2007/02/07 21:38:52 | Caused by:
> java.lang.IllegalThreadStateException
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> java.lang.ThreadGroup.destroy(Unknown Source)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.excalibur.thread.impl.DefaultThreadPool.dispose(DefaultThreadPool.java:76)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.java:306)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.cornerstone.blocks.threads.AbstractThreadManager.dispose(AbstractThreadManager.java:69)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.framework.container.ContainerUtil.dispose(ContainerUtil.java:306)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     at
> org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleHelper.shutdown(LifecycleHelper.java:274)
> INFO   | jvm 1    | 2007/02/07 21:38:52 |     ... 27 more
> INFO   | wrapperp | 2007/02/07 21:38:53 | port 15012 already in use, using
> port 32000 instead.
> STATUS | wrapper  | 2007/02/07 21:38:54 | <-- Wrapper Stopped
> STATUS | wrapper  | 2007/02/07 21:38:56 | --> Wrapper Started as Service
> STATUS | wrapper  | 2007/02/07 21:38:57 | Launching a JVM...
> INFO   | jvm 1    | 2007/02/07 21:39:03 | Wrapper (Version 3.2.0)
> http://wrapper.tanukisoftware.org
> INFO   | jvm 1    | 2007/02/07 21:39:03 | 
> INFO   | jvm 1    | 2007/02/07 21:39:03 | 
> INFO   | jvm 1    | 2007/02/07 21:39:03 | Phoenix 4.2
> INFO   | jvm 1    | 2007/02/07 21:39:03 | 
> INFO   | jvm 1    | 2007/02/07 21:39:09 | James Mail Server 2.3.0
> INFO   | jvm 1    | 2007/02/07 21:39:10 | Remote Manager Service started
> plain:4555
> INFO   | jvm 1    | 2007/02/07 21:39:10 | POP3 Service started plain:110
> INFO   | jvm 1    | 2007/02/07 21:39:10 | SMTP Service started plain:25
> INFO   | jvm 1    | 2007/02/07 21:39:10 | NNTP Service started plain:119
> INFO   | jvm 1    | 2007/02/07 21:39:10 | FetchMail Disabled
> 
> Can anyone shed light on my problem?  Thanks


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

Reply via email to