Recent content by pietroaretino

  1. P

    How to allow an external website to send emails on my behalf

    Typical setup is INTERNET/WAN <-----> Firewall <----> PMG <----> Mail server So with your firewall just create a NAT rule that routes port 587 to your Mail Server, not your PMG. This makes sense anyways because PMG just checks incoming and outgoing mail, 465, 587, 143, 993 are ports used for...
  2. P

    Spam Report Mails aren't DKIM signed

    I saw that but didn't think it pertained to this particular problem o_O Thank you very much for pointing it out. I have changed it to Header now and after restarting the pmgspamreport.service, I am no longer seeing those errors. I will check on it again once it runs its scheduled tasks. UPDATE...
  3. P

    DKIM_INVALID but DKIM is valid...

    Check how your unbound resolves the dkim with dig or something vs external dns dig @127.0.0.1 TXT dkim._domainkey.domain.com dig @8.8.4.4 TXT dkim._domainkey.domain.com Try flushing the DNS. unbound-control flush_zone . or unbound-control flush
  4. P

    DKIM_INVALID but DKIM is valid...

    Do you have a log of one the emails that bounce/get rejected because of the DKIM-INVALID error? That may help. 1)Are the emails that have this error incoming or outgoing emails? 1)Are you running your own DNS? What DNS is your PMG using? 2)Are you using your PMG for DNS and doing DNSBL look ups...
  5. P

    Configuring dkim and DNS

    Yes some DNS/Registrars require it to be split into multiple DNS entries, sometimes formatted in particular ways based on the Registrars requirements. I've definitely run into this when I increased my Key Size to 4096.
  6. P

    Spam Report Mails aren't DKIM signed

    Hello I am encountering the same issue. My domains have been DKIM signed since this PMG instance was setup still in version 7.X It is currently at version 8.2.10 however my daily and weekly spam reports have stopped sending. Running the command: journalctl -u pmgspamreport.service -n 100...
  7. P

    Sync Jobs & Encryption

    Yes, sorry I simply did a find and replace to sanitize the name of my actual servers. But you are correct. However I discovered how to fix this problem if anyone encounters the same issue. Firstly and hopefully one has their key backups! Which I did. On your PVE simply go to to Datacenter ->...
  8. P

    Sync Jobs & Encryption

    Thank you Chris for your response. So in this scenario inside of /etc/pve/priv/storage/ I have the files: -pbs1.enc -pbs1.pw -pbs2.enc -pbs2.pw Therefore if I understand this correctly I could just run the command: cat pbs1.enc > pbs2.enc Of course I will make a backup before I touch anything...
  9. P

    Sync Jobs & Encryption

    Question about how a sync job handles encryption. Scenario: A) PVE1 executes encrypted backups to PBS1 B) PBS2 runs a sync job (pull) from PBS1 C) PVE1 wants to restore from a backup located on PBS2 But now PVE1 receives a "wrong key - unable to verify signature since manifest's key does not...
  10. P

    TASK ERROR: activating LV 'pve/data' failed: Activation of logical volume pve/data is prohibited while logical volume pve/data_tdata is active.

    I could kiss you Fiona, thank you so much this is what I needed to get my second volume backup and running after an update and reboot.
  11. 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.
  12. 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...
  13. 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?
  14. 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...
  15. 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...