diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-01-20 20:43:52 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-01-21 06:43:21 +0000 |
commit | dc22d5617cdda529193e753640e9647a6663f4c2 (patch) | |
tree | c81f62fd52270d95af0c1d1430dd6f528efc7272 /testing/rspamd/rspamd.conf | |
parent | 7cce64aecb1610cbcae427843e6fdb2f96b210f0 (diff) | |
download | aports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.bz2 aports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.xz |
testing/rspamd: new aport
Rapid spam filtering system
https://rspamd.com
Diffstat (limited to 'testing/rspamd/rspamd.conf')
-rw-r--r-- | testing/rspamd/rspamd.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.conf b/testing/rspamd/rspamd.conf new file mode 100644 index 0000000000..93c025c849 --- /dev/null +++ b/testing/rspamd/rspamd.conf @@ -0,0 +1,14 @@ +.include "$CONFDIR/common.conf" + +options { + pidfile = "$RUNDIR/rspamd.pid"; + .include "$CONFDIR/options.inc" +} + +logging { + type = "file"; + filename = "$LOGDIR/rspamd.log"; + .include "$CONFDIR/logging.inc" +} + +.include(glob=true) "$CONFDIR/worker.d/*.conf" |