Search results

  1. C

    postgres database keeps growing

    Hi! Thanks, I only just had time to circle back around to this. Lack of vacuum doesn't appear to be the problem here - the databases have data in them. For instance, the greylisting database is filled with data, and appears to have new entries from today in it (based on the mtime). Several...
  2. C

    postgres database keeps growing

    Hi Folks - the Proxmox_ruledb on my cluster keeps growing, regardelss of what I do. I have turned off greylisting and I have changed statistics from 14 days to 7 days, and neither of these things did anything at all to reduce the size of the database. I have /var setup as its own partition in...
  3. C

    pmg-scores.cf not being updated

    OK, when I get a chance I'll get that ticket open. Unfortunately, the company that I'm helping needs someone doing sysadmin/network/etc full time, but they don't have that person. I agree that "move" is not the best option, which is why I was hoping to just change the shadow_path to somewhere...
  4. C

    pmg-scores.cf not being updated

    Yeah, I was able to "fix" this with move instead of rename inside SACustom.pm - I'm sure that changing the shadow path to somplace on the / partition would be preferable, (/tmp?) but I can't figure out where that's set and this issue has already burned way more hours than I could afford to spend...
  5. C

    pmg-scores.cf not being updated

    It looks to me like using rename to copy a file across partitions (/var being its own partition) is failing, but the script is returning "TASK OK" anyhow. [pid 653419] stat("/var/cache/pmg-scores.cf", {st_mode=S_IFREG|0644, st_size=241, ...}) = 0 [pid 653419] rename("/var/cache/pmg-scores.cf"...
  6. C

    pmg-scores.cf not being updated

    What kids of things are you looking for in syslog? I have rsyslogd not logging mail logs in /var/log/syslog, so that's all that gets logged there. The only thing of interest that I can see in the mail log is: Mar 30 21:07:56 pmg-001 pmg-smtp-filter[9017]: 2022/03/30-21:07:56 Server closing...
  7. C

    pmg-scores.cf not being updated

    Thanks for the reply! It doesn't matter which node GUI I use, the result is the same, but usually the master. The result, every time, is that a file is created in /var/cache, but the file in /etc/mail/spamassassin is not modified. Feels like a permissions issue. From the master...
  8. C

    pmg-scores.cf not being updated

    Can someone from proxmox please at least explain how this is *supposed* to work? Or give me some direction so I can provide more useful info?
  9. C

    pmg-scores.cf not being updated

    Hi Everyone, I noticed today that a change to my custom scores hadn't been applied after applying it and restarting pmg-smtp-filter via the GUI. I get no errors from the GUI and can't find anything in /var/log that looks strange, but the update is not applied and the "pending changes" diff at...