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 Vasko Tomanov <va...@web.bg> on 2002/01/10 10:52:16 UTC

big emails

whne I send a mail more then 10 MB I recevie Netrok Error from the JAMES
server sombody to have the same problem ??

vasko

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


Re: SMTP error

Posted by Jeff Dillon <je...@jeffdillon.com>.
> I just set the maxmessage in config.xml size to 6144.  I assume its meant
to
> be in KB and so should give me a 6MB mail
> Doing that stopped any email from coming in.  Am I missing something

I did not have this problem with the latest source.

Jeff Dillon


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


Re: SMTP error

Posted by Shal Jain <sh...@intertechsys.com>.
I just set the maxmessage in config.xml size to 6144.  I assume its meant to
be in KB and so should give me a 6MB mail
Doing that stopped any email from coming in.  Am I missing something


----- Original Message -----
From: "Jeff Dillon" <je...@jeffdillon.com>
To: "James Users List" <ja...@jakarta.apache.org>
Sent: Friday, January 11, 2002 11:34 AM
Subject: Re: SMTP error


> > Somebody(external party) sent a 20Mb email yesterday.
>
> In the future, you should probably set the <maxmessagesize> variable in
the
> config.xml file.
>
> Perhaps the default value in the distribution should be changed from its
> current unlimited value to 2048kbytes or something reasonable. A 20MB
email
> is inane.
>
> Did you try looking in var/mail/inboxes or var/outgoing to see if that
huge
> message is still on your server? I tried sending an 11MB email yesterday
> with the latest CVS source and had no problems.
>
> Jeff Dillon
> http://www.jeffdillon.com
>
>
>
> --
> 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>


Re: SMTP error

Posted by Jeff Dillon <je...@jeffdillon.com>.
> Somebody(external party) sent a 20Mb email yesterday.

In the future, you should probably set the <maxmessagesize> variable in the
config.xml file.

Perhaps the default value in the distribution should be changed from its
current unlimited value to 2048kbytes or something reasonable. A 20MB email
is inane.

Did you try looking in var/mail/inboxes or var/outgoing to see if that huge
message is still on your server? I tried sending an 11MB email yesterday
with the latest CVS source and had no problems.

Jeff Dillon
http://www.jeffdillon.com



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


Re: SMTP error

Posted by Stephan Schiessling <s...@rapi.com>.

There are connection timeouts defined in the config file for the smtpserver.
I think the default is 6 minutes, and if receiving an email takes more 
than 6 minutes
a timeout occurs. Problem is known, and maybe already fixed in cvs.
But you can simply increased this connection timeout for now, to solve 
the problem.


Bye,

Stephan Schiessling


Shal Jain wrote:

>HELP
>
>James ver. 2.01
>Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES is
>stuck throwing the errors listed below
>Even after I shutdown and restart James, this error persists Any ideas how I
>get around it.
>the var/spool , var/pending , var/outgoing folders are empty.
>
>
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init end
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY MAIL
>SERVER
>Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is: 0
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
>gw.myhost.com (10.0.0.222)
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: EHLO
>gw1.clienthost.com
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: MAIL
>From:<us...@clienthost.com>
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: RCPT
>To:<ta...@mytarget.com>
>Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received: DATA
>Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout on
>socket
>Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
>socket: null
>java.lang.reflect.UndeclaredThrowableException:
>java.lang.reflect.InvocationTargetException: javax.mail.MessagingException:
>Exception spooling message: Exception caught while storing Message
>Container: java.net.SocketException: JVM_recv in socket input stream read
>(code=10004)
> at org.apache.james.James.sendMail(James.java:319)
> at java.lang.reflect.Method.invoke(Native Method)
> at
>org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
>ke(BlockInvocationHandler.java:88)
> at $Proxy9.sendMail(Unknown Source)
> at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
> at
>org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
> at
>org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
>0)
>
>
>I need to get JAMES running now.
>
>
>
>--
>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>


Re: SMTP error

Posted by Shal Jain <sh...@intertechsys.com>.
Does that mean from the sender's queue or is there a queue in James that I
am not aware of

----- Original Message -----
From: "Todd Tredeau" <to...@wisernet.com>
To: "James Users List" <ja...@jakarta.apache.org>
Sent: Friday, January 11, 2002 11:28 AM
Subject: Re: SMTP error


