blob: c146ce629147ce4b6d1b683d97548e1aa7a7f61d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
|