[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
[Linux-India] Re: Warning: linux-india-outgoing@ols.com - User unknown!
- Subject: [Linux-India] Re: Warning: linux-india-outgoing@ols.com - User unknown!
- From: Arun Sharma <adsharma@xxxxxxxx>
- Date: Thu, 12 Aug 1999 23:25:43 -0700
On Wed, Aug 11, 1999 at 10:58:46AM -0700, Sudhakar Chandrasekharan wrote:
> Jeffrey Yep proclaimed:
> > I keep getting the following msg from MDaemon@xxxxxxxxxxxx whenever I send a
> > msg to linux-india@xxxxxxxxxx Why?
>
> Grepping the subscriber list for ols does not produce any matches. I have
> been trying to track this down. The damn bounced message does not even
> tell us who the email was going to and why it was bounced!
Welcome to the wonderful world of cyber detectives. Here's how I did it
once upon a time on grandteton:
- - Write a script which extracts all the domain names from the subscriber list.
(sed s/^.*@//)
for $domain in $(cat domains); do
host $domain >> mx
done
Now the file mx contains all the mail exchangers for everyone on the list.
That's where you need to look for olsworld.com.
-Arun
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------