9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa@ar.aichi-u.ac.jp
To: 9fans@cse.psu.edu
Subject: [9fans] smtpd
Date: Sun, 22 Apr 2001 21:32:51 +0900	[thread overview]
Message-ID: <20010422131819.7A7CE19A3D@mail.cse.psu.edu> (raw)

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


             reply	other threads:[~2001-04-22 12:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-22 12:32 arisawa [this message]
2001-04-22 13:24 bobf
2001-04-22 13:23 ` arisawa
2007-11-02 12:43 arisawa
2007-11-02 13:38 ` erik quanstrom
2007-11-02 21:44   ` arisawa
     [not found] <1945186094.38632.1515822791590.ref@mail.yahoo.com>
2018-01-13  5:53 ` G B
     [not found] <1720486952.343228.1515886233042.ref@mail.yahoo.com>
2018-01-13 23:30 ` G B
2018-01-14 12:59   ` Steve Simon
     [not found] <712199479.2960528.1519232740715.ref@mail.yahoo.com>
2018-02-21 17:05 ` G B
2018-02-21 22:26   ` Steve Simon
2018-02-22  0:19   ` Skip Tavakkolian
2018-02-22  1:18     ` Jeff Sickel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010422131819.7A7CE19A3D@mail.cse.psu.edu \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).