Andrew Lewis

Results 57 comments of Andrew Lewis
trafficstars

> I did not read the docs yet, but before going further, I would prefer to ask if you think it's a good idea ? The networking bits would need...

Something in `/var/lib/rspamd/rspamd_dynamic`?

Loki is cool- however the microservices-style deployment can get into a broken state if a k8s worker vanishes for example (ie. bad things will happen if ingesters do not remove...

See @patrakov's notes here https://github.com/vstakhov/rspamd/issues/295 You could use `socat` to test connectivity to UNIX sockets. On Trusty you can set listen address in `/etc/rmilter.conf.sysvinit`. On Debian 8 rmilter uses systemd...

> It doesn't look fixed - As of today I am unable to import https://rspamd.com/rpm-stable/gpg.key (attached below as well) under the DEFAULT security profile with the same error: The copy...

You could install rmilter from [experimental repository](https://rspamd.com/apt/pool/main/r/rmilter/).

Rather leave changelog untouched so as not to break search/replace in build scripts: https://github.com/vstakhov/rspamd-build-scripts/blob/master/rspamd_build.sh#L516-L517

It appears that setting [dbname](https://rspamd.com/rmilter/configuration.html) should do this.

Systemd socket activation seems like a good idea in theory- though I'm afraid it has some problems (aside from being unfamiliar to users) and so we may have done better...