Recent content by cdirk07

  1. C

    Snapshot Not Working. Out of space.

    Ok. Thanks! I appreciate your help!
  2. C

    Snapshot Not Working. Out of space.

    Sorry, I missed that. Looked too much like reservation. That worked! Thank you. Since I set the thin-provision after I built all of my VMs, is it best to run that set command on all of the other volumes for the VMs?
  3. C

    Snapshot Not Working. Out of space.

    I did not change the reservation setting on that volume. It was already like that. Running zfs list -o space shows the same as before NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD VMStorage 4.15T 8.36T 0B 24K 0B...
  4. C

    Snapshot Not Working. Out of space.

    Here is the output of zfs get reservation VMStorage/vm-101-disk-2 NAME PROPERTY VALUE SOURCE VMStorage/vm-101-disk-2 reservation none default Is that the setting I should be looking at?
  5. C

    Snapshot Not Working. Out of space.

    I did not check the box until after reading another article says that I would need the entire reserved space for a snapshot. Here is the output of the command: NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD VMStorage 4.15T 8.36T 0B...
  6. 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...
  7. 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...
  8. C

    [SOLVED] Log File Rotation

    Perfect. That is easy enough. I was a little worried about space but if it can read through compressed files, we'll be good. Thanks!
  9. C

    [SOLVED] Log File Rotation

    Oh ok. So they come from the syslog, not mail.log. I will go and change syslog from the date format that is currently has to the numbers. The Tracking Center is able to read into zipped files as well?
  10. 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...
  11. C

    Restarting pmg-smtp-filter on the cluster

    looks like there is a 'Filter daemon (re)started' at around 3am every day and then a 'reloading configuration Proxmox_ruledb' about every hour. Are one of these what you are talking about? If so, how do I know that my rule hasn't broken pmg-smtp-filter?
  12. 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?
  13. 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...
  14. C

    Adding items to custom.cf for Spamassassin

    I have tried adding that custom line but nothing ever shows up in the header. Is this expected behavior? A simple, yes it will work or a no it will not work, would be great. This is just a trial run and if we cannot get this to work, we will move on to something else.
  15. C

    Adding items to custom.cf for Spamassassin

    So you are saying that I cannot add add_header all Level X-SPAM-_STARS(X)_ to the custom.cf file?