On Tue, Apr 30, 2002 at 08:53:49PM -0400, Dave Strickler wrote: > Looks like SendMail uses Milter(s) to hook in... > Looks like ProcMail has easy hooks... > > Anyone have a preference for ease of use / clean install / less > headaches? The box it will run on will be dedicated to SA and nothing > else.
Not GroupWise, that's for sure. ;-) If I were you I'd build a linux or BSD server with sendmail and procmail as the MDA with spamd. procmail is the default MDA with linux, with FreeBSD you'll need to build a new cf with procmail as the MDA. However, some might argue that qmail, postfix or exim would be better choices. You can then use a global procmailrc to fire off spamc. This is the way that I've used it, it's easy to troubleshoot, easy to setup and seems to work like a charm. I've had a very good experience under both OS' for quite a while. My sendmail.mc for FreeBSD which is pretty stock apart from the procmail bit. VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.11 2001/07/14 18:07:27 gshapiro Exp $') OSTYPE(freebsd4) DOMAIN(generic) FEATURE(access_db, `hash -o /etc/mail/access') FEATURE(blacklist_recipients) FEATURE(local_lmtp) FEATURE(mailertable, `hash -o /etc/mail/mailertable') FEATURE(relay_based_on_MX) FEATURE(virtusertable, `hash -o /etc/mail/virtusertable') define(`confCW_FILE', `-o /etc/mail/local-host-names') define(`confMAX_MIME_HEADER_LENGTH', `256/128') define(`confNO_RCPT_ACTION', `add-to-undisclosed') define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy') define(`confSTDIO_TYPE', `portable') APPENDDEF(`conf_sendmail_ENVDEF', `-DSFIO') APPENDDEF(`conf_sendmail_LIBS', `-lsfio') APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') FEATURE(`local_procmail') MAILER(local) MAILER(smtp) MAILER(`procmail') -- Kelsey Cummings - [EMAIL PROTECTED] sonic.net System Administrator 300 B Street, Ste 101 707.522.1000 (Voice) Santa Rosa, CA 95404 707.547.2199 (Fax) http://www.sonic.net/ Fingerprint = 7F 59 43 1B 44 8A 0D 57 91 08 73 73 7A 48 90 C5