Re: pop3 proxy server (antispam/virus)

2007-05-23 Thread PeterPluta
Not sure what you're looking for. But i've done something like it with postfix, amavisd-new, and dovecot. You can spread the load to 3 different servers or more if needed. Example box 1 (postfix), box 2 (amavisd-new, spamassassin, clamav), box 3 (dovcot). Roberto Pereyra wrote: > > Hi all !! >

Re: How to do Spam Control in FreeBSD

2007-05-23 Thread PeterPluta
There is a amavisd-new port that allows you to install spamassassin. It also has a ClamAV (anti-virus) plugin. This should be all you need. The greater level of control lies in the configuration of the spamassassin plugins. dhanesh wrote: > > Hi Everbody > > I have a freebsd-6.0 server wit

Re: Kernel Options fo a File Server

2007-05-23 Thread PeterPluta
>From what I heard from most BSD'ers it's not really feasible to re-compile or customize the kernel much these days. If you truly need to compile/optimize the kernel you're already overworking your hardware. With that being said I’m curious myself, I'm always interested in squeezing a little out o

Security Run Output Questions

2007-05-23 Thread PeterPluta
I see this quite regularly. What exactly is the http process doing? I'm guessing this is the master process stopping and restarting when I rotate logs or something. Can anyone confirm? There is usally more processes, 10-15 or more. kernel log messages: +++ /tmp/security.ioLB2PiJ Wed May 23

Re: Security Run Output Setuid Differences

2007-05-21 Thread PeterPluta
Bill Moran wrote: > > On Mon, 21 May 2007 11:34:25 -0700 (PDT) > PeterPluta <[EMAIL PROTECTED]> wrote: > >> >> I did a lot of port hacking yesterday. By that I mean screwing up and >> redoing >> lots of things. Anyway, I woke up today to find this

Security Run Output Setuid Differences

2007-05-21 Thread PeterPluta
I did a lot of port hacking yesterday. By that I mean screwing up and redoing lots of things. Anyway, I woke up today to find this email in my inbox. Checking setuid files and devices: mail.placidpublishing.net setuid diffs: --- /var/log/setuid.today Fri May 18 03:02:47 2007 +++ /tmp/secu

DomainsKeys/DKIM with Postfix - Questions

2007-05-06 Thread PeterPluta
I'm currently running FreeBSD 6.2, Postfix, Amavisd-new, Spamassasin, Dovecot, and ClamAV for my mail setup. I've been meaning to add Domain Keys/DKIM for a while now, but I don't really know where to start. I understand the basic concept, but it seems a bit confusing as you get into it. Has any