Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_dovecot_conf.d_90-plugin.conf 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ##
  2. ## Plugin settings
  3. ##
  4. # All wanted plugins must be listed in mail_plugins setting before any of the
  5. # settings take effect. See <doc/wiki/Plugins.txt> for list of plugins and
  6. # their configuration. Note that %variable expansion is done for all values.
  7. plugin {
  8. # Antispam (DSPAM)
  9. antispam_backend = dspam
  10. antispam_allow_append_to_spam = YES
  11. antispam_spam = Spam;Junk
  12. antispam_trash = trash;Trash
  13. antispam_signature = X-DSPAM-Signature
  14. antispam_signature_missing = error
  15. antispam_dspam_binary = /usr/bin/dspam
  16. antispam_dspam_args = --user;%u;--deliver=;--source=error
  17. antispam_dspam_spam = --class=spam
  18. antispam_dspam_notspam = --class=innocent
  19. antispam_dspam_result_header = X-DSPAM-Result
  20. # FTS (full text search with Solr)
  21. fts = solr
  22. fts_solr = break-imap-search url=http://localhost:8080/solr/
  23. # Autocreate (specify mailboxes that must always exist for all users)
  24. autocreate = Drafts
  25. autocreate2 = Sent
  26. autocreate3 = Junk
  27. autocreate4 = Trash
  28. autocreate5 = Archive
  29. autosubscribe = Drafts
  30. autosubscribe2 = Sent
  31. autosubscribe3 = Junk
  32. autosubscribe4 = Trash
  33. autosubscribe5 = Archive
  34. }