diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-17 11:35:33 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-12-17 11:35:33 +0000 |
commit | 2b50cf4941cd3dd9496ba92c3728f7800a013544 (patch) | |
tree | 865b7cb6766fa6721dc51ae2fe80d68a08734345 /doc/markdown | |
parent | c33b396d17f653d32bea9d6a0d8874e9f894034b (diff) | |
download | rspamd-2b50cf4941cd3dd9496ba92c3728f7800a013544.tar.gz rspamd-2b50cf4941cd3dd9496ba92c3728f7800a013544.zip |
Add tutorials part
Diffstat (limited to 'doc/markdown')
-rw-r--r-- | doc/markdown/tutorials/index.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/markdown/tutorials/index.md b/doc/markdown/tutorials/index.md new file mode 100644 index 000000000..ad03e46f0 --- /dev/null +++ b/doc/markdown/tutorials/index.md @@ -0,0 +1,9 @@ +# Rspamd tutorials + +In this section, you can find step-by-step tutorials for various things related to rspamd. + +Currently, there are the following tutorials ready: + +* [Writing rspamd rules](writing_rules.md) - here you can find information of how to write new rspamd rules +* [Training rspamd with dovecot antispam plugin, part 1](https://kaworu.ch/blog/2014/03/25/dovecot-antispam-with-rspamd/) - this tutorial describes how to learn rspamd automatically using `antispam` pluging of `dovecot` IMAP server +* [Training rspamd with dovecot antispam plugin, part 2](https://kaworu.ch/blog/2015/10/12/dovecot-antispam-with-rspamd-part2/) - the continuation of the previous tutorial |