From edward at thejanowiaks.com Tue Sep 2 23:10:33 2025 From: edward at thejanowiaks.com (Edward Janowiak) Date: Tue, 2 Sep 2025 17:10:33 -0600 Subject: MailScanner --lint Hangs Message-ID: Hello, I have a fresh install of MailScanner on Ubuntu 24. I?m checking my configuration with MailScanner ?lint. The process hangs after this line: SpamAssassin reported no errors. Any help would be appreciated. Best regards, Edward From edward at thejanowiaks.com Wed Sep 3 17:08:11 2025 From: edward at thejanowiaks.com (Edward Janowiak) Date: Wed, 3 Sep 2025 11:08:11 -0600 Subject: MailScanner --lint Hangs *SOLVED* In-Reply-To: References: Message-ID: ClamAV was using all the memory. I had a system with 1vCPU and 2GB of memory. ClamAV used nearly all of the 2GB of memory. I scaled the VM up to 2vCPU and 4GB of memory. Everything is now running optimally. Based on the documentation, 2GB should have been enough memory. Obviously, it wasn?t. Best regards, Edward > On Sep 2, 2025, at 17:10, Edward Janowiak wrote: > > Hello, > > I have a fresh install of MailScanner on Ubuntu 24. I?m checking my configuration with MailScanner ?lint. The process hangs after this line: > > SpamAssassin reported no errors. > > Any help would be appreciated. > > Best regards, > Edward > > > -- > MailScanner mailing list > mailscanner at lists.mailscanner.info > http://lists.mailscanner.info/mailman/listinfo/mailscanner > From mailscanner at feedmebits.nl Sat Sep 20 12:37:47 2025 From: mailscanner at feedmebits.nl (Maarten) Date: Sat, 20 Sep 2025 14:37:47 +0200 Subject: Question about mailscanner package updates Message-ID: Hello, I'm redoing my personal mailserver setup and going from CentOS to Debian. Now I'm using Ansible to setup everything. I have just finished my entire setup and I just discovered that /etc/MailScanner/conf.d is included for custom settings. I don't really want to redo my MailScanner configuration right now. So my question is if mailscanner is updated with an rpm or deb package and you then have to run ms-configure --update at what point are updated changes made to MailScanner.conf so that I figure out at what point in my Ansible code to make backup of my current configuration so that I can compare the old config to the new config to check if I need to make any Changes to my Ansible template of MailScanner.conf?