Search results

  1. P

    Tracking center export to file

    Not gonna lie, this would come in handy if there was a way to do a CSV export. Unfortunately as crz mentioned, the CLI does show the track log, but does not show the "Status". Otherwise it would be easy to pipe that output into a file and do some regex to fix it up.
  2. P

    Change spam report sender name

    Thank you tom, I see that you can indeed put in the full email address as you wish to show up. I was simply under the assumption that the FROM field option allowed me to change the mail address before the @ sign. However it allows you to change the entire email address, understood. Thank you...
  3. P

    Change spam report sender name

    Sorry to dig up an old thread, but my question was similar. My From shows up as: Mailgate@mailgate.domain.tld How can I just have it show up as, "Mailgate@domain.tld"? Is that a postfix setting?
  4. P

    Intel IOMMU - Dell Poweredge 1950iii

    I've been looking through the Proxmox forums for the past two days in regards to enabling IOMMU on my server. I am trying to enable IOMMU in order to do a PCI passthrough of my Intel 3650 NIC. I have another Dell Poweredge R510 with the the same NIC and version of Proxmox with no issues. Here...
  5. P

    .tmp: Cannot open: Permission denied

    Hey Martino, Login through terminal or SSH onto your Proxmox server. Make sure your USB drive mount has the correct permissions. I encountered the same issues and realized the permissions were only set to 700. So this was my setup, my USB drives main partition was sde1, ( you can find out...
  6. P

    Best Practices for Environment Upgrade

    Thank you sir. I had in fact read that setting up ZFS ontop of a HW RAID is a bad idea. That is fine, although replication would have been sweet, I am more than content being able to pass VMs and LXCs around via the PBS. Thank you again for your input.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. 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.
  20. 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...