You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Holger Danske <ho...@yahoo.de> on 2001/10/29 09:22:18 UTC

[j2.0a1]Can't get access from Netscape 4.78 Mail-Client

Hallo James-User.

I want to create a mail-roboter like ezmlm.

My first step is to install and configure the James
Mail-Server. The manual comes with the ZIP was corrupt
so I read the online manual at the homepage
jakarta.apache.org . But that seems to come from an
erlier version of James.

My problem is, that I can't send an mail to an user
create by telnet->localhost 4555->root->****->adduser
jdiller ***** .

I can send a mail to the mailserver and if I configure
the preferences with a wrong properties, Netscape
can't find the mailserver. Therefor I can say that the
mailserver is running. But if I set the properties to
the correct value, the can't get any access. A view in
the logfile->pop3server.log shows following message:

Mon Oct 29 09:01:12 GMT+01:00 2001 [INFO   ]
(pop3server): POP3Server init...
Mon Oct 29 09:01:12 GMT+01:00 2001 [INFO   ]
(pop3server): POP3Listener using plain on port 110
Mon Oct 29 09:01:12 GMT+01:00 2001 [INFO   ]
(pop3server): POP3Server ...init end
Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
(pop3server): Hello Name is: diller.home
Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
(pop3server): Connection from diller.brockhaus-ag.de
(195.190.17.171)
Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
(pop3server): Command received: USER jdiller
Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
(pop3server): Command received: PASS jdiller
Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
(pop3server): Command received: STAT
Mon Oct 29 09:01:35 GMT+01:00 2001 [ERROR  ]
(pop3server): Exception during connection from
diller.brockhaus-ag.de (195.190.17.171) :
java.lang.String
java.lang.ClassCastException: java.lang.String
	at
org.apache.james.core.MailImpl.getSize(MailImpl.java:141)
	at
org.apache.james.pop3server.POP3Handler.doSTAT(POP3Handler.java:247)
	at
org.apache.james.pop3server.POP3Handler.parseCommand(POP3Handler.java:190)
	at
org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handler.java:126)
	at
org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.run(Connection.java:163)
	at
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)
	at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:80)


Does anybody know, what's the difference.

TIA
JD

__________________________________________________________________

Gesendet von Yahoo! Mail
http://mail.yahoo.de

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [j2.0a1]Can't get access from Netscape 4.78 Mail-Client

Posted by Danny Angus <da...@thought.co.uk>.
there is a tiny bug significant bug in the new release :-(
it has been fixed in CVS, but not in the download, you can either try
building JAMES from CVS or wait until we get the download fixed.

d.

> -----Original Message-----
> From: Holger Danske [mailto:holgerdanskedk@yahoo.de]
> Sent: Monday, October 29, 2001 8:22 AM
> To: james-user@jakarta.apache.org
> Subject: [j2.0a1]Can't get access from Netscape 4.78 Mail-Client
>
>
> Hallo James-User.
>
> I want to create a mail-roboter like ezmlm.
>
> My first step is to install and configure the James
> Mail-Server. The manual comes with the ZIP was corrupt
> so I read the online manual at the homepage
> jakarta.apache.org . But that seems to come from an
> erlier version of James.
>
> My problem is, that I can't send an mail to an user
> create by telnet->localhost 4555->root->****->adduser
> jdiller ***** .
>
> I can send a mail to the mailserver and if I configure
> the preferences with a wrong properties, Netscape
> can't find the mailserver. Therefor I can say that the
> mailserver is running. But if I set the properties to
> the correct value, the can't get any access. A view in
> the logfile->pop3server.log shows following message:
>
> Mon Oct 29 09:01:12 GMT+01:00 2001 [INFO   ]
> (pop3server): POP3Server init...
> Mon Oct 29 09:01:12 GMT+01:00 2001 [INFO   ]
> (pop3server): POP3Listener using plain on port 110
> Mon Oct 29 09:01:12 GMT+01:00 2001 [INFO   ]
> (pop3server): POP3Server ...init end
> Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
> (pop3server): Hello Name is: diller.home
> Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
> (pop3server): Connection from diller.brockhaus-ag.de
> (195.190.17.171)
> Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
> (pop3server): Command received: USER jdiller
> Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
> (pop3server): Command received: PASS jdiller
> Mon Oct 29 09:01:35 GMT+01:00 2001 [INFO   ]
> (pop3server): Command received: STAT
> Mon Oct 29 09:01:35 GMT+01:00 2001 [ERROR  ]
> (pop3server): Exception during connection from
> diller.brockhaus-ag.de (195.190.17.171) :
> java.lang.String
> java.lang.ClassCastException: java.lang.String
> 	at
> org.apache.james.core.MailImpl.getSize(MailImpl.java:141)
> 	at
> org.apache.james.pop3server.POP3Handler.doSTAT(POP3Handler.java:247)
> 	at
> org.apache.james.pop3server.POP3Handler.parseCommand(POP3Handler.java:190)
> 	at
> org.apache.james.pop3server.POP3Handler.handleConnection(POP3Handl
> er.java:126)
> 	at
> org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.r
> un(Connection.java:163)
> 	at
> org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute
> (ExecutableRunnable.java:47)
> 	at
> org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThr
> ead.java:80)
>
>
> Does anybody know, what's the difference.
>
> TIA
> JD
>
> __________________________________________________________________
>
> Gesendet von Yahoo! Mail
> http://mail.yahoo.de
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>