Search results

  1. Z

    Extending SSD after Cloning

    I recently had an SSD fail on writes, and luckily, I could clone it using dd without much issue. Had to run fsck /dev/mapper/pve-root, and all was good. However, the new drive is 500GB; the previous was 120GB. I'm trying to claim that space and not quite following the instructions in another...
  2. Z

    Run script on incoming email address?

    I did some light searching, so my apologies if this was already asked or is already in the documentation. I'm looking to run a command line script (bash) when a specific account receives an email. So, if a dedicated inbox such as script@example.com receives an email, a script would be called...
  3. Z

    Disable DNSWL Check?

    We are seeing a lot of spam emails being bypassed because of this: RCVD_IN_DNSWL_HI -5 Sender listed at https://www.dnswl.org/, high trust Is there a way to disable the DNSWL check? Thank you.
  4. Z

    Email Template Variables

    I'm building a custom email template and that process is clear from searching within the forum. However, what other variables are there to work with or any additional documentation? For example, can the lifetime value be used to inform users when their spam will be deleted? Thank you