From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13e8a0798714d0b6141977e1d536da8e@plan9.bell-labs.com> From: David Presotto To: arisawa@ar.aichi-u.ac.jp, 9fans@cse.psu.edu Subject: Re: [9fans] Failure notice by smtp MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-zjvangsssiwlhqlfvfgxatytzi" Date: Mon, 10 Nov 2003 21:44:44 -0500 Topicbox-Message-UUID: 86124c14-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-zjvangsssiwlhqlfvfgxatytzi Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Actually, first grep 'returning|dumping' /sys/log/runq to see if there's anything there. --upas-zjvangsssiwlhqlfvfgxatytzi Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Mon Nov 10 19:23:36 EST 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Mon Nov 10 19:23:33 EST 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id DACA219B25; Mon, 10 Nov 2003 19:23:31 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.76.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 072DB19AFC; Mon, 10 Nov 2003 19:23:09 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 2C26A19B3B; Mon, 10 Nov 2003 19:22:53 -0500 (EST) 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 ESMTP id 53FB219A9B for <9fans@cse.psu.edu>; Mon, 10 Nov 2003 19:22:20 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v606) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <199580D2-13DD-11D8-8CD9-000393A941BC@ar.aichi-u.ac.jp> Content-Transfer-Encoding: 7bit From: arisawa@ar.aichi-u.ac.jp Subject: Re: [9fans] Failure notice by smtp To: 9fans@cse.psu.edu X-Mailer: Apple Mail (2.606) Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Tue, 11 Nov 2003 09:22:14 +0900 X-Spam-Status: No, hits=-1.2 required=5.0 tests=IN_REP_TO,NO_REAL_NAME,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_APPLEMAIL version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) 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 --upas-zjvangsssiwlhqlfvfgxatytzi--