Skip to main content

Making dcc, pyzor & razor to work

Comments

7 comments

  • cPanelMichael
    Hello, These plugins are built in with the version of SpamAssassin offered with cPanel. Here's the path to their configuration files with version 3.004001: /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_pyzor.cf /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_razor2.cf /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_dcc.cf Thank you.
    0
  • iso99
    Hello, These plugins are built in with the version of SpamAssassin offered with cPanel. Here's the path to their configuration files with version 3.004001: /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_pyzor.cf /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_razor2.cf /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_dcc.cf Thank you.

    If you say they are built-in then compiling them from source wasn't necessary?
    0
  • cPanelMichael
    If you say they are built-in then compiling them from source wasn't necessary?

    That's correct, they are included by default when enabling SpamAssassin on your system. Thank you.
    0
  • iso99
    Ah I see, that was rather convenient :D Thanks!
    0
  • mtindor
    Hello, These plugins are built in with the version of SpamAssassin offered with cPanel. Here's the path to their configuration files with version 3.004001: /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_pyzor.cf /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_razor2.cf /var/lib/spamassassin/3.004001/updates_spamassassin_org/25_dcc.cf Thank you.

    I don't want to uninstall my customized DCC / Pyzor / Razor setups on all my servers just to prove or disprove this. However, I really question whether cPanel is actively using Pyzor / Razor / DCC on their SpamAssassin. All you have posted above are rules. They do nothing without enabling DCC / Pyzor / Razor, and in order to enable at least some of those you would typically have to install some PERL modules and set up a DCC server. Is there documentation / Changelogs anywhere that show that cPanel specifically has made these things available by default? Specifically, the suggested out-of-the-box support of Pyzor / DCC strike me as odd. Mike
    0
  • cPanelMichael
    Is there documentation / Changelogs anywhere that show that cPanel specifically has made these things available by default? Specifically, the suggested out-of-the-box support of Pyzor / DCC strike me as odd.

    You are correct that out of the box support isn't available. The steps on a third-party URL like this one are still required: Building a Poor Man"s Barracuda " cPanel edition The plugins for Pyzor and Razor2 are enabled by default, and the plugin for DCC is disabled by default. You can verify this by reviewing the following entries in the /etc/mail/spamassassin/v310.pre file:
    # 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 # Pyzor - perform Pyzor message checks. # loadplugin Mail::SpamAssassin::Plugin::Pyzor # Razor2 - perform Razor2 message checks. # loadplugin Mail::SpamAssassin::Plugin::Razor2
    Uncommenting the loadplugin Mail::SpamAssassin::Plugin::DCC line, saving the file, and restarting SpamAssasin will enable the plugin for DCC, however you'd still have to install/configure it on the system. Thank you.
    0
  • iso99
    And that clarified everything. Installing them manually was the correct path after all :)
    0

Please sign in to leave a comment.