Skip to main content

ClamAV bouncing DKIM JMRP program email

Comments

2 comments

  • cPanelMichael
    Hello, You can't whitelist a specific IP address or email account using any native options in WHM/cPanel, so you may want to temporarily disable ClamAV if you want to allow a specific message through to verify if it's an actual virus. Thank you.
    0
  • JonTheWong
    I've been having the same problems for months, my quick fix was to disable /etc/cpanel_exim_system_filter In exim config editor, but that removes support for;
    Attachments: Filter messages with dangerous attachments Apache SpamAssassin": Global Subject Rewrite [?] Prefixes the "X-Spam-Subject" header prefix (set below) onto the "Subject" header and omits the "X-Spam-Subject" header .
    /usr/local/cpanel/etc/exim/sysfilter/options/attachments Is included in cpanel_exim_system_filters Here is a snippet on how to find a work around
    Direct modifications to the /etc/cpanel_exim_system_filter file will be lost when the configuration is next rebuilt. To have modifications retained, please use one of the following options: 1) * Place each sysfilter block you wish to include in a unique file at: /usr/local/cpanel/etc/exim/sysfilter/options/ * Enable or disable the custom block in WHM using: Service Configuration => Exim Configuration Manager => Filters => Custom Filter: [your unique file] 2) * Create a custom sysfilter file in /etc/ * Change the location of the sysfilter file in WHM using: Service Configuration => Exim Configuration Manager => Filters => System Filter File
    Based on that, the quick fix would be to remove the COM values in attachments include and then merge it all together into a custom filter and set that filter in WHM/EXIM config editor. The pro: Will allow the google dmarc emails to be received and/or forwarded to your dmarc manager service. The con: Allow .com file attachments I'll have to find a better regex, or ask google to stop sending the emails with the .com suffix. Another option that i've seen is; Disable Attachments: Filter messages with dangerous attachments in WHM/EXIM config manager. But that would remove all filtering of email attachments and not just .com files... so the devil is in the details.
    0

Please sign in to leave a comment.