[Rspamd-Users] v3.0 rspamd DMARC report code doesnt't load config
Faisal Misle
faisal at fmisle.com
Mon Aug 30 22:45:56 UTC 2021
Hi there,
If you remove reporting = true; it should work. You need to replace it
by /enabled = true;/ inside the /reporting/ array which you already have.
|# local.d/dmarc.conf reporting { # Required attributes enabled = true;
# Enable reports in general|
For more info on the new parameters, check out the docs page at
https://rspamd.com/doc/modules/dmarc.html#reporting
On 8/23/21 8:33 AM, Aste wrote:
> Hi,
>
> Seams that new (3.0 rspamd) DMARC report code doesnt't load config
>
> running "rspamadm dmarc_report" returns
> "dmarc reporting is not enabled, exiting"
>
> dmarc_settings = rspamd_config:get_all_opt('dmarc') returns nill
> located in rspamd/lualib/rspamadm/dmarc_report.lua
>
> configdump founds dmarc section without problems
>
> rspamadm configdump dmarc
> *** Section dmarc ***
> servers = "192.168.x.x:6379";
> actions {
> quarantine = "add_header";
> reject = "reject";
> }
> reporting = true;
> reporting {
> report_local_controller = false;
> msgid_from = "rspamd";
> enabled = true;
> keys_expire = 172800;
> domain = "*******";
> max_entries = 1000;
> from_name = "DMARC reporting";
> smtp = "127.0.0.1";
> smtp_port = 25;
> email = "postmaster@**********";
> helo = "rspamd.localhost";
> org_name = "*********";
> }
>
>
>
More information about the Users
mailing list