RE: spamass-milter questions

2003-06-25 Thread Chad Stalvey
I use mimedefang and get this error when it is not running. Its my
understanding that the definition in your .mc file is to tell sendmail where
to look to get a pid for the milter so that it can pipe a message through
it. The milter needs to be started before sendmail.


Try doing the following:

#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
there is a patch available to redirect messages to a different folder. I'm
assuming that you could hack that up a bit and send it to /dev/null, but I
haven't really looked at the patch.

I would suggest going to spamass home page at:

http://savannah.nongnu.org/projects/spamass-milt/

and browse through there support forums.

The easiest way I have used spamassassin for deleting or saving email to a
users folder is with procmail. You can send it to a folder in the users home
dir. named accordingly, or straight to /dev/null. I wouldn't suggest this
route on a high volume mail server though. If you go this route, *Make
sure you read about the procmail bug that will corrupt the mail file by
removing the 'F' from the first 'From' line of the message. There is however
a simple fix for this.

Mimedefang works awesome. Not only do you get the Spam filtering but you
also get an antivirus scanning as well. Plus the mailling lists are very
informational, and that is a big PLUS!!

Let me know if you want to go either of the other two routes and I can help
you out further with those as I have a first hand experience with them.


Hope this helps you out.

DEATH TO SPAM!!!

Chad Stalvey
Hayes E-Government Resources
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andreas Widerøe
Andersen
Sent: Wednesday, June 25, 2003 8:05 AM
To: [EMAIL PROTECTED]
Subject: spamass-milter questions


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]: h5PBs8Xv052687: Milter
(spamassassin): to error state

spamass-milter is started by this line in my sendmail.cf (actually .mc
before compile) file:

INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter.sock,
F=, T=C:15m;S:4m;R:4m;E:10m')

2. How can I automatically delete messages that gets the X-Spam: Yes flag
set? I want to do this for messages I forward to other server etc. Ie.
virtusertable: [EMAIL PROTECTED]   [EMAIL PROTECTED]

Thanks!


---
Andreas Widerøe Andersen [EMAIL PROTECTED]
Pragma AS

http://www.pragma.no

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Qlogic Fibre Channel Host Adapter

2003-06-24 Thread Chad Stalvey
Hello,

I'm needing some help with a QLA2200 Fibre Channel Card on FreeBSD 4.2. I've
installed the card and the bios sees the raid 5 partition on our san. When
booting I see a warning message of:

isp0: Qlogic ISP 2200 PCI FC-AL Adapter port 0x3000-0x30ff mem
0xf420-0xf4200fff irq 5 at device 4.0 on pci2
isp0: WARNING- cannot determine Expanded LUN capability- limiting to one LUN

I'm trying to add the disk through /stand/sysinstall, but fdisk only sees
the one local attached drive.

I also added the line: ispfs_load=YES to /boot/loader.conf  as I saw that
fixed someone else's similar Lun problem on another list.

I'm thinking I need some drivers for this card? Or am I way off? The only
drivers I see on Qlogic's site are that of Redhat, Solaris, and SCO. Are
there FreeBSD drivers available?

Has anyone else run into this problem?

Thanks in advance.

Chad Stalvey
Systems Engineer
Hayes E-Government Resources
www.hcs.net
850.297.0551 ext.136
Mobile 508.0485

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]