Fabian, Question: Do you run Spamassassin bayes filtering on your COS 6.6 machine?
If so, I'm assuming that the bayes data base would be in /etc/spamassassin/.spamassassin rather than /etc/mail/spamassassin/.spamassassin as it is on COS 5, correct? Eric On 5/3/2015 5:34 PM, Fabian Santiago wrote: > Thanks. It's up & running. > > ----- > > Sincerely, > > Fabian Santiago > > Sent from my iPhone > >> On May 3, 2015, at 5:34 PM, Eric Broch <[email protected]> wrote: >> >> Hey Fabian, >> >> The new SA is up @ >> ftp://ftp.whitehorsetc.com/pub/qmail/CentOS6/qmt/rpms/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm >> >> The config files will be back in /etc/spamassassin and >> /etc/cron.daily/sa-update will be as it should be. >> >> What I did on my COS6.6 is Remove SA, reverted to old SA, and upgraded >> to latest SA below: >> >> # rpm -e --nodeps spamassassin >> # rpm -Uvh >> http://mirrors.qmailtoaster.com/current/CentOS/6/x86_64/spamassassin-3.4.0-2.qt.el6.x86_64.rpm >> # rpm -Uvh >> ftp://ftp.whitehorsetc.com/pub/qmail/CentOS6/qmt/rpms/x86_64/spamassassin-3.4.1-0.qt.el6.x86_64.rpm >> >> I suppose you could skip step 2, but I did it just to be safe FWIW. >> >> EricB. >> >> >>> On 5/3/2015 2:07 PM, Fabian Santiago wrote: >>> No worries. Thank you! Keep me posted. >>> >>> ----- >>> >>> Sincerely, >>> >>> Fabian Santiago >>> >>> Sent from my iPhone >>> >>>> On May 3, 2015, at 4:05 PM, Eric Broch <[email protected]> wrote: >>>> >>>> Fabian, >>>> >>>> I've discovered that I did not base my >>>> spamassassin-3.4.1-1.qt.el6.x86_64.rpm off of EricS's >>>> spamassassin-3.4.0-2.qt.el6.x86_64.rpm which up until now I was unaware >>>> of, therefore, mine did not incorporate all of his changes for CentOS 6 >>>> >>>> I apologize for the problems and will correct this error and put the >>>> updated RPM and SRPM on my ftp site ASAP. I think that this was the >>>> source of all of the problems you experienced after you installed my >>>> rpm. Again, I apologize. >>>> >>>> EricB >>>> >>>> >>>> >>>> >>>>> On 5/3/2015 12:54 PM, Eric Broch wrote: >>>>> Sorry, I should have looked at the email more closely. >>>>> My mistake, I'll re-roll the rpm with the correct cron sa-update. >>>>> Thanks for catching this, Fabian. >>>>> >>>>> EricB >>>>> >>>>> >>>>> >>>>>> On 5/3/2015 11:54 AM, Fox Hound wrote: >>>>>> Contents of sa-update cron script: >>>>>> >>>>>> >>>>>> #!/bin/bash >>>>>> >>>>>> # Only restart spamd if sa-update returns 0, meaning it updated the rules >>>>>> >>>>>> /usr/bin/sa-update | logger -i -p mail.info >>>>>> >>>>>> if [ "${PIPESTATUS[0]}" != "0" ]; then >>>>>> exit ${PIPESTATUS[0]} >>>>>> fi >>>>>> >>>>>> svc -d /var/qmail/supervise/spamd | logger -i -p mail.info >>>>>> svc -t /var/qmail/supervise/spamd | logger -i -p mail.info >>>>>> svc -u /var/qmail/supervise/spamd | logger -i -p mail.info >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
