Spam Filtering

     I found and fixed two issues with spam filtering that closed a couple of holes, hopefully didn’t break anything in the process, but if so please use Support->Tickets to report the issue.

     First thing I found broken was opendkim checking was not working owing to key retrieval.  It appears that opendkim does not use the system resolver by default, it is necessary to define name servers in it’s conf file.  I had not done this, key retrieval was failing, so opendkim was not rejecting sites forging as it should have been though most still would have been caught by spf.  But this together with spf will also make opendmarc work so should further reduce spam.

     The second thing was I had not configured recipient_checks in mail.eskimo.com’s postfix main.cf file and as a result the recipients_check file was completely ignored.  This server is intended for outgoing mail, but by addressing to user@mail.eskimo.com AND ignoring MX records and directly attaching to this server spam could be sent.  I was able to catch this because I happen to be perusing the logs for errors and happened to see one such spam come through which lead me to investigate the configuration to find out why it was not rejecting it.

Mail Spool Server Spontaneously Boot about 19:05 PM

     The server with the mail spool spontaneously rebooted around 19:05 PM.  Because NFS re-binding after a crash is less than reliable, some shell servers may not have properly remounted their file systems.  It may take me several hours to check these.  If you run into a server that hangs when you login, hit ‘df’, or try to retrieve e-mail please generate a support ticket: https://www.eskimo.com/support/osTicket/

KDE Not Available on Centos8

     CentOS8 made the decision NOT to include KDE however, it has been available via the EPEL repository.  Today they started upgrading the version on the EPEL respository but it is in a half updated broken state, so for now until they complete this project, KDE is not available on Centos8.

     I had bad feelings when Centos was taken over by Redhat, so far my instincts have proven to be right on, this was a very bad thing for the community.  All they’ve done is discontinue things and walk away from established standards, and support for non-paying non-Redhat customers is non-existent.

OpenSuse Not Available

     Opensuse is presently unavailable owing to a problem in a library that breaks NIS authentication.  It has been reported, they are aware of it but at this point there is no indication of if/when it will be fixed.

Mail Repaired

     Mail is repaired.  It unfortunately required rebooting pretty much everything because after I recreated the file system and exported it, all the other servers which had it mounted gave “Stale File Handle”, and would not let me unmount it without a reboot.

     But that is all done now, everything is good until it’s not.

Mail Problems

     There is a problem with the mail spool file system.  It is not a hardware problem but a file system corruption problem that fsck does not detect.

     I am going to have to copy and rebuild the file system.  At the rate files are copying this will take approximately 45 minutes to complete.

Mail Problems

     I am having a problem with the mail spool file server.  There is something wrong with the file system that fsck -f -y does not find or correct.  I am in the process of troubleshooting but it may be necessary to copy and rebuild in which case it may be down for several hours.

Web Server Issues

     If you received an e-mail about your WordPress site like this:

Howdy!

Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

In this case, WordPress caught an error with one of your plugins, WPtouch Mobile Plugin.

     This can probably be safely ignored.  The web server ran out of file descriptors.  It was configured for a million but the total amount needed exceeded that today.  I believe there may be a file descriptor leak in libsasl but until a fix is made available I’ve bumped it up to 4,000,000 which hopefully will suffice.

Upgrade of the Web Server Done

     Upgrade of the web server to Ubuntu-Mate 20.04 with PHP7.4 has been completed.

     A lot of things are broken.  phpBB3 is broken.  If you discover other things please use Support->Tickets to generate a trouble ticket.