11 lines
442 B
PHP
11 lines
442 B
PHP
# generate a password hash using the `rspamadm pw` command and put it here
|
|
# this one is the hash for 'hunter2'
|
|
password = "$2$or9n9ffj4qsogh7i8d9qi5u1hxt53q6o$ntp4kj...";
|
|
|
|
# dovecot will use this socket to communicate with rspamd
|
|
# note to self - tighten up these permissions
|
|
bind_socket = "/var/run/rspamd/rspamd.sock mode=0666 owner=nobody";
|
|
|
|
# you can comment this out if you don't need the web interface
|
|
bind_socket = "127.0.0.1:11334";
|