spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stop Scanning Outbound Email


From: Tony Shadwick
Subject: Re: Stop Scanning Outbound Email
Date: Tue, 12 Jul 2005 13:20:30 -0500 (CDT)

That seriously depends on what OS you're running on. :)

On FreeBSD for example, you would add the following lines to /etc/rc.conf:

spamass_milter_enable="YES"
spamass_milter_flags="${spamass_milter_flags} -i 192.168.0.0/24 127.0.0.1/32"

Be careful with the slash notation as well. /24 = 255.255.255.0, or 256 hosts (minus the network and broadcast, leaving you with 254 hosts), and /32 is a single host. If you wish to ignore 127.0.0.0-127.0.0.255, then you can use /24, but I'm not sure you would want to do that. 99.9999999999% of the time either way would be fine, just depends on how many nits you feel like picking. ;)

On Tue, 12 Jul 2005, Steven W. Orr wrote:

On Tuesday, Jul 12th 2005 at 17:46 -0000, quoth smayo01:

=>We are running Sendmail and Spamassassin on a perimeter email server.
=>How do I configure Spamassasin to not scan outbound email?

EXTRA_FLAGS="-i 192.168.0.1/24 -i 127.0.0.1/24"

--
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net


_______________________________________________
Spamass-milt-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/spamass-milt-list





reply via email to

[Prev in Thread] Current Thread [Next in Thread]