Jari Fredriksson: <snip> > > I have > > DCC_HOM /var/dcc > > DCC_DCCIFD_PATH /var/dcc/dccifd > > DCC_PATH /usr/bin/dccproc > > > > in my local.cf and they are both available. My question is, should I use > > both DCCPROC and DCCIFD together or should I be using just one of them. > > > > Thanks, > > Rick > > SpamAssassin uses dccifd if it is available. dccproc is a backup, used > only when the daemonised version is not available. > > You can and should configure them both, but SA only uses one of them.
dccifd is the demonized version of dccproc. As it starts only one time and then stays in the memory, it runs much faster. dccproc on the other hand has to be loaded to memory every time it is called (you process a mail). If you process more than ~2000 msg/h you will probably make sure to use dccifd. regards Stefan