Return-Path: Delivered-To: apmail-james-server-user-archive@www.apache.org Received: (qmail 39846 invoked from network); 6 Sep 2010 04:03:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Sep 2010 04:03:00 -0000 Received: (qmail 16388 invoked by uid 500); 6 Sep 2010 04:03:00 -0000 Delivered-To: apmail-james-server-user-archive@james.apache.org Received: (qmail 16138 invoked by uid 500); 6 Sep 2010 04:02:58 -0000 Mailing-List: contact server-user-help@james.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "James Users List" Reply-To: "James Users List" Delivered-To: mailing list server-user@james.apache.org Received: (qmail 16126 invoked by uid 99); 6 Sep 2010 04:02:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 04:02:56 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [195.238.6.51] (HELO mailrelay001.isp.belgacom.be) (195.238.6.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 04:02:43 +0000 X-Belgacom-Dynamic: yes Received: from 65.4-178-91.adsl-dyn.isp.belgacom.be (HELO [192.168.1.13]) ([91.178.4.65]) by relay.skynet.be with ESMTP; 06 Sep 2010 06:02:21 +0200 Message-ID: <4C8467CD.8050604@apache.org> Date: Mon, 06 Sep 2010 06:02:21 +0200 From: Eric Charles User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: James Users List Subject: Re: How to poll a pop gmail account with james' fetchmail References: <487911996.41419.1282760935582.JavaMail.root@srv001> <4C77C599.3040000@apache.org> <644059258.49743.1283274519080.JavaMail.root@srv001> <4C7E54BD.5050600@apache.org> <1551751891.14120.1283421085954.JavaMail.root@srv001> <4C7F81E1.3080408@apache.org> <421502349.15949.1283442570163.JavaMail.root@srv001> <4C7FEC98.2090102@apache.org> <1529351131.39389.1283713773365.JavaMail.root@srv001> In-Reply-To: <1529351131.39389.1283713773365.JavaMail.root@srv001> Content-Type: multipart/alternative; boundary="------------050105030200030202020202" X-Virus-Checked: Checked by ClamAV on apache.org --------------050105030200030202020202 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Jean Luc, You've got "java.security.NoSuchAlgorithmException: DiffieHellman KeyPairGenerator not available". Depending on you JDK, add bouncycastle (jdk < 1.5) or sunjce_provider.jar (jdk >= 1.5) to the {james}\lib Tks, Eric http://wiki.apache.org/james/UsingSSL says: Supporting More Security Algorithms Some cryptographic algorithms not provided as a standard in the Java VM (at least - in my knowledge - not in the Sun JRE 1.4.2) may be needed by some Mail Clients, for example by Mozilla 1.7. The solution is to add other /security providers/. Using Sun JRE 1.4.2 Here follow the steps to add the /Legion of the Bouncy Castle/ provider, assuming a Sun JRE 1.4.2 installation under Windows: 1. Download the appropriate bcprov-jdkxx-yyy.jar from http://www.bouncycastle.org/latest_releases.html (where xx is the jdk release and yyy is the Bouncy Castle release - bcprov-jdk14-124.jar is the current one for JRE 1.4.x at the beginning of July 2004). 2. Put the jar in the {james}\lib directory (warning: not in the {james}\apps\james\SAR-INF\lib directory!). 3. Edit the {Program Files}\Java\j2re1.4.2\lib\security\java.security file, adding a *security.provider./n/=org.bouncycastle.jce.provider.BouncyCastleProvider * line to the other /security.provider/ lines, where /n/ is the preference order. 4. Restart James, and Mozilla will work with SSL! You could play with the preference order above to get the best performance. Using Sun JRE 1.5.n With JRE 1.5.n you must copy the *Sun* JCE provider from {Program Files}\Java\j2re1.5.n_nn\lib\ext\sunjce_provider.jar file into the {james}\lib directory (warning: not in the {james}\apps\james\SAR-INF\lib directory!). The Bouncy Castle bcprov*.jar won't make it. On 5/09/2010 21:08, Jean Luc Guislain wrote: > Hi! > > Could not generate DH keypair seems to be the glitch > Rgs > > jl > > 02/09/10 20:32:00 DEBUG pop3server-tls: Calling disposeWatchdog() for > inactive watchdog > 02/09/10 20:32:00 DEBUG pop3server-tls: Returning a > org.apache.james.pop3server.POP3Handler to the pool > 02/09/10 20:32:00 DEBUG pop3server-tls: Watchdog default Worker #8 is not > active - going to exit. > 02/09/10 20:32:00 DEBUG pop3server-tls: Watchdog default Worker #8 is > exiting run(). > 02/09/10 20:32:04 DEBUG pop3server-tls: Retrieving a > org.apache.james.pop3server.POP3Handler from the pool > 02/09/10 20:32:04 INFO pop3server-tls: Connection from > jayhel-server.farmacia-boliviana.com (190.186.137.82) > 02/09/10 20:32:04 DEBUG pop3server-tls: Calling start() > 02/09/10 20:32:04 ERROR pop3server-tls: Exception during connection from > jayhel-server.farmacia-boliviana.com (190.186.137.82) : Connection has been > shutdown: javax.net.ssl.SSLException: java.lang.RuntimeException: Could not > generate DH keypair > javax.net.ssl.SSLException: Connection has been shutdown: > javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate > DH keypair > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1267) > at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:65) > at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > at java.io.BufferedInputStream.read(BufferedInputStream.java:237) > at > org.apache.james.util.CRLFTerminatedReader.read(CRLFTerminatedReader.java:153) > at > org.apache.james.util.CRLFTerminatedReader.readLine(CRLFTerminatedReader.java:113) > at > org.apache.james.pop3server.POP3Handler.readCommandLine(POP3Handler.java:424) > at > org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handler.java:277) > at > org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:432) > at > org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:55) > at org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116) > Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Could not > generate DH keypair > at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190) > at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1623) > at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1586) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1569) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1495) > at > com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:64) > at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) > at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) > at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:278) > at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) > at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) > at java.io.BufferedWriter.flush(BufferedWriter.java:236) > at java.io.PrintWriter.flush(PrintWriter.java:276) > at > org.apache.james.util.InternetPrintWriter.println(InternetPrintWriter.java:92) > at > org.apache.james.util.InternetPrintWriter.println(InternetPrintWriter.java:189) > at > org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handler.java:274) > ... 3 more > Caused by: java.lang.RuntimeException: Could not generate DH keypair > at com.sun.net.ssl.internal.ssl.DHCrypt.(DHCrypt.java:83) > at > com.sun.net.ssl.internal.ssl.ServerHandshaker.setupEphemeralDHKeys(ServerHandshaker.java:847) > at > com.sun.net.ssl.internal.ssl.ServerHandshaker.trySetCipherSuite(ServerHandshaker.java:752) > at > com.sun.net.ssl.internal.ssl.ServerHandshaker.chooseCipherSuite(ServerHandshaker.java:683) > at > com.sun.net.ssl.internal.ssl.ServerHandshaker.clientHello(ServerHandshaker.java:475) > at > com.sun.net.ssl.internal.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:150) > at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:529) > at > com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:465) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1120) > at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623) > at > com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59) > ... 13 more > Caused by: java.security.NoSuchAlgorithmException: DiffieHellman > KeyPairGenerator not available > at java.security.KeyPairGenerator.getInstance(KeyPairGenerator.java:176) > at > com.sun.net.ssl.internal.ssl.JsseJce.getKeyPairGenerator(JsseJce.java:232) > at com.sun.net.ssl.internal.ssl.DHCrypt.(DHCrypt.java:74) > ... 24 more > 02/09/10 20:32:04 DEBUG pop3server-tls: Calling disposeWatchdog() for > inactive watchdog > 02/09/10 20:32:04 DEBUG pop3server-tls: Returning a > org.apache.james.pop3server.POP3Handler to the pool > 02/09/10 20:32:04 DEBUG pop3server-tls: Watchdog default Worker #13 is not > active - going to exit. > 02/09/10 20:32:04 DEBUG pop3server-tls: Watchdog default Worker #13 is > exiting run(). > 02/09/10 20:34:03 INFO pop3server: Connection from 190.186.137.83 > (190.186.137.83) > 02/09/10 20:34:03 INFO pop3server: Connection for jayhel from 190.186.137.83 > (190.186.137.83) closed. > 02/09/10 20:35:31 INFO pop3server: Connection from > jayhel-server.farmacia-boliviana.com (190.186.137.82) > 02/09/10 20:35:31 INFO pop3server: Connection for jayhel from > jayhel-server.farmacia-boliviana.com (190.186.137.82) closed. > > > On Thu, Sep 2, 2010 at 2:27 PM, Eric Charles wrote: > >> Don't know much about openssl, but SSL23_GET_SERVER_HELLO sounds too >> generic, no? >> Anything in pop3-server-....log ? >> Thunderbird logging may help (https://wiki.mozilla.org/MailNews:Logging) >> Also check if you've got the correct security algorithm (see >> http://wiki.apache.org/james/UsingSSL, depending on you jdk, add >> bouncycastle or sunjce_provider.jar) >> Finally, you could also try to sniff with wireshark... >> Tks, >> Eric >> >> >> On 2/09/2010 17:48, Jean Luc Guislain wrote: >> >>> Hi Norman! >>> >>> >>> Thank you for your email. >>> >>> It looks that this is the problem: >>> ======================================================== >>> jayhel@jayhel-server:~$ openssl s_client -connect localhost:995 >>> -showcerts >>> CONNECTED(00000003) >>> 9881:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert >>> internal >>> error:s23_clnt.c:599: >>> jayhel@jayhel-server:~$ su - >>> Password: >>> root@jayhel-server:~# openssl s_client -connect localhost:995 -showcerts >>> CONNECTED(00000003) >>> 9896:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert >>> internal >>> error:s23_clnt.c:599: >>> root@jayhel-server:~# >>> ======================================================= >>> >>> When I try to connect with Thunderbird I get this message: >>> ========================================================= >>> An error occurred during a connection to ifm.ath.cx:995. >>> >>> Peer reports it experienced an internal error. >>> >>> (Error code: ssl_error_internal_error_alert) >>> ========================================================= >>> >>> What can I do? >>> >>> Rgs >>> >>> JL >>> >>> >>> >>> On Thu, Sep 2, 2010 at 6:52 AM, Eric Charles wrote: >>> >>> In the meantime, I followed the tutorial and it worked on my side. >>>> Don't forget to configure your socket in config.xml (>>> names="ssl" >>>> ...) and configure with the correct password, keystore name (to be placed >>>> in >>>> apps/james/conf/) (no need to ask a official certificate). >>>> >>>> pop3-server-....log should also exceptions (if any). >>>> openssl client or thunderbird (with debugging set on) should also give >>>> you >>>> useful info. >>>> >>>> Is you james ok with plain (without ssl) smtp/pop3 ? >>>> >>>> Tks, >>>> >>>> Eric >>>> >>>> >>>> >>>> On 2/09/2010 11:50, Norman Maurer wrote: >>>> >>>> Hmm, >>>>> can you try if it works with s_client ? >>>>> >>>>> $ openssl s_client -connect localhost:995 -showcerts >>>>> >>>>> Bye, >>>>> Norman >>>>> >>>>> 2010/9/2 Jean Luc Guislain: >>>>> >>>>> Hi Eric! >>>>>> >>>>>> Here is a copy of my log files. >>>>>> >>>>>> The pop3 and smtp show some kind of glitches. >>>>>> >>>>>> However, there's nothing I can do. I followed the instructions given >>>>>> here: >>>>>> http://wiki.apache.org/james/UsingSSL and of course I used the port >>>>>> 995 >>>>>> when >>>>>> trying to connect with James with tls. >>>>>> >>>>>> I still can't connect with ssl/tls >>>>>> >>>>>> # telnet ifm.ath.cx 995 >>>>>> connects to my James server (try it!). No problem >>>>>> >>>>>> What can be wrong? >>>>>> >>>>>> Rgs >>>>>> >>>>>> JL >>>>>> >>>>>> # vim /opt/james-2.3.2/logs/phoenix.log >>>>>> INFO 2010-09-01 04:25:33.792 [Phoenix ] (): Logger started >>>>>> WARN 2010-09-01 04:25:33.929 [Phoenix ] (): Phoenix was not started by >>>>>> the >>>>>> daemon thus it will not be possible to restart the JVM via the >>>>>> Management >>>>>> interface. >>>>>> INFO 2010-09-01 04:25:34.108 [Phoenix.] (): Installing Sar located at >>>>>> file:/opt/james-2.3.2/apps/james.sar. >>>>>> WARN 2010-09-01 04:25:34.233 [Phoenix.] (): The file >>>>>> conf/sqlResources.xml >>>>>> can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" >>>>>> into directory /opt/james-2.3.2/apps/james/conf/sqlResources.xml >>>>>> because >>>>>> there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.234 [Phoenix.] (): The file >>>>>> conf/james-fetchmail.xml can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> /opt/james-2.3.2/apps/james/conf/james-fetchmail.xml because there is a >>>>>> file >>>>>> in the way. >>>>>> WARN 2010-09-01 04:25:34.234 [Phoenix.] (): The file >>>>>> conf/james-smtphandlerchain.xml can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> /opt/james-2.3.2/apps/james/conf/james-smtphandlerchain.xml because >>>>>> there >>>>>> is >>>>>> a file in the way. >>>>>> WARN 2010-09-01 04:25:34.234 [Phoenix.] (): The file >>>>>> conf/miResources.xml >>>>>> can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" >>>>>> into directory /opt/james-2.3.2/apps/james/conf/miResources.xml because >>>>>> there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.234 [Phoenix.] (): The file >>>>>> conf/james-listmanager.xml can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> /opt/james-2.3.2/apps/james/conf/james-listmanager.xml because there is >>>>>> a >>>>>> file in the way. >>>>>> WARN 2010-09-01 04:25:34.234 [Phoenix.] (): The file >>>>>> conf/james-liststores.xml can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> /opt/james-2.3.2/apps/james/conf/james-liststores.xml because there is >>>>>> a >>>>>> file in the way. >>>>>> WARN 2010-09-01 04:25:34.246 [Phoenix.] (): The file >>>>>> conf/samples/fetchmail/maxMessageSize.xml can not be extracted from the >>>>>> Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> /opt/james-2.3.2/apps/james/conf/samples/fetchmail/maxMessageSize.xml >>>>>> because there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.246 [Phoenix.] (): The file >>>>>> conf/samples/fetchmail/oneAccountManyUsers.xml can not be extracted >>>>>> from >>>>>> the >>>>>> Sar "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> >>>>>> >>>>>> /opt/james-2.3.2/apps/james/conf/samples/fetchmail/oneAccountManyUsers.xml >>>>>> because there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.247 [Phoenix.] (): The file >>>>>> conf/samples/fetchmail/oneAccountManyUsersDynamic.xml can not be >>>>>> extracted >>>>>> from the Sar "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> >>>>>> >>>>>> /opt/james-2.3.2/apps/james/conf/samples/fetchmail/oneAccountManyUsersDynamic.xml >>>>>> because there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.247 [Phoenix.] (): The file >>>>>> conf/samples/fetchmail/oneAccountPerUser.xml can not be extracted from >>>>>> the >>>>>> Sar "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> >>>>>> /opt/james-2.3.2/apps/james/conf/samples/fetchmail/oneAccountPerUser.xml >>>>>> because there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.247 [Phoenix.] (): The file >>>>>> conf/samples/fetchmail/oneAccountPerUserDynamic.xml can not be >>>>>> extracted >>>>>> from the Sar "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> >>>>>> >>>>>> /opt/james-2.3.2/apps/james/conf/samples/fetchmail/oneAccountPerUserDynamic.xml >>>>>> because there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.247 [Phoenix.] (): The file >>>>>> conf/samples/fetchmail/remoteReceivedHeader.xml can not be extracted >>>>>> from >>>>>> the Sar "file:/opt/james-2.3.2/apps/james.sar" into directory >>>>>> >>>>>> >>>>>> /opt/james-2.3.2/apps/james/conf/samples/fetchmail/remoteReceivedHeader.xml >>>>>> because there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.248 [Phoenix.] (): The file SAR-INF/config.xml >>>>>> can >>>>>> not be extracted from the Sar "file:/opt/james-2.3.2/apps/james.sar" >>>>>> into >>>>>> directory /opt/james-2.3.2/apps/james/SAR-INF/config.xml because there >>>>>> is >>>>>> a >>>>>> file in the way. >>>>>> WARN 2010-09-01 04:25:34.248 [Phoenix.] (): The file >>>>>> SAR-INF/assembly.xml >>>>>> can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" >>>>>> into directory /opt/james-2.3.2/apps/james/SAR-INF/assembly.xml because >>>>>> there is a file in the way. >>>>>> WARN 2010-09-01 04:25:34.248 [Phoenix.] (): The file >>>>>> SAR-INF/environment.xml >>>>>> can not be extracted from the Sar >>>>>> "file:/opt/james-2.3.2/apps/james.sar" >>>>>> into directory /opt/james-2.3.2/apps/james/SAR-INF/environment.xml >>>>>> because >>>>>> there is a file in the way. >>>>>> INFO 2010-09-01 04:25:34.699 [Phoenix.] (): Verifying that all >>>>>> key-stores >>>>>> have valid names. >>>>>> INFO 2010-09-01 04:25:34.699 [Phoenix.] (): Verify that any keystore >>>>>> names >>>>>> used by grant or permission reference actual keystores >>>>>> INFO 2010-09-01 04:25:34.700 [Phoenix.] (): Verify that if target is >>>>>> null >>>>>> then actions is null. >>>>>> INFO 2010-09-01 04:25:34.867 [Phoenix.] (): Verifying that the name >>>>>> specified for Blocks and BlockListeners are valid. >>>>>> INFO 2010-09-01 04:25:34.869 [Phoenix.] (): Verifying that the names >>>>>> specified for Component are valid. >>>>>> INFO 2010-09-01 04:25:34.869 [Phoenix.] (): Verifying that the names >>>>>> specified for the Components are unique. >>>>>> INFO 2010-09-01 04:25:34.869 [Phoenix.] (): Verifying that the >>>>>> dependency >>>>>> mapping is valid according to ComponentInfos. >>>>>> INFO 2010-09-01 04:25:34.869 [Phoenix.] (): Verifying that the >>>>>> dependency >>>>>> mapping for every Component is valid with respect to other components. >>>>>> INFO 2010-09-01 04:25:34.869 [Phoenix.] (): Verifying that there are no >>>>>> circular dependencies between Components. >>>>>> INFO 2010-09-01 04:25:34.871 [Phoenix.] (): Verifying that the name >>>>>> specified for Blocks and BlockListeners are unique. >>>>>> INFO 2010-09-01 04:25:34.871 [Phoenix.] (): Verifying that the >>>>>> specified >>>>>> Blocks have valid types. >>>>>> INFO 2010-09-01 04:25:34.904 [Phoenix.] (): Verifying that the >>>>>> specified >>>>>> BlockListeners have valid types. >>>>>> INFO 2010-09-01 04:25:34.980 [Phoenix.] (): 21 Blocks to process for >>>>>> phase >>>>>> "startup". Order of processing = [dnsserver, database-connections, >>>>>> mailstore, users-store, localusersrepository, spoolrepository, sockets, >>>>>> thread-manager, scheduler, James, mailetpackages, matcherpackages, >>>>>> spoolmanager, connections, remotemanager, pop3server, pop3server-tls, >>>>>> smtpserver, nntp-repository, nntpserver, fetchmail]. >>>>>> >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/connections-2010-09-01-04-25.log >>>>>> 0 bytes. >>>>>> >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/default-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO spoolrepository: SpoolRepository opened: >>>>>> 23103355 >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/dnsserver-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:34 INFO dnsserver: Autodiscovery is enabled - trying to >>>>>> discover your system's DNS Servers >>>>>> 01/09/10 04:25:35 INFO dnsserver: Adding autodiscovered server >>>>>> 200.58.160.25 >>>>>> 01/09/10 04:25:35 INFO dnsserver: DNS Server is: 200.58.160.25 >>>>>> 01/09/10 04:25:35 INFO dnsserver: DNS Server is: 200.58.160.25 >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/fetchmail-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO fetchmail: FetchMail Disabled >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/james-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO James: JAMES init... >>>>>> 01/09/10 04:25:35 INFO James: Local host is: jayhel-server >>>>>> 01/09/10 04:25:35 INFO James: Handling mail for: 190.186.137.82 >>>>>> 01/09/10 04:25:35 INFO James: Handling mail for: ifm.ath.cx >>>>>> 01/09/10 04:25:35 INFO James: Handling mail for: jayhel-server >>>>>> 01/09/10 04:25:35 INFO James: Local users repository opened >>>>>> 01/09/10 04:25:35 INFO James: Private Repository LocalInbox opened >>>>>> 01/09/10 04:25:35 INFO James: JAMES ...init end >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/mailet-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO James.Mailet: RemoteDelivery: maxRetries is >>>>>> larger >>>>>> than total number of attempts specified. Increasing last delayTime with >>>>>> 19 >>>>>> attempts >>>>>> 01/09/10 04:25:35 INFO James.Mailet: RemoteDelivery: Delay of 21600000 >>>>>> msecs >>>>>> is now attempted: 20 times >>>>>> 01/09/10 15:29:05 INFO James.Mailet: RemoteDelivery: Attempting >>>>>> delivery >>>>>> of >>>>>> Mail1283369345504-5 to host outbound.mailhop.org at 204.13.248.72 for >>>>>> addresses [pereira_teza@hotmail.com] >>>>>> 01/09/10 15:29:09 INFO James.Mailet: RemoteDelivery: Mail >>>>>> (Mail1283369345504-5) sent successfully to outbound.mailhop.org at >>>>>> 204.13.248.72 for [pereira_teza@hotmail.com] >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/mailstore-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/error >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/error/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/error/MAIL->org.apache.james.mailrepository.AvalonMailRepository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/outgoing >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/outgoing/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/outgoing >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/outgoing/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/outgoing/SPOOL->org.apache.james.mailrepository.AvalonSpoolRepository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/spam >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/spam/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/spam >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/spam/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/spam/MAIL->org.apache.james.mailrepository.AvalonMailRepository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/address-error >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/address-error/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/address-error >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/address-error/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/address-error/MAIL->org.apache.james.mailrepository.AvalonMailRepository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/relay-denied >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/relay-denied/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> Store >>>>>> 01/09/10 04:25:35 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/relay-denied >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/relay-denied/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> 01/09/10 04:25:35 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/relay-denied/MAIL->org.apache.james.mailrepository.AvalonMailRepository >>>>>> 01/09/10 04:25:39 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> Store >>>>>> 01/09/10 04:25:39 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/inboxes/jayhel >>>>>> 01/09/10 04:25:39 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/inboxes/jayhel/STREAM->org.apache.james.mailrepository.filepair.File_Persistent_Stream_Repository >>>>>> 01/09/10 04:25:39 INFO mailstore: Init >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> Store >>>>>> 01/09/10 04:25:39 INFO mailstore: >>>>>> >>>>>> >>>>>> org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> opened in /opt/james-2.3.2/apps/james/var/mail/inboxes/jayhel >>>>>> 01/09/10 04:25:39 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/inboxes/jayhel/OBJECT->org.apache.james.mailrepository.filepair.File_Persistent_Object_Repository >>>>>> 01/09/10 04:25:39 INFO mailstore: added repository: >>>>>> >>>>>> >>>>>> file://var/mail/inboxes/jayhel/MAIL->org.apache.james.mailrepository.AvalonMailRepository >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/nntpstore-2010-09-01-04-25.log >>>>>> 0 bytes. >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/objectstore-2010-09-01-04-25.log >>>>>> 0 bytes. >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/pop3server-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO pop3server: POP3 Service uses default thread >>>>>> group. >>>>>> 01/09/10 04:25:35 INFO pop3server: POP3 Service is running on: >>>>>> jayhel-server >>>>>> 01/09/10 04:25:35 INFO pop3server: POP3 Service handler hello name is: >>>>>> jayhel-server >>>>>> 01/09/10 04:25:35 INFO pop3server: POP3 Service handler connection >>>>>> timeout >>>>>> is: 120000 >>>>>> 01/09/10 04:25:35 INFO pop3server: POP3 Service connection backlog is: >>>>>> 5 >>>>>> 01/09/10 04:25:35 INFO pop3server: POP3 Service will allow a maximum of >>>>>> 30 >>>>>> connections. >>>>>> 01/09/10 04:25:35 INFO pop3server: The idle timeout will be reset every >>>>>> 20480 bytes. >>>>>> 01/09/10 04:25:35 INFO pop3server: POP3 Service started plain:110 >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: POP3 Service uses default thread >>>>>> group. >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: POP3 Service is running on: >>>>>> jayhel-server >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: POP3 Service handler hello name >>>>>> is: >>>>>> jayhel-server >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: POP3 Service handler connection >>>>>> timeout is: 120000 >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: POP3 Service connection backlog >>>>>> is: 5 >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: POP3 Service will allow a >>>>>> maximum >>>>>> of >>>>>> 30 connections. >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: The idle timeout will be reset >>>>>> every >>>>>> 20480 bytes. >>>>>> 01/09/10 04:25:35 DEBUG pop3server-tls: POP3 Service init... >>>>>> 01/09/10 04:25:35 DEBUG pop3server-tls: POP3 Service ...init end >>>>>> 01/09/10 04:25:35 INFO pop3server-tls: POP3 Service started ssl:995 >>>>>> 01/09/10 04:25:35 DEBUG pop3server-tls: Using a bounded pool for POP3 >>>>>> handlers with upper limit 30 >>>>>> 01/09/10 04:25:39 INFO pop3server: Connection from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) >>>>>> 01/09/10 04:25:39 INFO pop3server: Connection for jayhel from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) closed. >>>>>> 01/09/10 04:27:01 INFO pop3server: Connection from 190.186.137.85 >>>>>> (190.186.137.85) >>>>>> 01/09/10 04:27:01 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.85 >>>>>> (190.186.137.85) closed. >>>>>> 01/09/10 04:29:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> .../... >>>>>> 01/09/10 15:49:15 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.84 >>>>>> (190.186.137.84) closed. >>>>>> 01/09/10 15:54:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 15:54:03 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 15:59:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 15:59:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 16:04:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 16:04:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 16:04:41 INFO pop3server: Connection from 190.186.137.85 >>>>>> (190.186.137.85) >>>>>> 01/09/10 16:04:42 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.85 >>>>>> (190.186.137.85) closed. >>>>>> 01/09/10 16:04:56 INFO pop3server: Connection from 190.186.137.85 >>>>>> (190.186.137.85) >>>>>> 01/09/10 16:04:56 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.85 >>>>>> (190.186.137.85) closed. >>>>>> 01/09/10 16:07:07 DEBUG pop3server-tls: Retrieving a >>>>>> org.apache.james.pop3server.POP3Handler from the pool >>>>>> 01/09/10 16:07:08 INFO pop3server-tls: Connection from 190.186.137.85 >>>>>> (190.186.137.85) >>>>>> 01/09/10 16:07:26 DEBUG pop3server-tls: Calling start() >>>>>> 01/09/10 16:07:26 DEBUG pop3server-tls: Watchdog default Worker #15 has >>>>>> time >>>>>> to sleep 120000 >>>>>> 01/09/10 16:07:26 ERROR pop3server-tls: Exception during connection >>>>>> from >>>>>> 190.186.137.85 (190.186.137.85) : Connection has been shutdown: >>>>>> javax.net.ssl.SSLException: Unrecognized SSL message, plaintext >>>>>> connection? >>>>>> javax.net.ssl.SSLException: Connection has been shutdown: >>>>>> javax.net.ssl.SSLException: Unrecognized SSL message, plaintext >>>>>> connection? >>>>>> at >>>>>> >>>>>> >>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1267) >>>>>> at >>>>>> >>>>>> com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:65) >>>>>> at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) >>>>>> at java.io.BufferedInputStream.read(BufferedInputStream.java:237) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.util.CRLFTerminatedReader.read(CRLFTerminatedReader.java:153) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.util.CRLFTerminatedReader.readLine(CRLFTerminatedReader.java:113) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.pop3server.POP3Handler.readCommandLine(POP3Handler.java:424) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handler.java:277) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:432) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:55) >>>>>> at >>>>>> >>>>>> org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:116) >>>>>> Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, >>>>>> plaintext >>>>>> connection? >>>>>> at >>>>>> >>>>>> >>>>>> com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523) >>>>>> at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355) >>>>>> at >>>>>> >>>>>> >>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789) >>>>>> at >>>>>> >>>>>> >>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1120) >>>>>> at >>>>>> >>>>>> >>>>>> com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623) >>>>>> at >>>>>> >>>>>> >>>>>> com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59) >>>>>> at >>>>>> java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) >>>>>> at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) >>>>>> at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:278) >>>>>> at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122) >>>>>> at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212) >>>>>> at java.io.BufferedWriter.flush(BufferedWriter.java:236) >>>>>> at java.io.PrintWriter.flush(PrintWriter.java:276) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.util.InternetPrintWriter.println(InternetPrintWriter.java:92) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.util.InternetPrintWriter.println(InternetPrintWriter.java:189) >>>>>> at >>>>>> >>>>>> >>>>>> org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handler.java:274) >>>>>> ... 3 more >>>>>> 01/09/10 16:07:26 DEBUG pop3server-tls: Calling disposeWatchdog() >>>>>> default >>>>>> Worker #15 >>>>>> 01/09/10 16:07:26 DEBUG pop3server-tls: Returning a >>>>>> org.apache.james.pop3server.POP3Handler to the pool >>>>>> 01/09/10 16:09:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 16:09:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 16:09:26 DEBUG pop3server-tls: Watchdog default Worker #15 is >>>>>> exiting run(). >>>>>> 01/09/10 16:09:56 INFO pop3server: Connection from 190.186.137.85 >>>>>> (190.186.137.85) >>>>>> 01/09/10 16:09:56 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.85 >>>>>> (190.186.137.85) closed. >>>>>> 01/09/10 16:14:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 16:14:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 16:14:56 INFO pop3server: Connection from 190.186.137.85 >>>>>> (190.186.137.85) >>>>>> 01/09/10 16:14:56 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.85 >>>>>> (190.186.137.85) closed. >>>>>> 01/09/10 16:19:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> .../... >>>>>> 01/09/10 17:44:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 17:49:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 17:49:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 17:54:03 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 17:54:03 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 17:59:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 17:59:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 18:04:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 18:04:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 18:05:32 INFO pop3server: Connection from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) >>>>>> 01/09/10 18:05:33 INFO pop3server: Connection for jayhel from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) closed. >>>>>> 01/09/10 18:09:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 18:09:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 18:10:32 INFO pop3server: Connection from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) >>>>>> 01/09/10 18:10:32 INFO pop3server: Connection for jayhel from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) closed. >>>>>> 01/09/10 18:14:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 18:14:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 18:15:32 INFO pop3server: Connection from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) >>>>>> 01/09/10 18:15:32 INFO pop3server: Connection for jayhel from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) closed. >>>>>> 01/09/10 18:19:03 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 18:19:03 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 18:20:32 INFO pop3server: Connection from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) >>>>>> 01/09/10 18:20:32 INFO pop3server: Connection for jayhel from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) closed. >>>>>> 01/09/10 18:24:02 INFO pop3server: Connection from 190.186.137.83 >>>>>> (190.186.137.83) >>>>>> 01/09/10 18:24:02 INFO pop3server: Connection for jayhel from >>>>>> 190.186.137.83 >>>>>> (190.186.137.83) closed. >>>>>> 01/09/10 18:25:32 INFO pop3server: Connection from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) >>>>>> 01/09/10 18:25:32 INFO pop3server: Connection for jayhel from >>>>>> jayhel-server.farmacia-boliviana.com (190.186.137.82) closed. >>>>>> >>>>>> # vim >>>>>> /opt/james-2.3.2/apps/james/logs/remotemanager-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO remotemanager: Remote Manager Service uses >>>>>> default >>>>>> thread group. >>>>>> 01/09/10 04:25:35 INFO remotemanager: Remote Manager Service is running >>>>>> on: >>>>>> jayhel-server >>>>>> 01/09/10 04:25:35 INFO remotemanager: Remote Manager Service handler >>>>>> hello >>>>>> name is: jayhel-server >>>>>> 01/09/10 04:25:35 INFO remotemanager: Remote Manager Service handler >>>>>> connection timeout is: 60000 >>>>>> 01/09/10 04:25:35 INFO remotemanager: Remote Manager Service connection >>>>>> backlog is: 5 >>>>>> 01/09/10 04:25:35 INFO remotemanager: Remote Manager Service will allow >>>>>> a >>>>>> maximum of 30 connections. >>>>>> 01/09/10 04:25:35 INFO remotemanager: Remote Manager Service started >>>>>> plain:4555 >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/scheduler-2010-09-01-04-25.log >>>>>> 0 bytes >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/smtpserver-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO smtpserver: SMTP Service uses default thread >>>>>> group. >>>>>> 01/09/10 04:25:35 INFO smtpserver: SMTP Service is running on: >>>>>> jayhel-server >>>>>> 01/09/10 04:25:35 INFO smtpserver: SMTP Service handler hello name is: >>>>>> jayhel-server >>>>>> 01/09/10 04:25:35 INFO smtpserver: SMTP Service handler connection >>>>>> timeout >>>>>> is: 360000 >>>>>> 01/09/10 04:25:35 INFO smtpserver: SMTP Service connection backlog is: >>>>>> 5 >>>>>> 01/09/10 04:25:35 INFO smtpserver: SMTP Service will allow a maximum of >>>>>> 30 >>>>>> connections. >>>>>> 01/09/10 04:25:35 INFO smtpserver: This SMTP server requires >>>>>> authentication, >>>>>> but doesn't verify that the authentication credentials match the sender >>>>>> address. >>>>>> 01/09/10 04:25:35 INFO smtpserver: Authorized addresses: [ >>>>>> 127.0.0.0/255.0.0.0] >>>>>> 01/09/10 04:25:35 INFO smtpserver: No maximum message size is enforced >>>>>> for >>>>>> this server. >>>>>> 01/09/10 04:25:35 INFO smtpserver: The idle timeout will be reset every >>>>>> 20480 bytes. >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.VrfyCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.AuthCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.QuitCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.HelpCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.HeloCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.MailCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.DataCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.RcptCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.EhloCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added MessageHandler: >>>>>> org.apache.james.smtpserver.SendMailHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.NoopCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.ExpnCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: Added Commandhandler: >>>>>> org.apache.james.smtpserver.RsetCmdHandler >>>>>> 01/09/10 04:25:35 INFO smtpserver: SMTP Service started plain:25 >>>>>> 01/09/10 05:05:07 INFO smtpserver: Connection from >>>>>> 114-45-57-14.dynamic.hinet.net (114.45.57.14) >>>>>> 01/09/10 05:05:14 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:15 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:15 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:16 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:17 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:17 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:21 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:22 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:22 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:23 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:23 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:24 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:24 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:25 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:25 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:26 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:26 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:27 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:27 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:28 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:29 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:29 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:rebsdirpr@ms24.hinet.net< >>>>>> from%3Arebsdirpr@ms24.hinet.net>< >>>>>> from%3Arebsdirpr@ms24.hinet.net< >>>>>> from%253Arebsdirpr@ms24.hinet.net >>>>>>>> ] >>>>>> >>>>>> 01/09/10 05:05:31 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:32 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:33 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:33 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:34 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:35 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:36 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:36 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:38 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> 01/09/10 05:05:39 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:xxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>>> < >>>>>> from%3Axxmgwijhaadf@ms23.hinet.net >>>>>> >>>>>> ] >>>>>> .../... >>>>>> 01/09/10 18:33:02 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:zrqqbt@ms12.hinet.net< >>>>>> from%3Azrqqbt@ms12.hinet.net>< >>>>>> from%3Azrqqbt@ms12.hinet.net< >>>>>> from%253Azrqqbt@ms12.hinet.net>>] >>>>>> >>>>>> >>>>>> 01/09/10 18:33:03 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:zrqqbt@ms12.hinet.net< >>>>>> from%3Azrqqbt@ms12.hinet.net>< >>>>>> from%3Azrqqbt@ms12.hinet.net< >>>>>> from%253Azrqqbt@ms12.hinet.net>>] >>>>>> >>>>>> >>>>>> 01/09/10 18:33:03 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:zrqqbt@ms12.hinet.net< >>>>>> from%3Azrqqbt@ms12.hinet.net>< >>>>>> from%3Azrqqbt@ms12.hinet.net< >>>>>> from%253Azrqqbt@ms12.hinet.net>>] >>>>>> >>>>>> >>>>>> 01/09/10 18:33:03 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:zrqqbt@ms12.hinet.net< >>>>>> from%3Azrqqbt@ms12.hinet.net>< >>>>>> from%3Azrqqbt@ms12.hinet.net< >>>>>> from%253Azrqqbt@ms12.hinet.net>>] >>>>>> >>>>>> >>>>>> 01/09/10 18:33:04 ERROR smtpserver: Rejected message - authentication >>>>>> is >>>>>> required for mail request [to:ccyya12@yahoo.com.tw >>>>>> > >>>>>> < >>>>>> to%253Accyya12@yahoo.com.tw>>] >>>>>> >>>>>> [from:zrqqbt@ms12.hinet.net< >>>>>> from%3Azrqqbt@ms12.hinet.net>< >>>>>> from%3Azrqqbt@ms12.hinet.net< >>>>>> from%253Azrqqbt@ms12.hinet.net>>] >>>>>> >>>>>> >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/sockets-2010-09-01-04-25.log >>>>>> 0 bytes. >>>>>> >>>>>> # vim >>>>>> /opt/james-2.3.2/apps/james/logs/spoolmanager-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO spoolmanager: JamesSpoolManager init... >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet PostmasterAlias >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher RelayLimit=30 >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet Null instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher >>>>>> HasMailAttributeWithValue=org.apache.james.infected, true instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToProcessor instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher >>>>>> HasMailAttribute=spamChecked >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToProcessor instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet SetMailAttribute >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher SMTPAuthSuccessful >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToProcessor instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher InSpammerBlacklist= >>>>>> query.bondedsender.org. instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToProcessor instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher InSpammerBlacklist= >>>>>> dnsbl.njabl.org. instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToProcessor instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToProcessor instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor root instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToRepository instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor error instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher SMTPAuthSuccessful >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet SetMimeHeader instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher >>>>>> HasMailAttribute=org.apache.james.SMIMECheckSignature instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet SetMimeHeader instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher RecipientIsLocal >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet LocalDelivery instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher HostIsLocal instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToProcessor instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet RemoteDelivery >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor transport instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToRepository instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor spam instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet SetMailAttribute >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher SMTPAuthSuccessful >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet Bounce instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet Null instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor virus instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToRepository instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor local-address-error >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet ToRepository instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor relay-denied >>>>>> instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Matcher All instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Mailet DSNBounce instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Processor bounces instantiated. >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spooler Manager uses 10 Thread(s) >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #0 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #8 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #1 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #9 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #2 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #3 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #4 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #6 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Run JamesSpoolManager: Spool >>>>>> Thread >>>>>> #7 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> 01/09/10 04:25:35 INFO spoolmanager: Spool=$Proxy5 >>>>>> >>>>>> # vim /opt/james-2.3.2/apps/james/logs/usersstore-2010-09-01-04-25.log >>>>>> 01/09/10 04:25:35 INFO users-store: AvalonUsersStore init... >>>>>> 01/09/10 04:25:35 INFO users-store: UsersRepository LocalUsers started. >>>>>> 01/09/10 04:25:35 INFO users-store: AvalonUsersStore ...init >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Sep 1, 2010 at 9:27 AM, Eric Charles wrote: >>>>>> >>>>>> Hi Jean Luc, >>>>>> >>>>>>> Glad to hear you're progressing. >>>>>>> For the "connection to pop failed", it's difficult to say from here... >>>>>>> - I suppose you changed assembly.xml and environment.xml as described >>>>>>> in >>>>>>> http://wiki.apache.org/james/UsingSSL >>>>>>> - Do you connect from opera/thunderbird to the 995 port with ssl/tls >>>>>>> ? >>>>>>> - You have no error message in the log ? >>>>>>> - Can you telnet 995 to james ? (is the socket listening) ? >>>>>>> >>>>>>> Tks, >>>>>>> >>>>>>> Eric >>>>>>> >>>>>>> >>>>>>> On 31/08/2010 19:07, Jean Luc Guislain wrote: >>>>>>> >>>>>>> Hi Eric >>>>>>> >>>>>>>> Thank you for your email. >>>>>>>> Since I was new to James, I have spent some time to study the >>>>>>>> configuartion >>>>>>>> files in full details >>>>>>>> I set up james on a fixed IP 190.186.137.82 servername ifm.ath.cx >>>>>>>> My email address is jayhel@ifm.ath.cx >>>>>>>> Yes! It's working fine! >>>>>>>> I want to replace a Communigate server with James and take advantage >>>>>>>> to >>>>>>>> learn a little bit of Java on the fly... >>>>>>>> I configured SSL according to the instructions given here: >>>>>>>> http://wiki.apache.org/james/UsingSSL >>>>>>>> I executed: >>>>>>>> # keytool -genkey -alias james -keyalg RSA -keystore >>>>>>>> /opt/james-2.3.2/apps/james/conf/keystore >>>>>>>> The log files are clean. >>>>>>>> However, when I try to login to ifm.ath.cx with Opera or Thunderbird >>>>>>>> (both >>>>>>>> latest versions) the connection does not occur and I get the message >>>>>>>> "Connection to the POP server failed" >>>>>>>> How come? >>>>>>>> Would you have any idea why? >>>>>>>> Best rgds >>>>>>>> JL >>>>>>>> >>>>>>>> On Fri, Aug 27, 2010 at 10:03 AM, Eric Charles >>>>>>>> wrote: >>>>>>>> >>>>>>>> Hi Jean Luc, >>>>>>>> >>>>>>>> I tried to fetchmail gmail with James 3.0. >>>>>>>>> There was a few problems with 3.0 src code ( >>>>>>>>> https://issues.apache.org/jira/browse/JAMES-1038) >>>>>>>>> >>>>>>>>> If you work with James 2.3 (I think the config is the same), >>>>>>>>> following >>>>>>>>> config should work (it worked for me with James 3.0 trunk + >>>>>>>>> JAMES-1038). >>>>>>>>> Once fetched, mails are marked SEEN, but are not removed from gmail. >>>>>>>>> >>>>>>>>> Before testing this, ensure you can reach you gmail account with >>>>>>>>> your >>>>>>>>> favorite IMAP client. >>>>>>>>> >>>>>>>>> Tks, >>>>>>>>> >>>>>>>>> Eric >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> recipient="YOUR_EMAIL_ADDRESS_IN_JAMES" ignorercpt-header="true"/> >>>>>>>>> >>>>>>>>> imap.gmail.com >>>>>>>>> 6000 >>>>>>>>> imap >>>>>>>>> INBOX >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> false >>>>>>>>> false >>>>>>>>> localhost >>>>>>>>> >>>>>>>>> >>>>>>>> markseen="false"/> >>>>>>>>> >>>>>>>> markseen="false"/> >>>>>>>>> >>>>>>>>> >>>>>>>> markseen="false"/> >>>>>>>>> >>>>>>>>> wibble@localhost, flobble@localhost >>>>>>>>> >>>>>>>> /> >>>>>>>>> >>>>>>>> /> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On 25/08/2010 20:28, Jean Luc Guislain wrote: >>>>>>>>> >>>>>>>>> I would like to know if somebody has a working >>>>>>>>> >>>>>>>>> james-fetchmail.xml >>>>>>>>>> file to poll a pop gmail account. >>>>>>>>>> >>>>>>>>>> Rgs, >>>>>>>>>> JL >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> --------------------------------------------------------------------- >>>>>>>>>> >>>>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org >>>>>>>>> For additional commands, e-mail: server-user-help@james.apache.org >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> --------------------------------------------------------------------- >>>>>>>>> >>>>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org >>>>>>> For additional commands, e-mail: server-user-help@james.apache.org >>>>>>> >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> >>>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org >>>>> For additional commands, e-mail: server-user-help@james.apache.org >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org >>>> For additional commands, e-mail: server-user-help@james.apache.org >>>> >>>> >>>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org >> For additional commands, e-mail: server-user-help@james.apache.org >> >> --------------050105030200030202020202--