Search results

  1. Z

    [SOLVED] GeoIP with MaxMind

    I am sure its me, however I cannot seem to get GeoIP working. I have following this guide which is a variation of Heutgers': https://github.com/killmasta93/tutorials/wiki/PMG-Harden#geoip...
  2. Z

    [SOLVED] SA Negative Score in logs

    Laut Unterlagen: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html 4.10. Benutzerdefinierte SpamAssassin-Konfiguration Um Ihre benutzerdefinierte Konfiguration hinzuzufügen, müssen Sie eine neue Datei namens custom.cf (in /etc/mail/spamassassin/) erstellen und dort Ihre Konfiguration...
  3. Z

    [SOLVED] SA Negative Score in logs

    EDIT: Ignore this reply as it is wrong. Google Übersetzer benutzen: Nach meinem Verständnis müssen Sie es in den Ordner /etc/mail/spamassassin/ kopieren
  4. Z

    [SOLVED] SA Negative Score in logs

    Thank you - I will review this weekend and if I have any questions, will message. Thank you for taking the time and effort to create such a guide - very much appreciated.
  5. Z

    [SOLVED] SA Negative Score in logs

    Thank you, I didnt think of creating a META to join a BL + WL together and create a new score. Sorry, if you have time, can you please explain more as I did not really understand the second part regarding "dont use BL..." are you suggesting that I remove MSPIKE from rules and use it only as a...
  6. Z

    [SOLVED] SA Negative Score in logs

    Thanks @BJ78945 , after further reviews, I noticed that RCVD_IN_MSPIKE_H4 seems to be marking SPAM emails as good, but this does not seem to happen with the H3 or H5 scores (no known false-negatives so far) - what you said could explain being different servers affected. This only affects I...
  7. Z

    [SOLVED] SA Negative Score in logs

    Is there a reason why SA score are not shown lower than 0/zero or in decimals? I would like to make adjustments and would be great if it showed the negative values so that I can determine its overall score without having to calculate the scores? For example this log score is -6.772: SA...
  8. Z

    [SOLVED] Spamassassin failing to update

    I am getting similar errors - would they be the related? /etc/cron.hourly/sa-update: config: invalid regexp for __URI_TRY_3LD...
  9. Z

    [SOLVED] PMG Tracking Blank ... again

    Dont worry, Stoiko is aware that I dont read anything either and he says it nicely - I just dont have the patience he has! Good to hear you got it working for your deployments mate.
  10. Z

    [SOLVED] PMG Tracking Blank ... again

    As what All you have to do if you have v7 of PMG: Add this repository Do the refresh/upgrade Come back here and disable the repo
  11. Z

    attached with viruses

    Easiest way is via Rules - here is a basic rule: Mail Filter > What * Match Filename --> .*\.(pdf) Then create the rule: Action = Quarantine What = NewAttachmentWhatObject From = (optional) If you want to specify like Microsoft domains (outlook.com or hotmail.com)
  12. Z

    Somebody has used this configuration for harden PMG spam detection?

    That is a great reference - I will have to try those suggested as I have only implemented DCC and EBL.
  13. Z

    Help with configuration for SPAM mail detection

    Did you enable the following: This is what I would configure at a minimum as these are free DNSBL but may need registration: Also enable "Use SPF" You "could" do Greylisting, however be cautious implementing that and test thoroughly. Anything more advanced you will have to tinker with the...
  14. Z

    [SOLVED] PMG Tracking Blank ... again

    Currently for me my time is Feb 1, 2022 13:26 AEST when this was posted. Tracking Centre is blank again as the same for the start of the year. Did the following after 5:45pm as I can reboot and have minimal impact on clients: I have restarted SysLog service and rebooted the server and not...
  15. Z

    [SOLVED] Tracking Center empty since 01-01-2022 ?

    Confirming this is true - I have just logged on and all back to normal. I like fixes where you dont have to fix anything :) However all the logs from the 26th 00:00 to 2nd Jan 00:01 are not showing. I guess its no big deal given people arnt working and I havnt received a request for an email...
  16. Z

    [SOLVED] Tracking Center empty since 01-01-2022 ?

    Well I thought I was the only one today when I checked - however mine stopped showing since 26 December 2021 00:00 AEST, although when I checked 3 days ago they were showing - receiving and sending emails no problems. Spam in Quarantine appears to be showing for each user. Did an update to the...
  17. Z

    5.7.5 DKIM unauthenticated mail is prohibited

    Is PMG able to reject and send out such an NDR? <username@domain.com>: host server.domain.com[111.222.333.444] said: 550 #5.7.5 DKIM unauthenticated mail is prohibited (in reply to end of DATA command) I have just started seeing these and primarily from Government domains and would...
  18. Z

    [SOLVED] Adv Search function for lazy people (ie me ;))

    Thanks for your replies Stoiko, That is currently what I do, however I have to do this on a limited 2-3 day interval due to number of hits. What I try to do is search for certain SA hit and see the results. In my example, I know 99.9% will be spam, but that 1-2 in a week that gets delivered is...
  19. Z

    [SOLVED] Adv Search function for lazy people (ie me ;))

    Just wondering, is there a way to utilise the filter functions 'better'? I am doing my weekly checks and yes I could be using smaller time frames, exporting the logs etc, BUT, I will honestly say I am lazy. Like I would love if the GUI could have some awesome search features like: Status Type...
  20. Z

    [SOLVED] Scores for RCVD_IN_PBL and HTML_SINGLET_MANY

    Yes you are correct, its from one of the additional checks that I have implemented and I do not know which. I thought that would be correct and hence I had reduced its score to 0. Thanks mate - this is exactly what I have done as it didnt seem to be needed and an easier fix.