I've just upgraded my firewall to 4.1. The firewall runs spamd, and redirects connections (that don't go to spamd) to a server behind the firewall. I modified my pf.conf per the sample in the spamd(8) man page. It's a couple of days later, and suddenly I realize that I'm only getting mail that's explicitly in my whitelist, from this rule: rdr on $ext_cable proto tcp from <spamd-mywhite> to port smtp -> $mail port 25 I'm thinking my problem is the "no rdr" rule, maybe that's preventing the smtp connections from getting redirected. Here's all my smtp-related rdr rules: rdr on $ext_cable proto tcp from <spamd-mywhite> to port smtp -> $mail port 25 no rdr on $ext_cable proto tcp from <spamd-white> to any port smtp rdr pass on $ext_cable proto tcp from any to any port smtp -> 127.0.0.1 port spamd # Send smtp to mail server rdr on $ext_cable inet proto tcp from any to any port 25 -> $mail port 25 So, what's my best solution? Would changing the "no rdr" to a rdr -> $mail do what I want, or would I be better off moving spamd to my mail server?
| Christoph Lameter | [04/14] vcompound: Core piece |
| David Miller | [GIT]: Networking |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Artem Bityutskiy | [PATCH take 2] UBIFS - new flash file system |
git: | |
| Ken Pratt | pack operation is thrashing my server |
| Adam Piatyszek | [BUG] git send-email brakes patches with very long lines |
| Junio C Hamano | [ANNOUNCE] GIT 1.5.4 |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Richard Stallman | Real men don't attack straw men |
| David B. | find -exec {} help |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Daniel Ouellet | sysctl kern.maxproc help needed |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Framstag | ftp-error: bind: Address already in use? |
| Linus Torvalds | Re: will linux use swap partition AND swap file at the same time |
| sharpe | A modified rawrite.c for your consideration |
