Questions tagged [spamassasin]
The spamassasin tag has no summary.
33 questions
0
votes
1
answer
82
views
SpamAssassin fails to run with Systemd but works at CLI
I am trying to setup SpamAssassin on my mail server (Rocky Linux 9.5). Just a basic setup!
This is the options variable at /etc/sysconfig/spamassassin:
SPAMDOPTIONS="-d -c -m5 -H --create-prefs --...
0
votes
0
answers
83
views
How do I add spamassassin to my Fedora / sendmail / dovecot mail server?
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 ...
0
votes
1
answer
1k
views
Ubuntu 24.04, postfix and spamassassin
I was running Ubuntu 23.04, with postfix, with spamassassin installed as a service with systemctl. At the weekend I upgraded the distro to 24.04 and have now discovered that postfix is no longer able ...
0
votes
1
answer
115
views
Removing Spamassassin report from email message?
update: screenshot added showing the original message Forwarded in a new email. Replying to this message only copies the spam report into the reply. I don't know how I would reply to a false-positive (...
1
vote
0
answers
259
views
How do I block the new TLD's in Postfix?
For the longest time it seemed like what I had in place lately worked fine to block many of these new TLD's like .shop, .online, .tech, etc. All of a sudden it seems like some are getting through and ...
0
votes
0
answers
131
views
Spamass-Milter Network Issue
Spamass-milter man says the following about -i network flag: "Ignores messages if the originating IP is in the network(s) listed. The message will be passed through without calling SpamAssassin at all....
2
votes
0
answers
133
views
Train spamassassin remotely using a single email account set up for both POP and IMAP
I use multiple devices ( desktop / laptop / iphone / ipad ). I use POP because my desktop has extensive folders that I do not want to upload/share with a server, or take up space on my mobile devices.
...
0
votes
1
answer
688
views
Exim and Spam Filtering
for years I've been using Exim as MTA. I had three strategies to prevent Spam. First of all blacklists. The second was to delay the mail delivery and the third was SpamAssassin.
But this year, more ...
2
votes
0
answers
198
views
Postfix server: Mailman email double checked with SpamAssassin
I have set up postfix with spamassassin, and then added mailman for mailing list management, everything on Debian 9 Stretch:
postfix: 3.1.8
mailman: 2.1.13
spamassassin: 3.4.1
The problem is that ...
0
votes
1
answer
745
views
How to automatically move mails to SPAM or JUNK folder instead of removing them?
I have problem with amavis-new. amavis-new removes an e-mails tagged as
SPAM are removed instead of leave them tagged by SpamAssassin. Here's
/var/log/mail.log:
Jul 20 20:04:09 cloud-vps opendmarc[...
0
votes
2
answers
612
views
Why is postfix-spamassassin-dovecot set up this way?
I have recently added spamassassin to my mailserver, as the blacklists weren't effective enough.
To clarify: I use Postfix as SMTP + Dovecot as LDA, postgrey for greylisting and postfwd for rate-...
0
votes
2
answers
99
views
How can I filter out spam mails sent to a specific user with an arbitrary name on postfix?
Recently one of our company's accounts gets a target of spam mails.
This account is already locked, but spam emails never end. Thus, I edit /etc/postfix/header_check file as follows:
/^To:.targetuser@...
3
votes
0
answers
700
views
Postfix: How to avoid forwarding spam (Spamassassin + Aliases)
We have a configuration where we have multiple shared IMAP folders (using dovecot) for a given group of people (e.g one for ressort A, one for ressort B). These groups have a mailaddress e.g. a@...
0
votes
0
answers
250
views
Block everything except 2 domains in Spam Assassin
One of our spamassassin servers is getting smashed by tons of Russian spam and causing a failure when we're trying to process the emails we care about. I'm trying to reject all email that isn't on 2 ...
0
votes
1
answer
87
views
Mail in spam - spf is set
I'm trying to send mails from my domain tickety.be. I'm using sendmail to do this.
My sender is [email protected]. My receiver is also [email protected]. My application is hosted on my Scaleway server. ...