Search results

  1. C

    Snapshot Not Working. Out of space.

    I have set up my volume to be thin-provisioned. I am trying to snapshot a VM to run updates but when I do, proxmox says I am out of space. TASK ERROR: zfs error: cannot create snapshot 'VMStorage/vm-101-disk-2@Test': out of space Here is the output of zfs list: NAME...
  2. C

    Adding IP to Configuration -> Mail Proxy -> Whitelist & Networks

    I added an IP to the Mail Proxy Whitelist and Networks. I thought that this would set up a bypass to postscreen and rate limiting but the IP is still getting rate limited. I noticed that the postfix service has not restarted so I am wondering if settings are just not being applied once I add...
  3. C

    [SOLVED] Log File Rotation

    Is it possible to read log files that are rotated daily? We have an enormous amount of traffic that comes through daily and we can easily get 1 GB files in the log so we set up daily rotations with compression. I noticed that we are no longer able to look in the Tracking Center for previous days...
  4. C

    Restarting pmg-smtp-filter on the cluster

    I have edited the custom.cf file on one of the servers. I know that file is synced between all of the servers in the cluster. My question is, is there a way to restart pmg-smtp-filter on all of the servers without having to run it on all of them?
  5. C

    Changing/Adding the __SPAMSTARS__ Macro

    We are looking to change out our current spam server with Proxmox. The only problem we have is with the SPAMSTARS marco. Our current spam filter sends a header over that reads X-SPAM-LEVEL: X-SPAM-XXXXX, where the trailing X's represent the score. Our mail server has a rule looking for...
  6. C

    Adding items to custom.cf for Spamassassin

    I am trying to add a custom header to Spamassassin. I am editing the custom.cf file in /etc/mail/spamassassin but it doesn't seem to be working. The line I am adding is: add_header all Level X-SPAM-_STARS(X)_ We have a current mail filter that adds this and is what our mail server looks for...