The DDC howto and a problem...

Discussion in 'Feature Requests' started by maxx, Oct 9, 2006.

  1. maxx

    maxx New Member

    DCC will detect how many times certain email has been sended. If its many (thousands) it will have spam points.

    I recommend using it and Falco&CO could probably add this per user to next version of ISPconfig :) BUT There is a small problem. I just dont get it to work. I do [FONT=&quot]spamassassin --lint -D and it tells me that its working, but in no DCC on:

    tests=ALL_TRUSTED,AWL,BAYES_00,
    NO_REAL_NAME autolearn=ham version=3.1.3


    This how its done now:
    [/FONT]
    I use joe to edit files....

    joe /home/admispconfig/ispconfig/tools/spamassassin/etc/mail/spamassassin/v310.pre

    edit to enable DCC

    # DCC - perform DCC message checks.
    #
    # DCC is disabled here because it is not open source. See the DCC
    # license for more details.
    #
    loadplugin Mail::SpamAssassin::plugin::DCC

    Exit from editing and install DCC

    Install DCC -
    http://www.dcc-servers.net/dcc/source/dcc-dccd.tar.Z

    Extract the package with tar zxvf dcc-dccd.tar.Z, cd into the directory, and to install type:

    ./configure; make install

    SpamAssassin will automatically pick up DCC and use it.

    DCC uses UDP port 6277 so open your firewall.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I'm not quite sure if I understand the problem. :confused: Can you describe it in more detail?
     
  3. maxx

    maxx New Member

    Problem is that DCC doesnt work. It least I think so.

    I see now in email properties (example):

    [FONT=&quot] tests=ALL_TRUSTED,AWL,BAYES_00,
    NO_REAL_NAME autolearn=ham version=3.1.3

    But I should see:

    [/FONT][FONT=&quot]tests=[/FONT][FONT=&quot]DCC_CHECK[/FONT][FONT=&quot], ALL_TRUSTED,AWL,BAYES_00,
    NO_REAL_NAME autolearn=ham version=3.1.3

    Thats why I think DCC doesnt work.

    - Maxx
    [/FONT]
     
  4. maxx

    maxx New Member


    Tested.. It doesnt work.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Is DCC installed in your path? Otherwise spamassassin wont find it.
     
  6. maxx

    maxx New Member

    You mean? /home/admispconfig/ispconfig/tools/spamassassin/etc/mail/spamassassin/v310.pre

    It is there.
     
  7. falko

    falko Super Moderator Howtoforge Staff

    What's in the .user_prefs file of that user (it's in the user's homedir).
     

Share This Page