From mboxrd@z Thu Jan 1 00:00:00 1970 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 Date: Tue, 11 Nov 2003 09:22:14 +0900 Topicbox-Message-UUID: 85ebb3d8-eacc-11e9-9e20-41e7f4b1d025 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