RE: login class for mail users
From: Wolfpaw - Dale Corse (admin-lists_at_wolfpaw.net)
Date: 06/05/03
- Previous message: Eric W. Bates: "login class for mail users"
- In reply to: Eric W. Bates: "login class for mail users"
- Next in thread: Eric W. Bates: "Re: login class for mail users"
- Reply: Eric W. Bates: "Re: login class for mail users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "Eric W. Bates" <ericx@vineyard.net>, <freebsd-isp@freebsd.org> Date: Thu, 5 Jun 2003 09:43:50 -0600
Actually.. just to mention something. I don't have the class you
seek.. but I have noticed something about spamassassin. We were
using qmail-scanner-queue to process mail with it.. and it works
excellent.. except that its a massive waste of system resources.
I would do the following before setting any limits (which should
be there anyway).. it worked well for us:
A) Make sure your mail servers use spamc, not spamassassin
B) Use the following as a processing script replacement for
qmail-queue:
#!/bin/sh
/usr/local/bin/spamc | /var/qmail/bin/qmail-queue
Perl is a horrible resource hog at startup time.. one should avoid
running large numbers of perl scripts over and over again at all
costs I would say. It is excellent for some things.. but mail is
not one of them, IMO :)
Obviously, if your not using qmail (Gasp?!) this doesn't apply :)
Just my 2 cents. :)
D.
--------------------------------
Dale Corse
System Administrator
Wolfpaw Services Inc.
http://www.wolfpaw.net
(780) 474-4095
> -----Original Message-----
> From: owner-freebsd-isp@freebsd.org
> [mailto:owner-freebsd-isp@freebsd.org]On Behalf Of Eric W. Bates
> Sent: Thursday, June 05, 2003 9:09 AM
> To: freebsd-isp@freebsd.org
> Subject: login class for mail users
>
>
> Anyone have a login class for mail users which they have
> found sets reasonable limits?
>
> I've found I need to cap SpamAssassin.
>
> Thanks.
>
>
> Eric W. Bates
> ericx@vineyard.net
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Eric W. Bates: "login class for mail users"
- In reply to: Eric W. Bates: "login class for mail users"
- Next in thread: Eric W. Bates: "Re: login class for mail users"
- Reply: Eric W. Bates: "Re: login class for mail users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]