Logging bandwidth usage with PF

2007-11-12 Thread Joel Gudknecht
Misc list: I'm trying to figure out a way to log and analyze bandwidth usage passing through my PF gateway. It's doing NAT for ~60 users. Here are the pertinent logging rules; rdr pass log on $ext_if proto tcp to port smtp -> $host rdr pass log on $ext_if proto tcp to port www -> $host rdr pass

spamd blacklists

2006-04-07 Thread Joel Gudknecht
So where do I find Bob Beck's spamd list?

smtp-vilter + spam filtering question

2006-01-30 Thread Joel Gudknecht
Hello, Does smtp-vilter-1.1.9 included in 3.8 packages suffer from the issue discussed in this thread? http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=67017;pag e=2;sb=post_latest_reply;so=ASC;mh=25;list=spamassassin Specifically this quote: "Hmm, I've never looked at smtp-v

smtp-vilter + spamassassin Subject header rewrites

2006-01-30 Thread Joel Gudknecht
Does the smtp-vilter.conf line "spam-subject-prefix=*SPAM*" override spamassassins "rewrite_header subject ***SPAM***" (from /etc/mail/spamassassin/local.cf) because I never see the subject being modified by spamassassin? Thanks, -JG

ADSL and PPPoA

2006-02-27 Thread Joel Gudknecht
Hello, I'm trying to replace a USR router with a BSD one. The USR router is getting its IP, Gateway, and DNS from the ISP supplied modem currently. When trying to setup the BSD firewall/router on the ADSL connection from ns4all in the Netherlands, it does get an IP address assigned via dhcp-spoof

Re: ADSL and PPPoA

2006-02-27 Thread Joel Gudknecht
On 2/27/06, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2006/02/27 16:02, Joel Gudknecht wrote: > > I'm trying to replace a USR router with a BSD one. The USR router is getting > > ns4all in the Netherlands, it does get an IP address assigned via > > dhcp-

sendmail DSN reports

2006-02-28 Thread Joel Gudknecht
I have a mail filter gateway setup running sendmail, smtp-vilter and spamassassin. All incoming mail gets delivered to this machine before being passed onto an exchange server. My issue is whenever a spammer sends mail to a bogus user at my real domain, I get a DSN from the sendmail box because exc

sendmail and Undeliverables

2006-03-01 Thread Joel Gudknecht
I've recently setup an access list with the following: To:mydomain.com REJECT To:[EMAIL PROTECTED] OK To:[EMAIL PROTECTED] OK etcetera, which has really helped in reducing the amount of DSN reports I receive. (Thanks to Claus A_mann for the suggestion) I'm sti