Search results

  1. Z

    [SOLVED] I need help setting up the Exchange 2019 send connector and to set Proxmox to send out the email

    This wont be a step by step, however you would be creating a new "Send Connector" that uses a Smart Host to direct to the PMG and ensure that it has an equal or lower metric/priority than your current/primary connector.
  2. Z

    [SOLVED] Scores for RCVD_IN_PBL and HTML_SINGLET_MANY

    I have started to migrate our outbound emails to go through PMG - however I have also started to notice emails sent from users being blocked (yes I have added additional checks not standard to PMG): Spam detection results: 5 AWL -0.745 Adjusted score from AWL reputation of...
  3. Z

    Statistics for Greylisting

    I guess the statistics starts to show after 2 days has past (ie. I can see the stats from 3 days ago). Can someone advise the meaning of that number for Greylisting: Does that mean: 11% of emails were Greylisted and accepted; or 11% of emails were Greylisted and never returned; or 11% of...
  4. Z

    Statistics for Greylisting

    I am testing greylisting and wanted to know its statistics - is there a method for me to obtain something about Greylisting such as how many greylisted emails actually gets delivered or how many emails are greylisted? Really I wanted to measure the effectiveness of greylisting. Maybe I am...
  5. Z

    [SOLVED] Ive broken ClamAV due to 'upgrade'

    Thanks @hata_ph... well DOH me!!!! I thought I made that config on my test PMG! That fixed it. I guess the upgrade didnt break it - just me! :)
  6. Z

    [SOLVED] Ive broken ClamAV due to 'upgrade'

    /etc/clamav/freshclam.conf DatabaseOwner clamav LogVerbose false LogSyslog true LogFacility LOG_LOCAL6 LogFileMaxSize 0 Foreground false Debug false MaxAttempts 5 Checks 48 DatabaseDirectory /var/lib/clamav/ PidFile /var/run/clamav/freshclam.pid DatabaseMirror...
  7. Z

    [SOLVED] Ive broken ClamAV due to 'upgrade'

    Thanks @Stoiko Ivanov , I should have said I did check for that and it was not installed: root@spam:/etc# dpkg -l |grep apparmor ii libapparmor1:amd64 2.13.2-10 amd64 changehat AppArmor library root@spam:/etc# apt remove apparmor Reading package lists...
  8. Z

    [SOLVED] Ive broken ClamAV due to 'upgrade'

    I forgot I was not supposed to use apt upgrade, but I did! I did the dist-upgrade afterwards, however ClamAV is just not updating. I am still on 6.4-4 - what are my options to get ClamAV working? Ideally I would prefer to stay on 6.4 for now - however if upgrading to 7 is the fix, then Ill...
  9. Z

    Regex TLD Optimisation Help

    THe problem with that is that it searches for a '.' then 'tld'. This is a problem as the following would be hit also (along with subdomains): Thats why I had searchs for the proceeding colon, forward slash or end of line. Yes I am over-thinking it - however I am sure there is a way to give...
  10. Z

    Regex TLD Optimisation Help

    SpamAssassin Custom Rules so that I can add points with other scores.
  11. Z

    Regex TLD Optimisation Help

    Thanks @hata_ph, I beleive it is very similar, and I had cut out the parts before the @. It works for an email address, however in the event that it was placed in the extended url portion, that RegEx could be a problem: I know the probability of a .TLD occuring in a link is low, however I...
  12. Z

    Regex TLD Optimisation Help

    Hi All, After discovering how to apply Custom Rules, its got me down this RegEx rabbit hole. Is anyone able to help with the following that I have 'hacked' together - it is working, but not optimal IMO for both header and URI searches. (\.(fit|link)+?)(?:$|\/|\:)...
  13. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    Thank heaps @hata_ph I just got back on my PC and learn a valuable lesson when copy and pasting as what you posted made me feel like a box of air ;) .. absolute doh moment! All I had to do was change the Rule Type correctly from "header" to "uri/body" and it worked...
  14. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    You are a welath of sources :) thank you very much - will have to integrate that link you provided. Thank you, however I wanted to target the URI within the body as that is causing the issue moreso than the domain as the emails are coming from outlook.com and gmail.com. I tried that, however...
  15. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    Ok, having issues applying this rule: header LOCAL_BODY_TLD_1 /\.link(?:[.:\/]|$) describe LOCAL_BODY_TLD_1 Penalise emails containing these TLD score LOCAL_BODY_TLD_1 1.5 Restarted: systemctl restart pmg-smtp-filter I sent this email body Testing link again www.test.link/url But it...
  16. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    Should have just Googled it: https://stackoverflow.com/questions/38331678/regex-matching-a-specific-tld Here is my altered version: https://regex101.com/r/hUPnSE/1 I also found this as a more complicated method for reference...
  17. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    @hata_ph Thanks heaps, I have implemented over this weekend but I have not had a hit yet for the custom rule - although did get a couple for your original which is working great :cool: Do you know the regex/custom rule so that I can score email body that has a TLD either contained as a HREF or...
  18. Z

    Increasing Tracking Center logs beyond 2 weeks

    @mira thank you very much and I have increased syslog to 30. BTW, what is Messages log?
  19. Z

    Increasing Tracking Center logs beyond 2 weeks

    @poetry My question is different from that topic as that was the display of the WebUI logs which I currently do not have an issue with. However I did want to track for the last month's logs as space is not critical as its on our own server - however I wanted to retain a larger sample of the logs...
  20. Z

    Increasing Tracking Center logs beyond 2 weeks

    Not sure if this is by default - however is there a way to increase the Tracking Center log retention so that I can see the last month or longer? I want to measure and review what emails are coming through and would like to gather a larger sample beyond 2 weeks. I have tried the following in...