Ok. I am running RH 7.1, sendmail (8.12.5), spamassassin 2.31 (spamd
deamon), and spamass-milter.  
I had a problem where the spamass-milter kept creating additional
deamons of both itself and spamc. 

So, I go to the spamass web site, download the latest package (0.1.1),
apply the latest CVS files (one at a time). And then patch it with the
patch currently in 349 (after a couple of revisions - thank you very
very much - dnelson). It now works!
http://savannah.gnu.org/projects/spamass-milt/


Copy Files from the CVS to 349-files/
 AUTHORS
 ChangeLog
 Makefile.am
 NEWS
 README
 acconfig.h
 autogen.sh
 configure.in
 spamass-milter.cpp
 spamass-milter.h

So:
gunzip spamass-milter.0.1.1.tar.gz
tar -xvf spamass-milter.0.1.1.tar
cd spamassmilter.0.1.1
cp ../349-files/* .  # replacing with CVS files
patch <349.patch
./autogen.sh
make
make install

#Launch spamass-milter - daemonize it:
spamass-milter -p /var/run/sendmail/spamass.sock -f
#lauch spamd - daemonize it:
spamd -x -d -F 0

# You need to make sure sendmail is compiled with
devtools/Site/site.config.m4 to turn on the milter
dnl Load Milter
APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER')
APPENDDEF(`conf_libmilter_ENVDEF', `-D_FFR_MILTER_ROOT_UNSAFE')

# in your sendmail.mc file: - You need to make sure sendmail is
compiled with 
INPUT_MAIL_FILTER(`spamassassin',
`S=local:/var/run/sendmail/spamass.sock, F=, T=C:15m;S:4m;R:4m;E:10m')

m4 /etc/mail/sendmail.mc >/etc/mail/sendmail.cf (or wherever you keep
your sendmail.cf

#restart sendmail to make the changes viable
/etc/rc.d/init.d/sendmail restart

Hope this helps. Good Luck!

Steven Stringham


>>> Robert Strickler <[EMAIL PROTECTED]> 02:59:56 PM
07/16/2002 >>>
http://i.yak.net/twiki/bin/view/Fnord/SpamAssassinHowtoRedhat72#Get_spamass_

milter notes that
"spamass-sock doesn't deamonize itself"

Anybody want to team up to fix this? We really want to get this
working. I
know there is a daemon(3). Although I am totally unfamiliar with c++,
the
code does not appear to be too complex and it probably needs only a
couple
of lines to make it behave.

-----Original Message-----
From: Andre [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, July 16, 2002 4:19 PM
To: [EMAIL PROTECTED] 
Subject: Re: [SAtalk] RH 7.3 spamass-milter hangs


I got the same problem with spamass-milter trying to run on a
Redhat7.1/Sendmail 8.12.5/amavisd-snapshot-200203 system. So I'm still
using
the procmailrc solution.


----- Original Message -----
From: "SpamTalk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 16, 2002 5:57 PM
Subject: [SAtalk] RH 7.3 spamass-milter hangs


> spamass-milter appears to return from its call to
"smfi_register(smfilter)"
> but does not seem to exit and hangs the boot sequence.


---------------------------------------------------------------------------
For more information about Lewis and Roca LLP, please go to 
www.lewisandroca.com.

Phoenix (602) 262-5311
Tucson (520) 622-2090
Las Vegas (702) 949-8200

NOTE:  This message is intended only for the use of the individual
or entity to which it is addressed. If the reader of this message 
is not the intended recipient, or the employee or agent responsible 
for delivering the message to the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of this 
message is strictly prohibited.  If you have received this 
communication in error, please notify us immediately by replying to
the sender of this E-Mail or by telephone.
---------------------------------------------------------------------------



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to