> Remove the message from the Queue...
>
>
>
> Shal Jain wrote:
>
> >HELP
> >
> >James ver. 2.01
> >Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES
is
> >stuck throwing the errors listed below
> >Even after I shutdown and restart James, this error persists Any ideas
how I
> >get around it.
> >the var/spool , var/pending , var/outgoing folders are empty.
> >
> >
> >Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
> >Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init
end
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY
MAIL
> >SERVER
> >Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is:
0
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
> >gw.myhost.com (10.0.0.222)
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received:
EHLO
> >gw1.clienthost.com
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received:
MAIL
> >From:<us...@clienthost.com>
> >Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received:
RCPT
> >To:<ta...@mytarget.com>
> >Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received:
DATA
> >Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout
on
> >socket
> >Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
> >socket: null
> >java.lang.reflect.UndeclaredThrowableException:
> >java.lang.reflect.InvocationTargetException:
javax.mail.MessagingException:
> >Exception spooling message: Exception caught while storing Message
> >Container: java.net.SocketException: JVM_recv in socket input stream read
> >(code=10004)
> > at org.apache.james.James.sendMail(James.java:319)
> > at java.lang.reflect.Method.invoke(Native Method)
> > at
>
>org.apache.avalon.phoenix.components.application.BlockInvocationHandler.inv
o
> >ke(BlockInvocationHandler.java:88)
> > at $Proxy9.sendMail(Unknown Source)
> > at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
> > at
>
>org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
> > at
>
>org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:1
6
> >0)
> >
> >
> >I need to get JAMES running now.
> >
> >
> >
> >--
> >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>
>


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


Re: SMTP error

Posted by Todd Tredeau <to...@wisernet.com>.
Remove the message from the Queue...



Shal Jain wrote:

>HELP
>
>James ver. 2.01
>Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES is
>stuck throwing the errors listed below
>Even after I shutdown and restart James, this error persists Any ideas how I
>get around it.
>the var/spool , var/pending , var/outgoing folders are empty.
>
>
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
>Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init end
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY MAIL
>SERVER
>Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is: 0
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
>gw.myhost.com (10.0.0.222)
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: EHLO
>gw1.clienthost.com
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: MAIL
>From:<us...@clienthost.com>
>Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: RCPT
>To:<ta...@mytarget.com>
>Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received: DATA
>Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout on
>socket
>Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
>socket: null
>java.lang.reflect.UndeclaredThrowableException:
>java.lang.reflect.InvocationTargetException: javax.mail.MessagingException:
>Exception spooling message: Exception caught while storing Message
>Container: java.net.SocketException: JVM_recv in socket input stream read
>(code=10004)
> at org.apache.james.James.sendMail(James.java:319)
> at java.lang.reflect.Method.invoke(Native Method)
> at
>org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
>ke(BlockInvocationHandler.java:88)
> at $Proxy9.sendMail(Unknown Source)
> at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
> at
>org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
> at
>org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
>0)
>
>
>I need to get JAMES running now.
>
>
>
>--
>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>


Re: SMTP error

Posted by Shal Jain <sh...@intertechsys.com>.
HELP

James ver. 2.01
Somebody(external party) sent a 20Mb email yesterday.  Since then JAMES is
stuck throwing the errors listed below
Even after I shutdown and restart James, this error persists Any ideas how I
get around it.
the var/spool , var/pending , var/outgoing folders are empty.


Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer init...
Fri Jan 11 10:40:19 CST 2002 [INFO   ] (smtpserver): SMTPServer ...init end
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Hello Name is: MY MAIL
SERVER
Fri Jan 11 10:42:08 CST 2002 [DEBUG  ] (smtpserver): Max message size is: 0
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Connection from
gw.myhost.com (10.0.0.222)
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: EHLO
gw1.clienthost.com
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: MAIL
From:<us...@clienthost.com>
Fri Jan 11 10:42:08 CST 2002 [INFO   ] (smtpserver): Command received: RCPT
To:<ta...@mytarget.com>
Fri Jan 11 10:42:09 CST 2002 [INFO   ] (smtpserver): Command received: DATA
Fri Jan 11 10:48:08 CST 2002 [ERROR  ] (smtpserver): Connection timeout on
socket
Fri Jan 11 10:48:09 CST 2002 [DEBUG  ] (smtpserver): Exception opening
socket: null
java.lang.reflect.UndeclaredThrowableException:
java.lang.reflect.InvocationTargetException: javax.mail.MessagingException:
Exception spooling message: Exception caught while storing Message
Container: java.net.SocketException: JVM_recv in socket input stream read
(code=10004)
 at org.apache.james.James.sendMail(James.java:319)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
