Browse Source

Markdown fixes.

tags/0.6.0
Vsevolod Stakhov 11 years ago
parent
commit
f7ffe3751d
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      README.md

+ 7
- 7
README.md View File



Rspamd runs on a Unix like operational systems. FreeBSD users can use ports Rspamd runs on a Unix like operational systems. FreeBSD users can use ports
collection (mail/rspamd) for rspamd installation. Ubuntu users can use launchpad PPA: collection (mail/rspamd) for rspamd installation. Ubuntu users can use launchpad PPA:

https://launchpad.net/~vsevolod-n/+archive/rspamd https://launchpad.net/~vsevolod-n/+archive/rspamd


Users of other OSes should use sources to build and install rspamd. You can Users of other OSes should use sources to build and install rspamd. You can
obtain rspamd sources at the bitbucket download page: obtain rspamd sources at the bitbucket download page:

https//:bitbucket.org/vstakhov/rspamd/downloads. https//:bitbucket.org/vstakhov/rspamd/downloads.


There are packages for debian and CentOS/RHEL distribution. Debian users could There are packages for debian and CentOS/RHEL distribution. Debian users could


Building of rspamd is simple: Building of rspamd is simple:


`
$ cmake . $ cmake .
$ make $ make
# make install # make install
`


After installation binaries, rules, plugins and a sample configuration will be After installation binaries, rules, plugins and a sample configuration will be
installed in the target directories (prefixed by */usr/local* by default). To installed in the target directories (prefixed by */usr/local* by default). To
way to do it is to use rspamc client (you can setup a custom email alias to way to do it is to use rspamc client (you can setup a custom email alias to
pipe messages to rspamc) pipe messages to rspamc)


`
$ rspamc -P 'q1' -c bayes learn_spam [ file1 [file2 [...]]] $ rspamc -P 'q1' -c bayes learn_spam [ file1 [file2 [...]]]
$ rspamc -P 'q1' -c bayes learn_ham [ file1 [file2 [...]]] $ rspamc -P 'q1' -c bayes learn_ham [ file1 [file2 [...]]]
`


Note: you should consider to change default controller's password 'q1' to yours Note: you should consider to change default controller's password 'q1' to yours
one specified in the controller section of configuration. one specified in the controller section of configuration.
REFERENCES REFERENCES
========== ==========


Home site: https://rspamd.com
Downloads: https://bitbucket.org/vstakhov/rspamd/downloads
Wiki: https://bitbucket.org/vstakhov/rspamd/wiki/
* *Home site*: https://rspamd.com
* *Downloads*: https://bitbucket.org/vstakhov/rspamd/downloads
* *Wiki*: https://bitbucket.org/vstakhov/rspamd/wiki/

Loading…
Cancel
Save