Re: Problem installing Spamassassin 4.0.0 on Ubuntu 23.10 Server

2024-02-14 Thread Ken Wright
On Wed, 2024-02-14 at 09:59 +0100, Matus UHLAR - fantomas wrote: > > > > On Feb 14, 2024, at 06:12, Ken Wright > > > > wrote: > > > > > > > > I've built a mail server and I wanted to include Spamassasin.  > > > > As noted above, the

Re: Problem installing Spamassassin 4.0.0 on Ubuntu 23.10 Server

2024-02-13 Thread Ken Wright
On Wed, 2024-02-14 at 06:15 +0100, Niels Kobschätzki wrote: > > > On Feb 14, 2024, at 06:12, Ken Wright > > wrote: > > > > I've built a mail server and I wanted to include Spamassasin.  As > > noted above, the machine is running Ubuntu Server 23.10, so I >

Problem installing Spamassassin 4.0.0 on Ubuntu 23.10 Server

2024-02-13 Thread Ken Wright
I've built a mail server and I wanted to include Spamassasin. As noted above, the machine is running Ubuntu Server 23.10, so I started with sudo apt install spamassassin spamc but I can't start the spamassassin.service; the error message I get when I run sudo systemctl start

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-12 Thread Ken Wright
Success! I got so frustrated I reformatted the hard drive and started over.  This time, after installing SA and before any tweaking, I tried to start it, and it worked.  So I started checking after every tweak, so I could find where the problem lay.  Turns out the Options line in

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-12 Thread Ken Wright
On 2/12/19 9:53 AM, Bill Cole wrote: > On 12 Feb 2019, at 1:14, Ken Wright wrote: > >> On 2/11/19 11:42 PM, Bill Cole wrote: >>> On 11 Feb 2019, at 21:40, Ken Wright wrote: >>> >>>> On 2/11/19 9:33 PM, Bill Cole wrote: >>>>> On 11 Feb 2

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-11 Thread Ken Wright
On 2/12/19 1:56 AM, Evan Booyens wrote: > > Hi Ken > > My only other fix would be to specify the config path in > /etc/default/spamassassin at the OPTIONS="" section - add in > "--configpath=/etc/spamassassin " at the start of the configs. > > Hope it helps. > I checked, and it's already there. 

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-11 Thread Ken Wright
On 2/12/19 1:33 AM, Evan Booyens wrote: > > Also check that the actual spamassassin config directory is > /etc/spamassassin and that there is a symlink at > /etc/mail/spamassassin -> /etc/spamassassin > > If not, create it with ln -s /etc/spamassassin /etc/mail/spamassassin > Just checked.  The

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-11 Thread Ken Wright
On 2/11/19 11:42 PM, Bill Cole wrote: > On 11 Feb 2019, at 21:40, Ken Wright wrote: > >> On 2/11/19 9:33 PM, Bill Cole wrote: >>> On 11 Feb 2019, at 20:24, Ken Wright wrote: >>> >>>> it does say it's loading the Mail::SpamAssassin::Plugin::Check module

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-11 Thread Ken Wright
On 2/11/19 9:33 PM, Bill Cole wrote: > On 11 Feb 2019, at 20:24, Ken Wright wrote: > >> it does say it's loading the Mail::SpamAssassin::Plugin::Check module > > This is evidence that one or more of the following is true about spamd: > > 1. It is using a different Spam

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-11 Thread Ken Wright
On 2/11/19 7:23 PM, sha...@shanew.net wrote: > I'd suggest running spamassassin directly from the command line with > the -D and --lint options to see if that provides more detail about > what exactly is going wrong.  This is going to give you a lot of > output so you'll probably want to run it

Re: Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-11 Thread Ken Wright
On 2/10/19 3:56 AM, Giovanni Bechis wrote: > On Sun, Feb 10, 2019 at 02:30:28AM -0500, Ken Wright wrote: >> I've been trying to set up an email server and I want to use >> Spamassassin to prevent it from becoming Spam Central.  I've installed >> SA and spamass-milter, but

Having trouble getting Spamassassin to work on Ubuntu Server 18.10

2019-02-09 Thread Ken Wright
e just about run out of ideas.  Anyone have any? Sorry this is so long, but I didn't want to omit any pertinent information. Ken Wright, pulling his hair out.