ke(BlockInvocationHandler.java:88)
 at $Proxy9.sendMail(Unknown Source)
 at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:564)
 at
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:243)
 at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
0)


I need to get JAMES running now.



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


RE: pop3 + picture

Posted by Danny Angus <da...@thought.co.uk>.
Outlook 2k works

> -----Original Message-----
> From: root [mailto:root]On Behalf Of Vasko Tomanov
> Sent: Friday, January 11, 2002 1:16 PM
> To: James Users List
> Subject: Re: pop3 + picture
> 
> 
> Ok but most in fack use windows what to do ??
> 
> The Outlook on XP  be sure not-work
> 
> --
> 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>


Re: pop3 + picture

Posted by Vasko Tomanov <va...@web.bg>.
Ok but most in fack use windows what to do ??

The Outlook on XP  be sure not-work

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


Re: pop3 + picture

Posted by Daniel Katheininger <d....@vivid-md.de>.
Hi Vasko,

in fact this is a problem of Outlook Express on Mac. I'm using Microsoft
Entourage (also on Mac) and everything works fine.

daniel


Am 11.01.2002 11:37 Uhr schrieb "Vasko Tomanov" unter <va...@web.bg>:

> Vasko Tomanov wrote:
>> 
>> I have some users with nescape-mail, outlookexpress, and MacOS users..
>> 
>> on the Linux - netscape all is OK
>> on OutlokkExpress when the length of all mesages in the boz are more
>> then 1MB the massages cannot be received
>> on MacOs all is OK but display : "POP3 protocol is not fully supported
>> by server"
>> 
>> some advice for outlookexpress problems ??
>> 
>> --
>> 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>


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


Re: pop3 + picture

Posted by Vasko Tomanov <va...@web.bg>.
Vasko Tomanov wrote:
> 
> I have some users with nescape-mail, outlookexpress, and MacOS users..
> 
> on the Linux - netscape all is OK
> on OutlokkExpress when the length of all mesages in the boz are more
> then 1MB the massages cannot be received
> on MacOs all is OK but display : "POP3 protocol is not fully supported
> by server"
> 
> some advice for outlookexpress problems ??
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

pop3

Posted by Vasko Tomanov <va...@web.bg>.
I have some users with nescape-mail, outlookexpress, and MacOS users..

on the Linux - netscape all is OK
on OutlokkExpress when the length of all mesages in the boz are more
then 1MB the massages cannot be received
on MacOs all is OK but display : "POP3 protocol is not fully supported
by server"

some advice for outlookexpress problems ??

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


RE: big emails

Posted by Danny Angus <da...@thought.co.uk>.
This error was caused by a bug now fixed in CVS only, it will be available
in the next release.


> -----Original Message-----
> From: root [mailto:root]On Behalf Of Vasko Tomanov
> Sent: Friday, January 11, 2002 7:21 AM
> To: James Users List
> Subject: Re: big emails
>
>
> Jeff Dillon wrote:
> wha is the name of this variable ???????????
>
> i have some times errors on more then 1 MB with my client who use
> OutLookExpress but the same account from Mac or from Linux / Netscape
> work fine..
>
> but when send a 10 MB mesaje avry time have a problem.....
>
> --
> 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>


Re: big emails

Posted by Vasko Tomanov <va...@web.bg>.
Jeff Dillon wrote:
wha is the name of this variable ???????????

i have some times errors on more then 1 MB with my client who use
OutLookExpress but the same account from Mac or from Linux / Netscape
work fine..

but when send a 10 MB mesaje avry time have a problem.....

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


Re: big emails

Posted by Jeff Dillon <je...@jeffdillon.com>.
> whne I send a mail more then 10 MB I recevie Netrok Error from the JAMES
> server sombody to have the same problem ??

I just successfully sent and recieved a 11MB attachment using the latest CVS
source.

It was a little slow to transfer (without going over the network) but, I
think that a 10 MB is a little large to transfer by email. There is a
variable in the conf file to set the maximum messasage size and 10MB is too
big for a regular internet mail server.

Jeff

Jeff Dillon
http://www.jeffdillon.com



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