[Rspamd-Users] v3.0 rspamd DMARC report code doesnt't load config

Aste aste at sveiks.lv
Mon Aug 23 13:33:32 UTC 2021


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 = "*********";
}

  

-- 
Best regards,
 Aste                          mailto:aste at sveiks.lv



More information about the Users mailing list