Advertisement
raf2016

Untitled

Oct 20th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. rspamadm configdump settings
  2. *** Section settings ***
  3. user1 {
  4. priority = "high";
  5. id = "outbound";
  6. from = "teste@aprendiz.x-br.com";
  7. apply {
  8. default {
  9. actions {
  10. reject = 10.0;
  11. }
  12. }
  13. }
  14. }
  15. outbound {
  16. priority = "low";
  17. id = "outbound";
  18. apply {
  19. default {
  20. actions {
  21. reject = 1.0;
  22. "add header" = 6.0;
  23. }
  24. BAYES_SPAM = 7.0;
  25. groups_disabled [
  26. "hfilter",
  27. "spf",
  28. "rbl",
  29. ]
  30. }
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement