mikeymikec
Lifer
I think this is one of those times where my lack of Linux troubleshooting skills shows. I'm in the process of getting my server ready to replace its aging predecessor (running Windows). POP/IMAP is working (dovecot), SMTP is working (postfix), but despite following these instructions:
github.com
The instructions that I didn't follow in that guide was what's written in step 6 because I'm honestly not interested in having suspect mail routed to a different folder, I'm happy with just [SPAM] in the subject line and let the end user filter it as they please.
I'm in a situation whereby spamassassin (spamd) appears to be running, but I'm not seeing any sign at all that it's doing its job. For example, in test mails I'm sending around there are no SA headers, nor are there any signs of SA life in /var/log/syslog or mail.log (the latter seems to be where the Internet is generally in agreement that SA should be showing up in at the very least).
Server is running Ubuntu Server 24.x LTS with the latest updates, I've restarted spamd and postfix a couple of times apiece, but without any symptoms I'm seeing that I can work on, I'm a bit stuck.
Ubuntu-Mail-Server-Spam-Filtering-Guide/Postfix_Dovecot.md at main · ozfive/Ubuntu-Mail-Server-Spam-Filtering-Guide
This repository provides step-by-step instructions to set up automated spam filters using SpamAssassin for various mail servers on Ubuntu systems. The covered mail servers include Postfix, Dovecot,...
I'm in a situation whereby spamassassin (spamd) appears to be running, but I'm not seeing any sign at all that it's doing its job. For example, in test mails I'm sending around there are no SA headers, nor are there any signs of SA life in /var/log/syslog or mail.log (the latter seems to be where the Internet is generally in agreement that SA should be showing up in at the very least).
Server is running Ubuntu Server 24.x LTS with the latest updates, I've restarted spamd and postfix a couple of times apiece, but without any symptoms I'm seeing that I can work on, I'm a bit stuck.