Skip to main content
We are aware of an issue after updating to cPanel versions 11.110.0.65, 11.126.0.21, or 11.128.0.11, some cPanel plugins or features are no longer functioning properly including WP Toolkit. Please see the following article for more information and updates:
Update to latest cPanel 110, 126, or 128 versions removes "addonfeatures" directory.

Exim Blacklist -> *domain doesn't work

Comments

4 comments

  • 24x7server
    You can try to create your custom filter in your /usr/local/cpanel/etc/exim/sysfilter/options/ directory and try to enable it through WHM->Exim Configuration Manager->Basic Editor->Filters Create /usr/local/cpanel/etc/exim/sysfilter/options/inbound_tld_block file and add following code
    if first_delivery and ("$h_to:, $h_cc:" contains ".tld") or ("$h_from:" contains ".tld") then seen finish endif
    To disable the filter, you can set it to "Off" in the WHM->Exim Configuration Manager->Basic Editor->Filters : "** Custom Filter: inbound_tld_block"
    0
  • vagkaefer
    You can try to create your custom filter in your /usr/local/cpanel/etc/exim/sysfilter/options/ directory and try to enable it through WHM->Exim Configuration Manager->Basic Editor->Filters Create /usr/local/cpanel/etc/exim/sysfilter/options/inbound_tld_block file and add following code
    if first_delivery and ("$h_to:, $h_cc:" contains ".tld") or ("$h_from:" contains ".tld") then seen finish endif
    To disable the filter, you can set it to "Off" in the WHM->Exim Configuration Manager->Basic Editor->Filters : "** Custom Filter: inbound_tld_block"

    Worked fine! Tks so much!
    0
  • 24x7server
    I am happy to see the issue is now resolved. Thank you for updating.
    0
  • cPanelMichael
    Hello :) Thank you for taking the time to let us know it worked. I'm marking this thread as resolved.
    0

Please sign in to leave a comment.