yasma.conf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #-- Yasma Configuration File
  2. #-- All entries are of the form "param = value".
  3. #-- Lines beginning with a "#" are comments.
  4. #-----------------------------------------------------------
  5. #- Hide user-part from mailaddresses ? (true or false)
  6. HIDE_USERS = FALSE
  7. #- Print each message packet. !!long long list!! (true or false)
  8. DEBUG = FALSE
  9. #- Full name of html output file.
  10. #out_file =
  11. #- Full name of GeoIP Database.
  12. #- Empty or comment it out if you want disable the feature.
  13. geoip_dbase = /usr/local/yasma/GeoIP.dat
  14. #- Number of lines to show:
  15. # of Top Sender Report
  16. max_top_snt = 40
  17. # of Top Recipients Report
  18. max_top_rcv = 40
  19. # of Top Senders Size Report
  20. max_top_siz = 40
  21. # of Top Recipient Size Report
  22. max_top_riz = 40
  23. # of Top Deferrer Report
  24. max_top_def = 25
  25. # of Top Rejects Report
  26. max_top_rej = 25
  27. # of Top Supposed Spammers Report
  28. max_top_ssp = 25
  29. #- of Top Staus Messages
  30. max_top_sts = 25
  31. #- of Top Relay Hosts
  32. max_top_rel = 25
  33. #- of Top Mailer
  34. max_top_mlr = 25
  35. #- of Top Mailer Hosts
  36. max_top_hst = 25