I followed the following steps: 1) Edit .bashrc with
export PATH=$HOME/bin:$HOME/perl5/bin:$PATH export MANPATH=$HOME/man:$HOME/perl5/man:$MANPATH 2) Edit csh.cshrc with setenv PATH $HOME/bin:$HOME/perl5/bin:$PATH setenv MANPATH $HOME/man:$HOME/perl5/man:$MANPATH 3) perl Makefile.PL make make install sa-update 4) creating a .forward file with following line in home directory "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #ssirowa" 5) create .procmail file by copying contents of example.procmail in home directory On Thu, May 24, 2018 at 5:25 PM, Kevin A. McGrail <[email protected]> wrote: > Afraid that's way too terse of info. Have you looked in your mailings? > > What exact steps did you follow? What did occur? > > Did You try the centos package for spamassassin? Did you get that working? > > > On Wed, May 23, 2018, 22:02 Saahil Sirowa <[email protected]> > wrote: > >> I followed steps given in single user unixinstall and used via procmail. >> I'm unable to get the spam mail files routed to >> ~/mail/almost-certainly-spam directory. >> I run >> spamassassin sample-spam.txt >> >> On Wed, May 23, 2018 at 11:12 PM, Kevin A. McGrail <[email protected]> >> wrote: >> >>> A typical location on CentOS would be /usr/local/sbin for things run by >>> the admin or /usr/local/bin for things intended for users. >>> >>> spamd is likely more admin so sbin and spamc is more user so bin. >>> >>> >>> SpamAssassin can be implemented in a variety of different ways. See >>> procmail as one place and the wikis about spamc: https://wiki.apache. >>> org/spamassassin/UsedViaProcmail >>> >>> Regards, >>> KAM >>> >>> -- >>> Kevin A. McGrail >>> VP Fundraising, Apache Software Foundation >>> Chair Emeritus Apache SpamAssassin Project >>> https://www.linkedin.com/in/kmcgrail - 703.798.0171 >>> >>> On Wed, May 23, 2018 at 1:38 PM, Saahil Sirowa < >>> [email protected]> wrote: >>> >>>> "Simply copy the two executables to where you want them." => Where to >>>> copy spamd and spamc? >>>> "where your mailer invokes 'spamassassin' instead invoke 'spamc'" => >>>> Which file is being referenced here? >>>> >>>> Thanks... >>>> >>>> >>>> >>>> >>>> >>>> On Tue, May 22, 2018 at 9:18 PM, Kevin A. McGrail <[email protected]> >>>> wrote: >>>> >>>>> My Recommendation is you look at how the spamassassin package for >>>>> CentOS and look at how it runs spamd and uses spamc to pass the message to >>>>> spamd. >>>>> >>>>> >>>>> -- >>>>> Kevin A. McGrail >>>>> VP Fundraising, Apache Software Foundation >>>>> Chair Emeritus Apache SpamAssassin Project >>>>> https://www.linkedin.com/in/kmcgrail - 703.798.0171 >>>>> >>>>> On Tue, May 22, 2018 at 11:35 AM, Saahil Sirowa < >>>>> [email protected]> wrote: >>>>> >>>>>> How can I configure my system to daemonize spamassassin. >>>>>> I'm using CentOS 7 box. >>>>>> SpamAssassin is installed at home/perl5 >>>>>> >>>>>> Thanks... >>>>>> >>>>> >>>>> >>>> >>> >>
