...
It's recommended to run the persistent dccifd daemon for sites scanning more messages.
This method assumes you are not using DCC / dccifd for anything else than scanning with SA. If you are using any other features like DCC server, greylisting etc, see: https://www.dcc-servers.net/dcc/INSTALL.html
No Format |
---|
# create dcc user to run dccifd safely (Linux specific useradd arguments) useradd -m -U -d /var/dcc -s /bin/sh dcc # homedir needs to be owned by the user chown -hR dcc:dcc /var/dcc # start dccifd as dcc user (you could add this to /etc/rc.local for system startup, or see your OS manual) su - -c '/var/dcc/libexec/dccifd' dcc |
...