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 351B

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