Re: sendmail + spamassassin

2006-10-09 Thread dick hoogendijk
On 08 Oct jdow wrote:
 From: dick hoogendijk [EMAIL PROTECTED]
 
 What is the best way to integrate spamassasin with sendmail?
 MIMEDefang?
 
 Best is horridly subjective. I use procmail here with considerable
 success. However, what works for me is not necessarily ideal for you.
 Maybe a better description of the intended use would help.

You're right. 'Best' is subjective.
I want a quick and well documented way of installing 'some' util that
interacts with sendmail, so I can use spamd. I have things running pretty
slick with the courier package (mailfilter) on one server, but I want to
change to sendmail on another and simply *need* spamassassin to run.
I don't use procmail(!) otherwise the question was not asked.
A .procmailrc file would take care of this quite as easy as my mailfilter
file does now. But as said, I run sendmail with lmpt to cyrus.
Spam_milter is mentioned; I guess this is just for spamassassin, while
MIMEDefang can also integrate a (future) use of virus filtering.
I'll study some more..

-- 
dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 +++ Solaris 10 6/06 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail + spamassassin

2006-10-09 Thread Robert Huff

dick hoogendijk writes:

  Spam_milter is mentioned; I guess this is just for spamassassin,
  while MIMEDefang can also integrate a (future) use of virus
  filtering.

Unless you are majorly committed to a generalized solution, I
found integrating clamav no harder than integrating spamass_milter.


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


Re: sendmail + spamassassin

2006-10-09 Thread Dave McCammon


--- dick hoogendijk [EMAIL PROTECTED] wrote:

 What is the best way to integrate spamassasin with
 sendmail?
 MIMEDefang?
 
 -- 

I use XamimeLT used with sendmail, clamav and
spamassassin. My mail server isn't very busy, about
2000 messages a day pass(or attempt to) through it and
I haven't had a problem with it.
It's no longer a port(used to be called inflex). But
the install is relatively easy.
XamimeLT's web site is http://pldaniels.com/xamimelt/.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail + spamassassin

2006-10-08 Thread Jonathan Horne
On Sunday 08 October 2006 15:52, dick hoogendijk wrote:
 What is the best way to integrate spamassasin with sendmail?
 MIMEDefang?

i do this:

add this to /etc/make.conf:
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2

cd /usr/ports/security/cyrus-sasl2-saslauthd; make install clean

cd /usr/src/lib/libsm; make clean; make obj; make depend; make
cd /usr/src/lib/libsmutil; make clean; make obj; make depend; make
cd /usr/src/usr.sbin/sendmail; make clean; make obj; make depend; make; make 
install

cd /usr/ports/mail/dovecot; make install clean

cd /usr/ports/mail/spamass-milter; make install clean


the last part there, will install spamassassin as well as spamass-milter.  
along with settings things to be able to start in /etc/rc.conf (and 
configuring other .conf files as necessary), this will get you everything you 
need for a mail service (of course, if you already have a favorite pop3/imap 
solution in place, omit the dovecot sugesstion).

if you do end up interested in seeing how i set my server up, line by line, i 
have a document here that you might like:

http://dfwlpiki.dfwlp.org/index.php/Deploying_a_FreeBSD_Server#Configuring_Mail_Services

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


Re: sendmail + spamassassin

2006-10-08 Thread jdow

From: dick hoogendijk [EMAIL PROTECTED]


What is the best way to integrate spamassasin with sendmail?
MIMEDefang?


Best is horridly subjective. I use procmail here with considerable
success. However, what works for me is not necessarily ideal for
you. Maybe a better description of the intended use would help.

{^_^}   Joanne, who is getting scared - I almost understand procmail
   syntax. That must mean I am going insane.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]