[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[Linux-India] Re: Warning: linux-india-outgoing@ols.com - User unknown!



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.

------------------------------