9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Presotto <presotto@closedmind.org>
To: arisawa@ar.aichi-u.ac.jp, 9fans@cse.psu.edu
Subject: Re: [9fans] Failure notice by smtp
Date: Mon, 10 Nov 2003 21:44:44 -0500	[thread overview]
Message-ID: <13e8a0798714d0b6141977e1d536da8e@plan9.bell-labs.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

Actually, first
	grep 'returning|dumping' /sys/log/runq
to see if there's anything there.

[-- Attachment #2: Type: message/rfc822, Size: 3184 bytes --]

From: arisawa@ar.aichi-u.ac.jp
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Failure notice by smtp
Date: Tue, 11 Nov 2003 09:22:14 +0900
Message-ID: <199580D2-13DD-11D8-8CD9-000393A941BC@ar.aichi-u.ac.jp>

Hello David,

> or that the clock on the file server is 3 daysoff

No, look bellow
ar% date; >x; ls -l x
Tue Nov 11 08:10:28 JST 2003
--rw-rw-r-- M 16992 arisawa arisawa 0 Nov 11 08:10 x
ar%


> term% tail smtp
> ...
> term%
>
> I'm not sure what this means, but I'm assuming it means that there was
> nothing in the smtp log?
I am only interested in z27c856d@jp-t.ne.jp.
This means many sent messages are shown but for z27c856d@jp-t.ne.jp.

>  Have you changed the /mail/lib/remotemail script?
No, except fd assignment.
Mine is:
------------- /mail/lib/remotemail ---------------
#!/bin/rc
shift
sender=$1
shift
addr=$1
shift
fd=`{/bin/upas/aliasmail -f $sender}
switch($fd){
case *.*
	;
case *
	#fd=yourdomain.dom
         fd=ar.aichi-u.ac.jp
}
# echo remotemail: `{date} $fd $addr $sender $* >> /sys/log/test
#    smtp: the -h option uses host as the local system name;
#    it may be fully-qualified or not.
#    If .domain is given, it is appended to the end of the system name.
exec /bin/upas/smtp -h $fd $addr $sender $*
---------------------------------------------


> Either way, I think you need to start debugging.
Ok. I will follow you.
What do you recommend?

Kenji Arisawa

             reply	other threads:[~2003-11-11  2:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-11  2:44 David Presotto [this message]
2003-11-11  8:32 ` arisawa
  -- strict thread matches above, loose matches on Subject: below --
2003-11-12 17:13 David Presotto
2003-11-12 22:00 ` arisawa
2003-11-10 15:31 David Presotto
2003-11-11  0:22 ` arisawa
2003-11-10  6:00 arisawa
2003-11-10 12:40 ` David Presotto
2003-11-10 14:30   ` arisawa

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=13e8a0798714d0b6141977e1d536da8e@plan9.bell-labs.com \
    --to=presotto@closedmind.org \
    --cc=9fans@cse.psu.edu \
    --cc=arisawa@ar.aichi-u.ac.jp \
    /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).