Search results

  1. K

    Cofense PhishMe

    Cofense markets an Outlook plugin and alerting service. When an end-user gets phished, they are trained to click the Cofense icon, I am not sure what happens next, but suspect the message is forwarded to the help desk where the sending email address is blocked. Anyone know if there is an open...
  2. K

    [SOLVED] Adjust SA score for good domains

    I dug into my SpamAssassin tool chest and added this file: /etc/mail/spamassassin/okdomains.cf def_whitelist_auth *@stlouisco.com def_whitelist_auth *@stripe.com def_whitelist_auth *@stylewe.com *@*.stylewe.com def_whitelist_auth *@suphome.com whitelist_auth *@*.aexp.com whitelist_auth...
  3. K

    [SOLVED] whitelist locally clamav?

    This wasn't working for me, so I looked at /var/lib/clamav/sigwhitelist.ign2 cat /var/lib/clamav/sigwhitelist.ign2 Dummy.Whitelist.Signature {HEX}Malware.Expert.3xpl01t_ma.configs.dumper.0 PhishTank.Phishing.5603443 Porcupine.Malware.43226 PhishTank.Phishing.6645510 PhishTank.Phishing.6698671...
  4. K

    [SOLVED] Adjust SA score for good domains

    If I allow list a domain, SpamAssassin will still snare the message, I end up adding a rule to /etc/mail/spamassassin/custom.cf: header LOCAL__H_cbservices ALL =~ /cbservices\.org/i score LOCAL__H_cbservices -15.0 header LOCAL__H_myschoolworx ALL =~ /myschoolworx\.com/i score...
  5. K

    [SOLVED] Reject high spamscore

    If messages exceed a score of 20, we want to reject them instead of putting them in quarantine. It seems like there is a setting somewhere, but I cannot find it. Would some kind soul tell me where to look?
  6. K

    Search Domain reverts to "local"

    I conceded defeat and set the domain name in each of the containers - not the end of the world, just a bit of a head scratcher.
  7. K

    Search Domain reverts to "local"

    HPE's iLO creates a virtual interface, my first inclination is to define it as a static IP in /etc/network/interfaces. Is that the optimal solution? We are also using ZeroTier, however I believe it comes to life after resolv.conf is built.
  8. K

    [TUTORIAL] ZeroTier + Proxmox PVE

    Thanks. I have default gw on lxc-102 set to 10.101.101.1 - I think that's correct, but what's odd is that from within lxc-102, I cannot ping 10.101.101.1, I suspect if I resolve this issue things will work correctly. I know it's something silly stupid, but not sure what it is - I suppose it...
  9. K

    [TUTORIAL] ZeroTier + Proxmox PVE

    It seems my tutorial is flawed. lxc-102 cannot ping 8.8.8.8, so I tried 10.101.101.1, no joy. Yet vm101 can ping 10.101.101.10 and I can ping 10.101.101.10 remotely using ZeroTier. Anyone know what I may have missed?
  10. K

    Search Domain reverts to "local"

    My PVE 6.2-12 installation insists on reverting the search domain back to "local". The first time or two, I thought I forgot to set the domain, today was the third or forth time I changed it to the correct domain. How can I fix this? It's causing trouble in PMG where senders expect to find...
  11. K

    Homeuse - Enterprise SSD vs Consumer SSD vs HDD - und Fragen über Fragen

    I. have successfully used better consumer SSDs with good success. I have started paying close attention to the manufacturer's TBW / DWPD specification, historically, I have been a Samsung fan, Seagate is starting to catch up. Anyone know if the IBM M5110 is compatible with PVE? They run $20 on...
  12. K

    Homeuse - Enterprise SSD vs Consumer SSD vs HDD - und Fragen über Fragen

    My opinion: ZFS is for experts. In the right hands it will handily outperform hardware based RAID controllers. I am not an expert. In twelve months time, I trashed a perfectly good pair of enterprise grade NVME drives, and my system performance was terrible. I rolled out a new server last...
  13. K

    [SOLVED] Adding domains to allow list

    When we add a domain to the allow list (/#pmgMailProxyConfiguration:whitelist) does PMG still check SPF/DKIM records? What about subdomains? This gui change: Creates this Postfix configuration change: /etc/postfix/senderaccess:/^.+@ameren\.com$/ OK
  14. K

    [TUTORIAL] ZeroTier + Proxmox PVE

    ZeroTier + Proxmox We have been using ZeroTier over a year, when it came time to use it with Proxmox, I wasted hours due to my desire to over-complicate things. This four step process will let you access your containers and VMs remotely via the ZeroTier D-WAN / VPN My goal is to configure...
  15. K

    [Tip] fast reboots with kexec

    I was quite excited about kexec until I saw this note. Anyone have it (or a similar solution) working on v6.2 ? I love everything about my new Proliant server, except the 5 minute boot time.
  16. K

    [SOLVED] ZFS Memory Hog ?

    I am migrating from a decent server to an awesome server, the decent server has 32GB memory, the guests are shut down, all I am doing is copying /var/lib/vz/dump to a local storage device. The system is burning 18GB. How do I know if I had something seriously misconfigured...
  17. K

    LXC.CONF edit - cPanel Error

    I went with a container, so far, so good, as I run into issues, I will update the forum. My situation, may be a bit different, we use cPanel & Proxmox to support our clients. Access to our systems is restricted to my co-workers, eliminating many issues present when running a public utility.
  18. K

    RDNS None

    When using PMG as a smarthost, one of the headers is "Received: from mx.sender1.com (localhost [127.0.0.1])" Return-Path: <fax@client.com> Received: from mx.sender1.com ([63.232.199.162]) by mx-ha.gmx.net (mxgmx014 [212.227.15.10]) with ESMTPS (Nemesis) id 1MfaHK-1ku5yb2EEC-00fygK for...
  19. K

    /etc/network/interfaces route add

    And oddly enough one of the two works for me: up route add -net 2.2.19.160/29 dev vmbr0 Fortunately, the vmbr0 route is more important.