Sujet : Re: How to Install SpamAssassin on Fedora?
De : lars (at) *nospam* cleo.beagle-ears.com (Lars Poulsen)
Groupes : comp.os.linux.miscDate : 14. Feb 2025, 23:45:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <slrnvqvhsq.mskc.lars@cleo.beagle-ears.com>
References : 1 2
User-Agent : slrn/1.0.3 (Linux)
On 2025-02-14, Dan Espen <
dan1espen@gmail.com> wrote:
Lars Poulsen <lars@cleo.beagle-ears.com> writes:
>
As part of my nerdy home system, I have a Fedora Linux server, which is
my file server, my web server and my mail server. For almost 20 years,
my incoming mail was scrubbed by a spam filtering service operated by my
friend in Switzerland, but he is now retiring, so I need to do this for
myself now.
>
I figure the tool of choice is spamassassin, but where do I find a
reasonably simple how-to guide? I assume I cannot just
dnf install spamassassin
systemctl enable spamassassin.service
systemctl start spamassassin.service
>
But what more do I need to do?
>
dnf install spamassassin
>
works fine.
>
You may or may not need to start it as a service, that's up to you.
"spamd" just makes it run a little faster.
>
The man page should be sufficient to figure out the rest.
So these 3 commands are likely to work, without screwing anything up?
Does spamassassin take over the submission port without any editing of
sendmail.cf? (Most descriptions of spamassassin assume that you are
running procmail. I figured out a sendmail.cf 30 years ago, and have not
had to page all of that in for at least 20 years.)