From mboxrd@z Thu Jan 1 00:00:00 1970 From: bobf@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] smtpd MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-sdlbeupqmifvndkqfsodeiiwxa" Message-Id: <20010422132412.0B76019A33@mail.cse.psu.edu> Date: Sun, 22 Apr 2001 09:24:09 -0400 Topicbox-Message-UUID: 89386bec-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-sdlbeupqmifvndkqfsodeiiwxa Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit the message size limit is approx. 128 megabytes. check the /mail/tmp exists and is mode 777 as the mail system spills large messages to that directory during processing. --upas-sdlbeupqmifvndkqfsodeiiwxa Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Sun Apr 22 09:19:27 EDT 2001 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Sun Apr 22 09:19:26 EDT 2001 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.16.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 5FDC319A6A; Sun, 22 Apr 2001 09:19:12 -0400 (EDT) Received: from ar.aichi-u.ac.jp (ar.aichi-u.ac.jp [202.250.160.40]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 7A7CE19A3D for <9fans@cse.psu.edu>; Sun, 22 Apr 2001 09:18:19 -0400 (EDT) Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3ciscupdate v148.2.1) From: arisawa@ar.aichi-u.ac.jp To: 9fans@cse.psu.edu Message-Id: <20010422131819.7A7CE19A3D@mail.cse.psu.edu> Subject: [9fans] smtpd Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.1 Precedence: bulk Reply-To: 9fans@cse.psu.edu X-Reply-To: arisawa@aichi-u.ac.jp List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Sun, 22 Apr 2001 21:32:51 +0900 Hello 9fans, Is there any limitation in the data size of mail that can be accepted by smtpd? Large mailes with a photo image cannot be handled by smtpd. The size ls 301726 bytes for example. I inserted a debugging line in smtpd.c (the latest release) as bellow: if(sawdot == 0){ /* message did not terminate normally */ syslog(0, "smtpd-debug", "nodot: from %s at %d", him, nbytes); syskillpg(pp->pid); status = 1; } and observed /sys/log/smtpd-debug: cpu% tail /sys/log/smtpd-debug ar Apr 22 21:07:43 nodot: from nx.aichi-u.ac.jp at 81960 ar Apr 22 21:08:30 nodot: from nx.aichi-u.ac.jp at 81960 ar Apr 22 21:15:24 nodot: from nx.aichi-u.ac.jp at 81960 ar Apr 22 21:19:52 nodot: from nx.aichi-u.ac.jp at 81960 ar Apr 22 21:35:45 nodot: from nx.aichi-u.ac.jp at 81960 where nx.aichi-u.ac.jp is a UNIX machine of my home, and qmail is running on it. Thanks, Kenji Arisawa E-mail: arisawa@aichi-u.ac.jp --upas-sdlbeupqmifvndkqfsodeiiwxa--