On Fri, Aug 09, 2002 at 10:35:17PM +0530, Praveen Kannan wrote: > Hello, > > I am running a local relay for ppl in my network. I have a doubt. If I > want to put up a restriction such that "only" ppl with a From: of > xyz.com can relay mail and all other addresses should be rejected, what
No MTA would look into the RFC 822 headers except to check for MIME compliance (and maybe to add a Message-ID header). But if you are talking of envelope sender, then ALL MTAs I know of have some mechanism of blocking based on it. Its just a question of reading the docs. To block based on RFC 822 From: header, you could have written a milter if you were using sendmail. There apparently is a similar mechanism in postfix as well - you might want to investigate that (there was a recent thread here on the milter v/s postfix issue). Binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
