Search results

  1. K

    [SOLVED] Kernel Age

    Where can I find a table listing the day pve-kernels were released? Something like this: pve-kernel-5.15.39-4-pve: 8/8/2022 pve-kernel-5.15.53-1-pve: 8/26/2022
  2. K

    [SOLVED] Transport a few email addresses to different server

    @proxuser43 Thank you https://www.postfix.org/transport.5.html documents answers to my follow-on questions.
  3. K

    [SOLVED] Transport a few email addresses to different server

    We have messages from domain.com going to server.com, a few staff members want their mail hosted on Microsoft 365. I can't be the first guy with this situation - how have others configured PME & M365 to make this happen?
  4. K

    X-Sender phishing

    A couple ideas - not sure how to implement or if they are a good idea: Block X-Sender if X-Sender domain isn't on an allow list Pre-pend the "X-Sender" to the message body or subject line
  5. K

    X-Sender phishing

    What is the best way to block phishers from using the X-Sender header to send Phish like this: Received: from DM5PR06CA0096.namprd06.prod.outlook.com (2603:10b6:3:4::34) by BY5PR19MB3972.namprd19.prod.outlook.com (2603:10b6:a03:225::21) with Microsoft SMTP Server (version=TLS1_2...
  6. K

    [SOLVED] Message stuck in Quarantine

    Our client emailed this morning to say "I cannot release a message from Quarantine", he forwarded the daily report to me, I clicked the link to release it, nothing happened, so I logged in as admin and searched for his message, it isn't in the GUI, but it is found by the tracking center with...
  7. K

    Avast vs ClamAV

    Thanks - something seems off, it seems like ClamAV should have more to say: ls -altrh /var/log/clamav
  8. K

    P2V to LVM via vmdk

    I am following https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE and have run into an issue. How do I convert VMDK to a qcow2 stored on my LVM? Or is there a better solution? df -h reports no useful free space, conversely, I have plenty of free space on the LVM as expressed by...
  9. K

    Avast vs ClamAV

    We have Avast & ClamAV installed on the PME 7.1-2. When looking at "This years' statistics" (/#pmgVirusCharts), I am only seeing messages snared by Avast. Is this normal? My concern is that I have something misconfigured on the ClamAV side, and that it's not catching messages missed by Avast...
  10. K

    Syslog filled with lxc error

    I am seeing the similar errors: Jan 20 22:44:45 vm101-01 kernel: [2885690.098207] audit: type=1400 audit(1642740285.272:551878): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-100_</var/lib/lxc>" name="/run/systemd/unit-root/proc/" pid=2917141...
  11. K

    /#pmgMailTracker Tracking Center: No data in database (Mail Gateway 7.1-1)

    We don't have an urgent need for the tracking center. Typically, how long does it take for things move from test to production?
  12. K

    /#pmgMailTracker Tracking Center: No data in database (Mail Gateway 7.1-1)

    Our tracking center is showing no data in database. When I didn't find the data I sought, I tried searching our top 3 recipients as defined on the dash board. Any idea how to solve this mystery? I have used incognito mode, PMG is quite clear, no data: We are using 1/3 of the disk space...
  13. K

    PVE Storage

    Thank you, I found the problem - I forgot to add it in Datacenter | Storage
  14. K

    PVE Storage

    We have three drives in our PVE 6.4-13 server. Two mirrored 3TB drives and a solo SSD When I go to Datacenter | pve | Disks | ZFS, both sets of disks appear: When adding a container, I don't see the 3TB pool - where have I gone wrong, what's best way to make this space available for containers?
  15. K

    Honeypots

    Namesilo lets me specify the email used for WHOIS Privacy Email. Does anyone have a favorite hotpot email address / list of addresses?
  16. K

    FreshClam failure

    Freshclam is working this morning. Question: Freshclam reports: safebrowsing.cvd database is up to date (version: 49191, sigs: 2213119, f-level: 63, builder: google) fc_update_database: safebrowsing.cvd already up-to-date. However the timestamp on safebrowsing.cvd is April 25, 2020 - could...
  17. K

    FreshClam failure

    I am not getting ClamAV updates, when running FreshClam, it reports: getcvd: Can't download daily.cvd from https://database.clamav.net/daily.cvd I tried using curl to download the file and was treated with an error code: 1020, it seems the updates are posted behind CloudFlare, hindering...
  18. K

    bl.spamcop.net | Service unavailable

    This is why I keep an eye on /msp & /sysadmin reddit forums.
  19. K

    [SOLVED] Copy inbound mail from one domain

    I want all messages from the gmx.com domain to be copied to copygmx@localdomain.com, it seems like this should work, but does not: In /etc/pmg/templates/main.cf.in : sender_bcc_maps = hash:/etc/postfix/bcc_maps In /etc/postfix/bcc_maps *@gmx.com copygmx@localdomain.com Any idea...