metrics.conf 621 B

12345678910111213141516171819202122232425262728293031323334353637
  1. actions {
  2. reject = 15;
  3. add_header = 5;
  4. greylist = 4;
  5. }
  6. symbol "MAILCOW_AUTH" {
  7. description = "mailcow authenticated";
  8. score = -20.0;
  9. }
  10. group "MX" {
  11. symbol "MX_INVALID" {
  12. score = 0.5;
  13. description = "No connectable MX";
  14. one_shot = "true";
  15. }
  16. symbol "MX_MISSING" {
  17. score = 2.0;
  18. description = "No MX record";
  19. one_shot = "true";
  20. }
  21. symbol "MX_GOOD" {
  22. score = -0.01;
  23. description = "MX was ok";
  24. one_shot = "true";
  25. }
  26. }
  27. symbol "SPOOFED_SENDER" {
  28. description = "Sender is not authenticated but part of mailcow managed domains";
  29. score = 1.0;
  30. }
  31. symbol "CTYPE_MIXED_BOGUS" {
  32. score = 0.0;
  33. }