Jeffrey L. Conley wrote: > > Yes I know, that is not the problem unless I have the setting too high. I > really need to know why xmail dosent reject the oversized email.
As long as the size of the messages inside the mailbox is smaller than your MaxMbSize, XMail will accept incoming messages. That is the nature of SMTP. The Mailserver does not know the size of the remote message until the message is completly received. And it can send the "mailbox full" error code only after the RCPT TO command. So you'll have to live with that. > > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Spyros Tsiolis > Sent: Tuesday, May 10, 2005 2:25 PM > To: [email protected] > Subject: [xmail] Re: Max Message > > I assume you know this, however here goes. > > 10.000 as in 10000Kbytes AFAIK. > > This means 10Mbytes > > > Just to let you know. > > s. > > > ----- > "I merely function as a channel that filters music through > the chaos of noise" > - Vangelis > > > > >>From: "Jeffrey L. Conley" <[EMAIL PROTECTED]> >>Reply-To: [email protected] >>To: <[email protected]> >>Subject: [xmail] Max Message >>Date: Tue, 10 May 2005 10:55:43 -0400 >>MIME-Version: 1.0 >>Received: from x35.xmailserver.org ([69.30.125.51]) by mc10-f8.hotmail.com >>with Microsoft SMTPSVC(6.0.3790.211); Tue, 10 May 2005 07:56:10 -0700 >>Received: from x35.xmailserver.org ([127.0.0.1]:45015)by >>localhost.localdomain with [XMail 1.21 ESMTP Server]id <S17CF5D> for >><[EMAIL PROTECTED]> from <[EMAIL PROTECTED]>;Tue, 10 May 2005 >>07:56:16 -0700 >>Received: with ECARTIS (v1.0.0; list xmail); Tue, 10 May 2005 07:56:11 >>-0700 (PDT) >>Received: from identerprises.net ([64.207.15.41]:34255)by xmailserver.org >>with [XMail 1.21 ESMTP Server]id <S17CF59> for <[email protected]> from > > >><[EMAIL PROTECTED]>;Tue, 10 May 2005 07:56:09 -0700 >>Received: from Kirkby identerprises.net ([192.168.100.216]:25) with [XMail >>1.21 ESMTP Server]id <S1C5630> for <[email protected]> from >><[EMAIL PROTECTED]>;Tue, 10 May 2005 10:55:16 -0400 >>X-Message-Info: JGTYoYF78jETIEiDwEFldIpgqHEUF+hAyur3d9fW8lE= >>X-AuthUser: [EMAIL PROTECTED] >>X-Mailer: Microsoft Office Outlook, Build 11.0.6353 >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 >>Thread-Index: AcVVcFboUdG74z+nTw+iMHIA7P6zzw== >>X-ecartis-version: Ecartis v1.0.0 >>Errors-to: [EMAIL PROTECTED] >>X-original-sender: [EMAIL PROTECTED] >>Precedence: bulk >>X-list: xmail >>Return-Path: [EMAIL PROTECTED] >>X-OriginalArrivalTime: 10 May 2005 14:56:11.0135 (UTC) >>FILETIME=[678450F0:01C55570] >> >>I have my max message size set to 10000 when someone tries to send an email >>over this size Outlook continually tries to send the message. Why are the >>oversized email not rejected. >> >>I am running xmail 1.21 on RH 9.0 >> >> >> >> >> >>- >>To unsubscribe from this list: send the line "unsubscribe xmail" in >>the body of a message to [EMAIL PROTECTED] >>For general help: send the line "help" in the body of a message to >>[EMAIL PROTECTED] >> > > > _________________________________________________________________ > Don't just search. Find. Check out the new MSN Search! > http://search.msn.com/ > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > > > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
