Re: Problem with spamass-milter and libmilter sendmail-8.13.1

2004-09-24 Thread Robert Huff
Matthew Seaman writes: > Nope -- spamass-milter & spamd works just fine for me with > sendmail-8.13.1 Make that two. Robert Huff ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma

Re: Problem with spamass-milter and libmilter sendmail-8.13.1

2004-09-24 Thread Matthew Seaman
On Fri, Sep 24, 2004 at 07:47:13PM +0400, ?.?. wrote: > May be problem in libmilter of senmail 8.13.1? > > I have mail server with senmail 8.12.11 and > spamass-milter and spamassiassin - work without promlem! Nope -- spamass-milter & spamd works just fine for me with

Re: Problem with spamass-milter and libmilter sendmail-8.13.1

2004-09-24 Thread Ярошенко С.Ю.
>You need to make sure that spamass-milter and spamd are both running, >or you\'ll get this error. Actually, because of the order in which Yes, spamass-milter and spamd are both running, but I got error >sendmail and the various milters are started up, you might see this >oc

Re: Problem with spamass-milter and libmilter sendmail-8.13.1

2004-09-24 Thread Matthew Seaman
t; Sep 24 18:11:12 imhouse sm-mta[70048]: i8OEBCJX070048: > Milter (spamassassin): to error state > > Socket /var/run/spamass-milter.sock permanent. > # ls -la spamass-milter.sock > srwxr-xr-x 1 root wheel 0 Sep 24 18:10 > spamass-milter.sock You need to make sure that

Problem with spamass-milter and libmilter sendmail-8.13.1

2004-09-24 Thread Ярошенко С.Ю.
Hi! I have promblem with spamass-milter and libmilter sendmail-8.13.1 . My test server run under FreeBSD-5.3 Beta5, I install spamassassin-2.64 and spamass-milter, added in config file of sendmail line : \"INPUT_MAIL_FILTER(`spamassassin\', `S=local:/var/run/spamass-milter.sock, F=,

Re: spamass-milter questions

2003-06-25 Thread Matthew Seaman
On Wed, Jun 25, 2003 at 02:05:04PM +0200, Andreas Widerøe Andersen wrote: > Hi all, > I have two questions releated to spamass-milter on my FreeBSD box: > > 1. How do I get rid of these errors? > > Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter > (spamas

RE: spamass-milter questions

2003-06-25 Thread Chad Stalvey
: #killall sendmail #spamass-milter -p var/run/spamass-milter.sock -f #sendmail -bd Check your log and see what you've got... If that didn't work, you may have a permission problem on a related file or folder. As far as deleting messages if they are spam, with spamass, it looks like

spamass-milter questions

2003-06-25 Thread Andreas Widerøe Andersen
Hi all, I have two questions releated to spamass-milter on my FreeBSD box: 1. How do I get rid of these errors? Jun 25 13:54:15 server sendmail[52687]: h5PBs8Xv052687: Milter (spamassassin): local socket name /var/run/spamass-milter.sock unsafe Jun 25 13:54:15 server sendmail[52687

spamass-milter

2002-11-15 Thread Илья Шипицин
Dear Sirs, ===> Applying FreeBSD patches for spamass-milter-0.1.2 /usr/bin/sed -e 's|/usr/local|/usr/local|g' /usr/ports/mail/spamass-milter/files/spamass-milter.sh.dist > /usr/ports/mail/spamass-milter/work/spamass-milter.sh.dist /usr/bin/sed -e 's|/usr/local|/usr/loc

Re: spamass-milter

2002-07-24 Thread Michael Grant
Jul 23 00:13:00 <2.6> dan sm-mta[81020]: g6N5Cvfs081020: Milter change: header > X-Spam-Level: (etc) > > Is the milter running? You have to start it separately from > sendmail. Here's what's running, if by "milter" you mean spamass-milter which creates the

Re: spamass-milter

2002-07-23 Thread Dan Nelson
In the last episode (Jul 24), Michael Grant said: > I installed spamass-milter from ports. > > I followed the instructions, installing the line: > > INPUT_MAIL_FILTER(`spamassassin',`S=local:/var/run/spamass/spamass-milter.sock, >F=,T=C:15m;S:4m;R:4m;E:10m') &g

spamass-milter

2002-07-23 Thread Michael Grant
I installed spamass-milter from ports. I followed the instructions, installing the line: INPUT_MAIL_FILTER(`spamassassin',`S=local:/var/run/spamass/spamass-milter.sock, F=,T=C:15m;S:4m;R:4m;E:10m') The socket is there. The spamd is running. I'm running freebsd 4.6 wh