The module DCC not write the DCC output to the rspamd as each message is scanned

134 views
Skip to first unread message

Stan

unread,
Oct 3, 2017, 11:30:36 AM10/3/17
to rspamd
Hi,

I have configured DCC. My Install and configuration DCC are ok i think but when i test to send a message, there is no mark to dcc in log and i don't know if the module is good because in the documentation say : https://rspamd.com/doc/modules/dcc.html

Once this module is configured it will write the DCC output to the rspamd as each message is scanned:
Apr  5 14:19:53 mail1-ewh rspamd: (normal) lua; dcc.lua:98: sending to dcc: client=217.78.2.204#015DNSE


My configuration : /etc/rspamd/modules.d/dcc.conf

dcc {
  host = "/var/dcc/dccifd";
  # Port is only required if `dccifd` listens on a TCP socket
  # port = 1234
  # timeout = 2s;

  .include(try=true,priority=5) "${DBDIR}/dynamic/dcc.conf"
  .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/dcc.conf"
  .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/dcc.conf"
}


# systemctl status dcc.service
* dcc.service - LSB: DCC daemons providing mail filtering
   Loaded: loaded (/etc/rc.d/init.d/dcc; bad; vendor preset: disabled)
   Active: active (exited) since mar. 2017-10-03 09:35:40 CEST; 6h ago


When i restart rspamd, dcc module is initialized :

2017-10-03 17:10:32 #70908(main) <7mb1c8>; cfg; rspamd_init_lua_filters: init lua module dcc


Do you have an idea?
Regards
Reply all
Reply to author
Forward
0 new messages