diff options
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample new file mode 100644 index 000000000..c146ce629 --- /dev/null +++ b/rspamd.conf.sample @@ -0,0 +1,13 @@ +# Sample config file for rspamd +# $Id$ +# + + +# pidfile - path to pid file +# Default: pidfile = /var/run/rspamd.pid + +pidfile = "./rspamd.pid"; + +workers = 1; + +bind_socket = localhost:11333; |