+++ Dayalan Manohar [linux-india] <01/04/02 15:45 +0530>: > In /etc/mail/access i have enabled relaying for local subnet with > 192.168.1 RELAY > I want to reject messages from 192.168.1.20 due to mass mailing virus.In > /etc/mail/access I have put > 192.168.1.20 REJECT > but this seems to have no effect.Still 192.168.1.20 is able to send > messages. > Any inputs would be welcome.
put the REJECT rule first. And prefix it with Connect: if that doesn't help. Either that, or pull the ethernet card out of that virus infected m/c ... -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #049 -**< Sub : DOS to Unix conversion (#2) >**- Method #2: using recode (if installed) To convert a DOS text file to Unix so that the extra ASCII 13 does not show up, you can add the following in /etc/profile or .profile (IF recode package is installed ...) alias unix2dos='recode lat1..ibmpc' alias dos2unix='recode ibmpc..lat1' _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
