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.conf 326B

1234567891011121314151617181920
  1. .include "$CONFDIR/common.conf"
  2. options {
  3. .include "$CONFDIR/options.inc"
  4. }
  5. logging {
  6. type = "console";
  7. .include "$CONFDIR/logging.inc"
  8. }
  9. worker {
  10. bind_socket = "systemd:0";
  11. .include "$CONFDIR/worker-normal.inc"
  12. }
  13. worker {
  14. bind_socket = "systemd:1";
  15. .include "$CONFDIR/worker-controller.inc"
  16. }