You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rspamd.sysvinit.conf 400B

12345678910111213141516171819202122
  1. .include "$CONFDIR/common.conf"
  2. options {
  3. pidfile = "$RUNDIR/rspamd.pid";
  4. .include "$CONFDIR/options.inc"
  5. }
  6. logging {
  7. type = "file";
  8. filename = "$LOGDIR/rspamd.log";
  9. .include "$CONFDIR/logging.inc"
  10. }
  11. worker {
  12. bind_socket = "*:11333";
  13. .include "$CONFDIR/worker-normal.inc"
  14. }
  15. worker {
  16. bind_socket = "localhost:11334";
  17. .include "$CONFDIR/worker-controller.inc"
  18. }