Search results

  1. P

    Relaying from External Sources

    Found this thread I am also needing to get this configured. Example network I think both @dthompson and I are trying to get done. I was running into the same issue with you @dthompson, I could send and receive from Mailserver to External Mail Server, but sending to other domains from "External...
  2. P

    [TUTORIAL] How to join a Proxmox cluster to an Active Directory Domain

    So this is how it should look in Active Directory tree: ROOT AD - TEST.COM Company Folder TESTAD - Folder should contain global security group TESTGROUP Folder containing users - TESTUSERS User1 User2 Now make sure all your users are added as "members" of TESTGROUP Now the LDAP filter...
  3. P

    [TUTORIAL] How to join a Proxmox cluster to an Active Directory Domain

    Great post, thank you for this it really helped. If anyone needs a way to filter only specific users from specific groups, this is how I got it to work. When configuring the sync options for Active Directory, under "user filter" use these search parameters...
  4. P

    LVM-Thin Storage filling up why?

    In case anyone is reading this and having the same problems and want to do the same thing this is what I ended up doing. I moved my LXC container to the separate RAID span. I am using a Dell Poweredge with Open Manage (OMSA) installed. i was able to login to my open manage server panel at port...
  5. P

    LVM-Thin Storage filling up why?

    Got it, so let me get this straight... dev/sda/ has mounted partition dev/sda3, that holds the local-lvm, with "discard", while the lvm-thin data2 (dev/sdb) pool i created, wasn't mounted with "discard" which is why the pool is consistently filling up? Did I get that right? So is there a way I...
  6. P

    LVM-Thin Storage filling up why?

    So I was able to successfully backup to my NAS and run the pct fstrim command. This cleaned up my LVM-Thin. However I am still very confused as to why this LVM continues to grow and grow and grow when I am not adding any data to my only LXC container that lives in this LVM-Thin...if you see...
  7. P

    LVM-Thin Storage filling up why?

    What would be a preferable storage type for a single lxc-container with a fixed size? Seems like lvm-thin would just be an infinite headache to manage this. Should I format the storage pool and make it into a "Directory"?
  8. P

    LVM-Thin Storage filling up why?

    Thanks again man. I am currently doing a backup of the container to a NAS. Once the backup has completed i will give that command a shot and return with the results. Once again I appreciate you taking the time to respond and your assistance. Cheers!
  9. P

    LVM-Thin Storage filling up why?

    I appreciate this information a lot, thank you. Where can I find the "discard" checkbox you're speaking of? Looking at the various options for the lvm-thin datastore and the container itself, I was unable to find any of this configuration. Is there anyway I can save this lvm-thin storage? Or...
  10. P

    LVM-Thin Storage filling up why?

    I have two RAID-10 spans configured on my server (4 x 1TB HDDs per RAID 10) One stores the local and local-lvm (2TB storage) The second span I turned into its own LVM-thin storage, i called it data2 (2TB storage) On data2 I've created only one container. I wanted my data2 lvm-thin to only...
  11. P

    [SOLVED] Unable to add items to blacklist

    Christ! Thanks man, I could not wrap my head around that. I was getting so confused when near the drop down it said "Could not find any entries in the database", and I figured it stored email addresses that passed through the proxy and my mailserver has been up and running by sometime, so I...
  12. P

    Mail Gateway flooding Mail Server with Emails from Root

    I believe there was a loop occurring between the proxy and the mailserver itself due to spamassassin and clamav being installed on the mailserver as well. After removing spamassassin, clamd, clam-smtp, freshclam and clamav-milter from my postfix mailserver and re-configuring it respectively the...
  13. P

    [SOLVED] Unable to add items to blacklist

    I am having the exact same issue. I am attempting to add a single email address to the blacklist: spameri@tiscali.it However I receive the same error. I am logged in as root. Here is my current version of PMG: proxmox-mailgateway: 6.0-1 (API: 6.1-3/1975aa1f, running kernel: 5.0.21-1-pve)...
  14. P

    Mail Gateway flooding Mail Server with Emails from Root

    I have a postfix/dovecot mail server setup in a container. In front I have installed and configured Proxmox Mail Gateway as the proxy. I am able to send & receive emails successfully to all my hosted domains and mailboxes. My concern is that everyday my mailserver gets flooded with hundreds...