From mboxrd@z Thu Jan 1 00:00:00 1970 From: nigel@9fs.org To: 9fans@cse.psu.edu Subject: Re: [9fans] smtpd crashing Date: Thu, 24 Aug 2000 07:36:55 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-vgmaqkikhsrsqzhudbkiwubqqr" Message-Id: Topicbox-Message-UUID: ff7f3dae-eac8-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-vgmaqkikhsrsqzhudbkiwubqqr Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Smptd crashes because messages longer than 64K are written to a file rather than into memory. A rather quaint #define VMLIMIT sets this value. Unless /mail/tmp is generally writeable (chmod o+w /mail/tmp), the temporary file cannot be created, since smtpd runs as none. --upas-vgmaqkikhsrsqzhudbkiwubqqr Content-Type: message/rfc822 Content-Disposition: inline Received: from tele-punt-22.mail.demon.net ([194.217.242.7]) by cpu; Thu Aug 24 07:29:08 BST 2000 Received: from punt-2.mail.demon.net by mailstore for ngr@cotswold.demon.co.uk id 967066832:20:09646:8; Wed, 23 Aug 2000 21:40:32 GMT Received: from hearno.cyberware.co.uk ([194.74.221.2]) by punt-2.mail.demon.net id aa2009791; 23 Aug 2000 21:40 GMT Received: from cse.psu.edu (majordom@claven.cse.psu.edu [130.203.3.50]) by hearno.cyberware.co.uk (8.9.1b+Sun/8.7.2) with ESMTP id WAA03276 for ; Wed, 23 Aug 2000 22:39:26 +0100 (BST) Received: from localhost (majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) with SMTP id RAA14779; Wed, 23 Aug 2000 17:35:38 -0400 (EDT) Received: by claven.cse.psu.edu (bulk_mailer v1.5); Wed, 23 Aug 2000 17:35:34 -0400 Received: (from majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) id RAA14756 for 9fans-outgoing; Wed, 23 Aug 2000 17:35:26 -0400 (EDT) X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f Received: from bio.cse.psu.edu (galapagos.cse.psu.edu [130.203.12.17]) by cse.psu.edu (8.8.8/8.8.8) with SMTP id RAA14750 for <9fans@cse.psu.edu>; Wed, 23 Aug 2000 17:35:22 -0400 (EDT) Received: (qmail 1771 invoked by uid 991); 23 Aug 2000 21:35:21 -0000 Message-ID: <20000823213521.1769.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] smtpd crashing In-Reply-To: Message from sah@borf.com of "Wed, 23 Aug 2000 14:36:05 EDT." <200008231836.OAA07564@cse.psu.edu> Date: Wed, 23 Aug 2000 17:35:21 -0400 From: Scott Schwartz Sender: owner-9fans@cse.psu.edu Reply-To: 9fans@cse.psu.edu Precedence: bulk | smptd seems to be crashing every time a message with an attachment | is sent to someone in our org. Any thoughts? I sometimes seem bounces which mention a yacc stack overflow. Could be related. --upas-vgmaqkikhsrsqzhudbkiwubqqr--