Search results

  1. P

    Best Practices for Environment Upgrade

    Hello, I was wondering if anyone could give me their recommendation or suggestion on how best to proceed with my current PVE and PBS and PMG upgrade. I finally have had the budget passed to purchase two new servers so that I can proceed with creating a cluster and quorum in my proxmox...
  2. P

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

    Where are you logging into? Into Proxmox? When you login as root do you see your users synchronized from AD to Proxmox? How are you logging in, do you have AD selected as authentication mechanism/type and are you ensuring youre only using the username not the full email? example; user Not...
  3. P

    Proxmox Mail Gateway to another Proxmox Mail Gateway causes DKIM Header Repetition

    I have an Exchange server behind a Proxmox Mail Gateway 7.0-6 On the other end I have a Postfix server behind another Proxmox Mail Gateway 6.4-4 EXCHANGE <---> PROXMOX MG 7.0-6 <-----> WAN <-----> PROXMOX MG 6.4-4 <----> POSTFIX If I send a test mail from the postfix side to my exchange...
  4. P

    451 4.3.0 Error: Queue File Write Error

    Yeah cant figure it out, my guess is that our domain fell victim to some sort of NDR spoofing attack? I'm just baffled cause there's no "from" address, and its just coming straight from my Exchange server by the hordes. I tried setting up some filter rules for it by matching the field "to" to...
  5. P

    451 4.3.0 Error: Queue File Write Error

    Issue is still persisting and I am still no longer closer to solving this puzzle than I was 9 hours ago. Being bombarded by Exchange server from blank sender to my PVEMailgateway. Each entry above has the following log: Mar 23 18:13:44 mailgate postfix/smtpd[11168]: connect from...
  6. P

    451 4.3.0 Error: Queue File Write Error

    Yeah 192.168.1.80 is the sanitized IPv4 of my Exchange 2013 Server. Today all of a sudden the CPU has just spiked and remained there Don't have much in my queue though which is weird. I'm doing a reboot now and I'm trying to figure out Exchange 2013 logs... geez Microsoft logs are garbage...
  7. P

    451 4.3.0 Error: Queue File Write Error

    38193 root 20 0 254880 123736 10584 R 27.7 1.5 0:20.21 pmg-smtp-filter 38141 root 20 0 249184 115576 9440 R 26.1 1.4 0:23.52 pmg-smtp-filter 38200 root 20 0 249068 114260 9420 R 23.1 1.4 0:19.05 pmg-smtp-filter 38408 root 20 0 248780...
  8. P

    451 4.3.0 Error: Queue File Write Error

    I take that back, I still have no idea wtf is happening. My Mailgate is over 100% CPU utilization and consuming all its RAM as well. My exchange server is dumping all this to my mailgateway and I dont know why or what or how. Mar 23 15:24:50 mailgate postfix/smtpd[24823]: connect from...
  9. P

    451 4.3.0 Error: Queue File Write Error

    So I looked into the nature of the error more and run into this Postfix documentation: https://www.postfix.org/SMTPD_PROXY_README.html Seems the error and the mysterious "supplier@mail.domain.tld" had to do with Before Queue Filtering. I recalled that I had also enabled that setting as of...
  10. P

    451 4.3.0 Error: Queue File Write Error

    I am extremely perplexed by these error notifications I am receiving from my Mailgateway. This email address (supplier@mail.domain.tld), which does not exist, is involved somehow and I am confused where it is coming from, and why I keep finding it in all domains outgoing and incoming email...
  11. P

    [SOLVED] virus detected but send

    Mine was set to 3. I have since increased it to 5. I will update this thread in hopes that it also benefits OP.
  12. P

    [SOLVED] virus detected but send

    Hey just want to include that I too have received this: Mar 17 15:59:11 mailgate postfix/smtpd[1005394]: connect from vps-5730229.nextfranquias.com.br[162.214.174.112] Mar 17 15:59:12 mailgate postfix/smtpd[1005394]: Anonymous TLS connection established from...
  13. P

    Relaying from External Sources

    You definitely shouldn't have it open to the world. Ensure your NAT/Port-Forwarding rule is configured so that it only permits traffic on port 26 from your external mail server. If any other address tries to send mail or traffic to port 26, your firewall should drop those packets/traffic.
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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"?