/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ [EMAIL PROTECTED] wrote: > Hi all, > > Please help to advise how 'ipfwadm' is used to stop SMTP relay. > Right now I'm using following command to block traffic from one SPAM site: > > ipfwadm -I -a reject -S 65.69.153.38/24 -D 0.0.0.0/0 > > But how the traffic from such SPAM sites, trying to use my SMTP > port for relaying can be blocked. > > Thanks in Advance. > > Ali. simple. you don't. reconfigure yuor smtp server to only relay from local networks. if you use sendmail, for instance, it won't relay from anywhere (even local networks) until you tell it to. raf _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
