Re: Txrep problem

2018-12-02 Thread Jari Fredriksson
> Reindl Harald kirjoitti 2.12.2018 kello 21.40: > > > honestly - what about "waste" 5 seconds of your own time verify what you > link and get a proper operating system other than a Mac? > Good point. But - I use proper operating systems on my servers. I also have a Linux Desktop but not

Re: Txrep problem

2018-12-02 Thread Jari Fredriksson
Current DB says: MariaDB [spamassassin]> select * from txrep order by last_hit; +--+---++---+--++-+ | username | email | ip |

Re: Txrep problem

2018-12-02 Thread Jari Fredriksson
> Jari Fredriksson kirjoitti 2.12.2018 kello 21.22: > > > Final paste once more: https://pastebin.com/kvTK0NPe > > > Mac copy paste was odd. > .. aand that was bad too. I pasted the debug of previous debug.log :D Here it is. https://pastebin.com/Ujr1ebST

Re: Txrep problem

2018-12-02 Thread Jari Fredriksson
Final paste once more: https://pastebin.com/kvTK0NPe Mac copy paste was odd.

Re: Txrep problem

2018-12-02 Thread Jari Fredriksson
> Giovanni Bechis kirjoitti 2.12.2018 kello 11.13: > > Can you try to run spamassassin -D to have a look at what's going on ? > Thanks > Giovanni > > On 11/30/18 6:46 PM, Jari Fredriksson wrote: >> Hello all! >> >> I have tried to implement TxRep into my system. >> >> My configuration for

Re: Txrep problem

2018-12-02 Thread Jari Fredriksson
> Giovanni Bechis kirjoitti 2.12.2018 kello 11.13: > > Can you try to run spamassassin -D to have a look at what's going on ? > Thanks > Giovanni > The paste is https://pastebin.com/iHV8GUe7 I made the changes to local.cf as suggested and the message does

Re: Txrep problem

2018-12-02 Thread Jari Fredriksson
> John Capo kirjoitti 1.12.2018 kello 18.08: > > ALTER TABLE `txrep` ADD last_hit timestamp NOT NULL default CURRENT_TIMESTAMP > ON UPDATE CURRENT_TIMESTAMP ; @John: I added these, remains to be seen. Now I try the suggestion @Giovanni suggested. Br. jarif

Re: Txrep problem

2018-12-02 Thread Giovanni Bechis
Can you try to run spamassassin -D Hello all! > > I have tried to implement TxRep into my system. > > My configuration for it is > > # Enable awl > user_awl_dsnDBI:mysql:spamassassin:spamassassin > user_awl_sql_usernamespamassassin > user_awl_sql_passwordamazing > > use_txrep 1 > > > My