From fasteddieinaustin at gmail.com Fri May 1 16:33:07 2026 From: fasteddieinaustin at gmail.com (E R) Date: Fri, 1 May 2026 11:33:07 -0500 Subject: [Rspamd-Users] Directories Missing (Atleast in Docker build) Message-ID: According to https://docs.rspamd.com/getting-started/understanding-rspamd/ I should have three folders relating to modules (just started reading the documentation): Module defaults: /etc/rspamd/modules.d/module_name.conf Local overrides: /etc/rspamd/local.d/module_name.conf Complete replacement: /etc/rspamd/override.d/module_name.conf These do not exist in the docker build. I found a folder /usr/share/rspamd/config/modules.d/ which appears to have module configuration files. 1. Should I create a symbolic link in /etc/rspamd/ to point to this location? 2. Should I create the two other missing folders so I can use them to configure things as I would tend to think there should not be anything writeable under /usr? From fasteddieinaustin at gmail.com Fri May 1 17:02:56 2026 From: fasteddieinaustin at gmail.com (E R) Date: Fri, 1 May 2026 12:02:56 -0500 Subject: [Rspamd-Users] dig missing from inside the Docker container Message-ID: The https://docs.rspamd.com/getting-started/installation has this snippet but there is no dig in the container. Is dig supposed to be in there? # Test DNS resolution docker exec rspamd dig +short rspamd.com From rspamd-users at judo.za.org Fri May 1 17:33:42 2026 From: rspamd-users at judo.za.org (Andrew Lewis) Date: Fri, 01 May 2026 19:33:42 +0200 Subject: [Rspamd-Users] Directories Missing (Atleast in Docker build) In-Reply-To: References: Message-ID: <831a0859431e874f2c51d4c56e4fa5d3bd7a7df6.camel@judo.za.org> Hi E, Rspamd defines two variables at build time: `CONFDIR` & `LOCAL_CONFDIR` which are for stock and user configuration respectively; these have historically both been set to `/etc/rspamd` and so it remains. In Docker build, this ambiguity has been resolved from the beginning: `CONFDIR` is banished to `/usr/share/rspamd/config` and `/etc/rspamd` is left functionally empty for user configuration- It might be worth populating a README there with some explanation about it. Best, -AL. On Fri, 2026-05-01 at 11:33 -0500, E R wrote: > According to > https://docs.rspamd.com/getting-started/understanding-rspamd/ > I should have three folders relating to modules (just started reading > the documentation): > > Module defaults: /etc/rspamd/modules.d/module_name.conf > Local overrides: /etc/rspamd/local.d/module_name.conf > Complete replacement: /etc/rspamd/override.d/module_name.conf > > These do not exist in the docker build.? I found a folder > /usr/share/rspamd/config/modules.d/ which appears to have module > configuration files. > 1.? Should I create a symbolic link in /etc/rspamd/ to point to this > location? > 2.? Should I create the two other missing folders so I can use them > to > configure things as I would tend to think there should not be > anything > writeable under /usr? From rspamd-users at judo.za.org Fri May 1 17:39:02 2026 From: rspamd-users at judo.za.org (Andrew Lewis) Date: Fri, 01 May 2026 19:39:02 +0200 Subject: [Rspamd-Users] dig missing from inside the Docker container In-Reply-To: References: Message-ID: <156accb686d802909577562ad06e2cd879f10d7c.camel@judo.za.org> Hi E, No, there's no reasonable expectation that dig would be installed, the docs are funny. Best, -AL. On Fri, 2026-05-01 at 12:02 -0500, E R wrote: > The https://docs.rspamd.com/getting-started/installation?has this > snippet but there is no dig in the container.? Is dig supposed to be > in there? > > # Test DNS resolution > docker exec rspamd dig +short rspamd.com From fasteddieinaustin at gmail.com Sat May 2 01:35:23 2026 From: fasteddieinaustin at gmail.com (E R) Date: Fri, 1 May 2026 20:35:23 -0500 Subject: [Rspamd-Users] Module url_suspect Message-ID: I am looking for info on this...the web site does not have any doco and this is enabled by default in the Docker build.