On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm using Sendmail as my MTA. How can I restrict my box to filter/block > outgoing emails to yahoo.com?
Not sure how to do this in Sendmail, but this is easily done if you were using Postfix as your MTA. Use a regexp table and add a line that will match all mail addressed to that domain, and then either reject or silently discard them. You can even go totally fascist and reject all incoming mail from specified domains/addresses too. Of course in this case, don't use discard so that your users won't wrongly assume that the mail was sent/received. -bodgie _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

